python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Changed embedded tomcat server version to 9 and using spring boot 1.5.10 RELEASE getting able to start embed web application
We are using spring boot 1.5.10 release and default embedded tomcat server 8.4.5 and changed the tomcat server to 9.0.3 by using
Gradle 2.12 version in build.gradle
ext('tomcat.version:9.0.3')
and try...
Nithish reddy
Votes: 0
Answers: 1
Connection faild while using tomcat and mysql
i am trying to resolve the issue when i start the tomcat9.0 server(school project) but it shows me on web :Connection failed.
INFO: Server startup in [608] milliseconds
java.sql.SQLException: Access d...
user9624111
Votes: 0
Answers: 1
Spring Boot: start liquibase changes only once Tomcat started
Right now, my Liquibase scripts are integrated in my product (a Spring boot application). I would like to know if there is an easy way to postpone the Liquibase changes once Tomcat has finished to sta...
le-cardinal
Votes: 0
Answers: 1
Protocol handler initialization failed in spring boot project while running docker image without network as host
I am running spring boot application using docker. If I specify to use host network then it works but without that its not working. I am getting following error:
org.apache.catalina.LifecycleException...
S317
Votes: 0
Answers: 1