Server Tomcat v5.5 Server at localhost was unable to start within 45 seconds.
If the server requires more time, try increasing the timeout in the server editor.
Please help me to resolve this error.
Can you please tell me why the Tomcat Server is not starting within 45 seconds ??
Server Tomcat v5.5 Server at localhost was unable to start within 45 seconds.
If the server requires more time, try increasing the timeout in the server editor.
SCJP, SCWCD.
|Asking Good Questions|
Server Tomcat v5.5 Server at localhost was unable to start within 45 seconds.
If the server requires more time, try increasing the timeout in the server editor.
I'm using Eclipse 3.4 IDE which has Tomcat Server V 5.5 integrated with Eclipse IDE.
SCJP, SCWCD.
|Asking Good Questions|
SCJP, SCWCD.
|Asking Good Questions|
Question 1: What operating system are you using? Have you checked to see if the javaw process is running?
Answer 1:
My comments : Windows XP : Operating system.
Yes,The javaw procees is running on the server's console.(see below)
Answer 2 : see below
I also read the relevant link
Help link provided by Amit Ghorpade in javaranch forum as suggested by amit ghorpade see below:
In the above link,it says change your server location to "use Tomcat installation" but it is grayed out in the server properties window.how should i change it ??
please suggest me solution...
Mourougan
Open Source leads to Open Mind
Originally posted by Mourougan:
Double click on the server from servers view and try to increase the server timeout value.
Mourougan
Originally posted by Peter Johnson:
Grasping at straws....
You installed Tomcat in a directory where there are spaces in the path. Move it somewhere else. For example, I have Tomcat at d:\opt\java\Tomcat-5.5.27.
It looks like you are using a JRE and not a JDK. In addition, the JRE is in a directory with spaces. Try installing the latest 1.5 JDK and do not place it in Program Files! I have mine at c:\apps\java\jdk1.5.0_16. Then add this JDK to Eclipse and configure Eclipse to make this the default.
And just to double-check. when you downloaded Eclipse, you did grab the "Eclipse IDE for Java EE Developers" binary?
Goodbye moon men. Hello tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|