marcsaeg 00/12/21 11:24:21 Modified: src/doc Tag: tomcat_32 NT-Service-howto.html Log: Added notice about the NT service termination feature of JDK1.3 Revision Changes Path No revision No revision 1.2.2.4 +13 -4 jakarta-tomcat/src/doc/NT-Service-howto.html Index: NT-Service-howto.html =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/doc/NT-Service-howto.html,v retrieving revision 1.2.2.3 retrieving revision 1.2.2.4 diff -u -r1.2.2.3 -r1.2.2.4 --- NT-Service-howto.html 2000/10/16 02:20:08 1.2.2.3 +++ NT-Service-howto.html 2000/12/21 19:24:19 1.2.2.4 @@ -1,9 +1,9 @@ <!-- -$Header: /home/cvs/jakarta-tomcat/src/doc/NT-Service-howto.html,v 1.2.2.3 2000/10/16 02:20:08 larryi Exp $ -$Revision: 1.2.2.3 $ -$Date: 2000/10/16 02:20:08 $ ---!> +$Header: /home/cvs/jakarta-tomcat/src/doc/NT-Service-howto.html,v 1.2.2.4 2000/12/21 19:24:19 marcsaeg Exp $ +$Revision: 1.2.2.4 $ +$Date: 2000/12/21 19:24:19 $ +--> <html> <head> @@ -89,6 +89,15 @@ Tomcat service will kill Tomcat abruptly (that is murder it) without giving it a chance to clean up. </p> +<p><strong>Notice for JDK 1.3 users</strong>: There is a +<a href="http://developer.java.sun.com/developer/bugParade/bugs/4323062.html">known problem</a> +in JDK 1.3 that affects Java applications being run as Windows NT services. The bug causes the +service to terminate when the currently logged in user logs out. The simplest way to work +around this problem is to use JDK 1.2. If your application requires JDK 1.3 features then you +may want to look into <a href="http://www.kcmultimedia.com/javaserv/">javaserv</a> or +<a href="http://www.alexandriasc.com/software/JavaService/">JavaService</a>.  Users have reported +success with both of these packages but there may be others that work as well. +</p> <p>To remove the installed service, execute jk_nt_service -R <name of service></p> <h1>Advance Setup</h1>