RE: registering Tomcat as service

2004-05-29 Thread Jacob Kjome
:[EMAIL PROTECTED] Sent: 28 May 2004 04:53 PM To: Tomcat Users List Subject: RE: registering Tomcat as service You can modify the service parameters via the GUI. See... http://jakarta.apache.org/commons/daemon/procrun.html Even though most of the instructions on that page are outdated, the information

registering Tomcat as service

2004-05-28 Thread Paul Wallace
Hello, I installed Tomcat, formally run from the console. I am now trying to get it to run as a service. I have in the registry: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tomcat\Parameters: JVM Option Count REG_DWORD0X0004 (4) JVM Option Number 0 REG_SZ

RE: registering Tomcat as service

2004-05-28 Thread None None
Take a look in tomcat/bin. There is a service.bat file that can install and uninstall the service. Should do the trick for you. From: Paul Wallace [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: registering Tomcat as service Date: Fri, 28 May 2004

RE: registering Tomcat as service

2004-05-28 Thread Carl Olivier
the service - as opposed to removing the service and then re-installing it. Thanks in advance. Carl -Original Message- From: None None [mailto:[EMAIL PROTECTED] Sent: 28 May 2004 03:17 PM To: [EMAIL PROTECTED] Subject: RE: registering Tomcat as service Take a look in tomcat/bin

RE: registering Tomcat as service

2004-05-28 Thread Jacob Kjome
. Carl -Original Message- From: None None [mailto:[EMAIL PROTECTED] Sent: 28 May 2004 03:17 PM To: [EMAIL PROTECTED] Subject: RE: registering Tomcat as service Take a look in tomcat/bin. There is a service.bat file that can install and uninstall the service. Should do

RE: registering Tomcat as service

2004-05-28 Thread Carl Olivier
in the registry Carl -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: 28 May 2004 04:53 PM To: Tomcat Users List Subject: RE: registering Tomcat as service You can modify the service parameters via the GUI. See... http://jakarta.apache.org/commons/daemon/procrun.html