Re: Win32: tomcat is there, how to make it a service?

2005-08-08 Thread Robert Koberg
Marius Hanganu wrote: Hi, You can use the service.bat script provided in the bin directory. Executing "service install" from the command line will install Tomcat as a service (you will find it under the name Apache Tomcat in the list of Windows services). Thanks! Will try asap. -Rob --

RE: Win32: tomcat is there, how to make it a service?

2005-08-08 Thread Arup Vidyerthy
In the bin directory you will find a service.bat file. That should allow you to install it as a service. Or you alternatively you can have a look at the Java Service Wrapper project on sourceforge (http://sourceforge.net/projects/wrapper/). That's also pretty good. -Original Message- From:

RE: Win32: tomcat is there, how to make it a service?

2005-08-08 Thread Marius Hanganu
Hi, You can use the service.bat script provided in the bin directory. Executing "service install" from the command line will install Tomcat as a service (you will find it under the name Apache Tomcat in the list of Windows services). Regards, Marius -Original Message- From: Robert Kobe