RE: Tomcat 4.1.26 on Win2000

2003-11-06 Thread Turansky, Mark
When you install Tomcat 4.1.27 (the executable) it will give you an option to install it as a service. It will be set to Automatic and start up every time you boot the server. -Original Message- From: Hardee, Brenda G NAVSAFECEN [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06,

RE: Tomcat 4.1.26 on Win2000

2003-11-06 Thread Asif Chowdhary
This will install it as a service. Create a batch file with the info below: Will Work ::Starting Tomcat as an NT Service echo off set PATH=%PATH%;%CATALINA_HOME% set SERVICENAME=Brenda-Tomcat Service set CATALINA_BASE= The base directory for Tomcat set JAVACLASSPATH=%CLASSPATH% set