Tomcat Startup Problem
Hi ,
I am using Tomcat 4.1 as my web application. Some times when i click on the startup icon for starting the Tomcat server then the startup windows will open for some second then its automatically closed .After restatring my machine then i can start my Tomcat Properly. I can't find out what the reason behind this Problem .Pls let me know what should i do to prevent this problem..Thanx in Advance
[414 byte] By [
jeet_allia] at [2007-11-26 16:33:06]

# 1
Hi,
Guess... you might have found the solution for this problem by now!
This problem may also due to if one instnace of tomact server is running, you cant startup again another instance.
For this Check the services.. if there is any auto service running for startup for Tomcat.
if this is not the problem. Try starting the tomcat by typing the command on a command window, not just simply double clicking the startup batch file in the TOMCAT_HOME/bin directory.
Open the command window.
cd TOMCAT_HOME/bin - (TOMCAT_HOME is the directory where your Tomcat installation resides).
startup.bat -- press Enter
You could see the server starting up...
Also you can see the error messages on the console...(command window). So that you can start debugging.
If you are still unable to resolve... do paste the error message you are getting...