Here you go:

To run Tomcat4.x.x as a service, past the following into a command line:

Install Catalina Service:

%CATALINA_HOME%\bin\tomcat.exe -install Apache-Catalina 
%JAVA_HOME%\jre\bin\server\jvm.dll 
-Djava.class.path=%CATALINA_HOME%\bin\bootstrap.jar;%JAVA_HOME%\lib\tools.jar 
-Dcatalina.home=%CATALINA_HOME% %CATALINA_OPTS% -Xrs -start 
org.apache.catalina.startup.Bootstrap -params start -stop 
org.apache.catalina.startup.Bootstrap -params stop -out 
%CATALINA_HOME%\logs\stderr.log

Now look in your services applet for the "Apache-Catalina" service entry.

Uninstall Catalina Service (make sure to close the services applet before 
you do this):

%CATALINA_HOME%\bin\tomcat.exe -uninstall Apache-Catalina

Note:  This is slightly modified info that I got at:
http://www.webmasterbase.com/printTemplate.php?aid=305


Jake

At 03:55 AM 4/4/2002 -0800, you wrote:

>
>
>is their a way to run tomcat as a service
>
>plz help if you know
>
>Thanks
>
>Lalit
>
>
>
>---------------------------------
>Do You Yahoo!?
>Yahoo! Tax Center - online filing with TurboTax

Reply via email to