Start and stop server

2003-12-19 Thread Naimesh . V . Shah
How Can I start and stop tomcat 4.1.29 server on windows plateform. Can I 
make icon or include them in start/programs/list?

Naimesh Shah
[EMAIL PROTECTED]

Re: Start and stop server

2003-12-19 Thread Patrick Burma
There is a Startup and Shutdown batch scripts in your Tomcat's bin 
directory. Use these to start and stop the Server. You can use shortcuts of 
those two files and place them in the Program lists.

You may need to define some variables in your Catalina.bat file or create 
environmental system variables for JAVA_HOME and CATALINA_HOME.

Being that I am lazy I used a set JAVA_HOME=C:\javapath in the batch script.

Patrick Burma
[EMAIL PROTECTED]
At 11:26 AM 12/19/2003, [EMAIL PROTECTED] wrote:
How Can I start and stop tomcat 4.1.29 server on windows plateform. Can I
make icon or include them in start/programs/list?
Naimesh Shah
[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Start and stop server

2003-12-19 Thread Michael Coughlan
 There is a Startup and Shutdown batch scripts in your Tomcat's bin
 directory.

I also remember that Tomcat 4 also used to be a Windows Service, for
stopping, starting, and running on startup.

Start - Settings - Control Panel - Services

I've moved to Tomcat on Linux and can't verify that fact.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]