| Author |
no starting up server
|
Ramathilagam Bragaspathi
Greenhorn
Joined: Aug 05, 2004
Posts: 7
|
|
Hi, I have the problem in starting up the server. I have installed jakarta-tomcat-5.0.12 and when I do startup.bat from Installdir\bin\startup.bat I am getting following message in dos window C:\java\jakarta-tomcat-5.0.12\bin>startup.bat Using CATALINA_BASE: c:\java\jakarta-tomcat-5.0.12 Using CATALINA_HOME: c:\java\jakarta-tomcat-5.0.12 Using CATALINA_TMPDIR: c:\java\jakarta-tomcat-5.0.12\temp Using JAVA_HOME: C:\j2sdk1.4.2_01 C:\java\jakarta-tomcat-5.0.12\bin> and another dos window flash and disappear. How to fix this problem. Please help
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
|
|
In order to keep a Command prompt window on the screen so you can see what is happening, change the last line in startup.bat so that it reads "run" instead of "start". That will execute the next batch file in the same window. Hopefully you will see the cause. Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: no starting up server
|
|
|