Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tomcat Server not starting with in 45 seconds

Server Tomcat v7.0 Server at localhost was unable to start within 101 seconds. If the server requires more time, try increasing the timeout in the server editor.

This is my error. I searched a lot but I can't able to find a solution for this please help me someone I changed time from 45 secs to 101 secs still not solved, I removed eclipse and tomcat and I re-installed again but same problem occurs, plz give some solution.

like image 541
user2186332 Avatar asked Mar 19 '13 11:03

user2186332


People also ask

Why my Apache Tomcat server is not starting?

Finding cause. Most common issue with Tomcat note starting is that Java is not configured properly, user trying to start Tomcat does not have permissions to do so, or another program is using port 8080 on that server.


2 Answers

Try remove all breakpoints.Also you can increase start up time.

Open the Servers view -> double click tomcat -> drop down the Timeouts section

enter image description here

like image 99
mstzn Avatar answered Oct 15 '22 15:10

mstzn


I got the solution for your requirement.

I'm also getting the same error in my eclipse Luna.

Go to Window -> Preferences.

Then General -> Network Connections.

Then select the Active Provider as Manual.

Then restart the tomcat and run. It will work.

Hope it will help you.

like image 23
Phoenix Avatar answered Oct 15 '22 17:10

Phoenix