Problem with Server Tomcat

1

Hi friends, I am starting to program with Eclipse Oxigen, and I have this Tomcat error, I would like you to help me because I can not lift the project.

    
asked by Kevin Quevedo 06.04.2018 в 13:00
source

1 answer

-1

When you launch Tomcat from eclipse, the IDE assumes that if Tomcat has not been launched in X seconds, there is a problem. The number of seconds by default is 45, but if you add more than one application to your instance of Tomcat or you have a very heavy one, it is easy to spend those 45 seconds and eclipse the process.

The solution is simple (once you know it, of course): Increase the wait time (timeout) by double clicking on the server and modifying the Start (in seconds) field screen that opens to you:

    
answered by 06.04.2018 в 13:35