Register Tomcat as a service?

2005-02-17 Thread Hay, Markus
Hello. I have an application that requires Tomcat (4.1.30 or later) and I'd like to know how I can register Tomcat as a service if the user does not do this during the install. In my installer, I can check the registry to see if Tomcat is registered as a service and if it isn't, I'd like

Re: Register Tomcat as a service?

2005-02-17 Thread Jason Bainbridge
On Thu, 17 Feb 2005 14:39:40 -0600, Hay, Markus [EMAIL PROTECTED] wrote: Hello. I have an application that requires Tomcat (4.1.30 or later) and I'd like to know how I can register Tomcat as a service if the user does not do this during the install. In my installer, I can check the registry

Re: Register Tomcat as a service?

2005-02-17 Thread Wolfgang Hackl
Hay, Markus wrote: I have an application that requires Tomcat (4.1.30 or later) and I'd like to know how I can register Tomcat as a service if the user does not do this during the install. In my installer, I can check the registry to Hi Markus, this can be achieved with the file service.bat

RE: Register Tomcat as a service?

2005-02-17 Thread Hay, Markus
as a service? Hay, Markus wrote: I have an application that requires Tomcat (4.1.30 or later) and I'd like to know how I can register Tomcat as a service if the user does not do this during the install. In my installer, I can check the registry to Hi Markus, this can be achieved

Re: Register Tomcat as a service?

2005-02-17 Thread Jason Bainbridge
On Thu, 17 Feb 2005 15:24:43 -0600, Hay, Markus [EMAIL PROTECTED] wrote: Hi, Does service.bat come with 4.1.30? I have the .exe and the .zip version and neither contain this file. *slaps forehead* Forgot about that... for 4.X I rolled my own batch file, which is attached as a .txt (well