billbarker 2003/08/15 20:37:48 Modified: webapps/docs setup.xml Log: Adding a note about the tomcat.sh file to start Tomcat as a "service" on *nix systems. Revision Changes Path 1.4 +5 -0 jakarta-tomcat-catalina/webapps/docs/setup.xml Index: setup.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/setup.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- setup.xml 16 Aug 2003 02:39:32 -0000 1.3 +++ setup.xml 16 Aug 2003 03:37:48 -0000 1.4 @@ -107,6 +107,11 @@ information. In particular, the <code>-debug</code> option is useful to debug issues running jsvc.</p> + <p>The file <code>$CATALINA_HOME/bin/jsvc/native/tomcat.sh</code> can be + used as a template for starting Tomcat automatically at boot time from + <code>/etc/init.d</code>. The file is currently setup for running + Tomcat4.1.x, so it is necessary to edit it and change the classname + from <code>BootstrapService</code> to <code>Bootstrap</code>.</p> </section> </body>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]