| Author |
Automatically shutdown Tomcat6.0.35 server
|
Tapan Prajapati
Greenhorn
Joined: Mar 05, 2010
Posts: 24
|
|
Hii,
i am using windows Vista 32 bit Business version , i installed Tomcat 6.0.35 successfully and now when i run the Tomcat server from <Tomcat_Home>\bin\Tomcat6.0.exe then it started and automatically shutdown. How to make my server in running mode ..?
|
 |
Rob Spoor
Saloon Keeper
Joined: Oct 27, 2005
Posts: 18370
|
|
|
If you've installed Tomcat using the installer it has installed itself as a Windows service. Just check your Services list (type in "services" in the start menu entry box).
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 11862
|
|
If you installed Tomcat from the zip file - as an application, not a service - it must be started by running the startup.bat file - use a command prompt window from the tomcat bin directory. The reason you cant start by directly executing the exe is that the bat files set up important environment variables.
Bill
|
Java Resources at www.wbrogden.com
|
 |
Komal Renu
Ranch Hand
Joined: Jul 21, 2011
Posts: 50
|
|
Also, once you start up the server using startup.bat, and if the issue still occurs, then you might want to check if port 8080 which is used by default for tomcat, is not in use.
If it is then you can either free the port or configure your tomcat server to point to a different port.
Thanks and Regards,
-------------------------------------------------------------------------------------
Komal Renu | krenu@infocepts.com | www.infocepts.com
-------------------------------------------------------------------------------------
|
 |
 |
|
|
subject: Automatically shutdown Tomcat6.0.35 server
|
|
|