Re: Running Tomcat as a Windows service

2001-08-08 Thread Pier P. Fumagalli
Richard Heintze at [EMAIL PROTECTED] wrote: Jim, Ronald and Bryan, Could you folks kindly give me URL for this JavaService? I assume I'll have the same problem -- I'm using a service in the FAQ that runs any old bat file. I looked at the services that exclusively run java programs and

RE: Running Tomcat as a Windows service

2001-08-08 Thread Jim Seach
As Pier said, it is with the TC4 distribution, and I think this may be the most up-to-date, new, official version, as there was some talk about bringing it under the Jakarta umbrella. Here is the original URL in case there is some documentation that has not yet made it into the distribution:

Re: Running Tomcat as a Windows service

2001-08-08 Thread Pier P. Fumagalli
Jim Seach at [EMAIL PROTECTED] wrote: As Pier said, it is with the TC4 distribution, and I think this may be the most up-to-date, new, official version, as there was some talk about bringing it under the Jakarta umbrella. Here is the original URL in case there is some documentation that has

RE: Running Tomcat as a Windows service

2001-08-07 Thread Randy Layman
This is a (very widely discussed) bug in Sun's 1.3 JVM for NT. There is a fix in 1.3.1 and the 1.2.x JVMs did not possess this bug. You can search the mailing list archives, or Sun's BugParade, for more information. Randy -Original Message- From: Bryan Hendricks

RE: Running Tomcat as a Windows service

2001-08-07 Thread Ronald G. Louzon
If I remember correctly, this is due to a bug in the JDK and you can read all about it in the jakarta tomcat-user archives as well as in the bug reports on the Sun site (www.javasoft.com). I used the Alexandria Software companies Java service wrapper JavaService.exe . It is free, distributable

RE: Running Tomcat as a Windows service

2001-08-07 Thread Bryan Hendricks
Hello, Please ignore my last post. I found the following resource, which helped me to resolve the problem (I needed to include -Xrs on the Java command line): http://www.jguru.com/faq/view.jsp?EID=131217 Thanks. -Original Message- From: Bryan Hendricks Sent: Tuesday, August 07,

RE: Running Tomcat as a Windows service

2001-08-07 Thread Jim Seach
I am also using the JavaService. It was easy to configure and has been very stable. No problems at all. Also, the way it solves the logout problem is by intercepting the Windows logoff message so you don't have to use the 1.3.1 jvm's -Xrs parameter. If you use the -Xrs parameter, you loose

RE: Running Tomcat as a Windows service

2001-08-07 Thread Richard Heintze
Jim, Ronald and Bryan, Could you folks kindly give me URL for this JavaService? I assume I'll have the same problem -- I'm using a service in the FAQ that runs any old bat file. I looked at the services that exclusively run java programs and then looked at the complexity of tomcat.bat and