Author: markt
Date: Thu Aug  5 20:09:06 2010
New Revision: 982757

URL: http://svn.apache.org/viewvc?rev=982757&view=rev
Log:
Docs only CTR
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49585
Update for changes in Commons Daemon packaging

Modified:
    tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml
    tomcat/tc5.5.x/trunk/container/webapps/docs/setup.xml

Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml?rev=982757&r1=982756&r2=982757&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml (original)
+++ tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml Thu Aug  5 
20:09:06 2010
@@ -47,6 +47,14 @@
       </fix>
     </changelog>
   </subsection>
+  <subsection name="Webapps">
+    <changelog>
+      <fix>
+        <bug>49585</bug>: Update JSVC documentation to reflect new packaging
+        of Commons Daemon. (markt)
+      </fix>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 5.5.30 (jim)" rtext="released 2010-07-09">
   <subsection name="General">

Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/setup.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/setup.xml?rev=982757&r1=982756&r2=982757&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/webapps/docs/setup.xml (original)
+++ tomcat/tc5.5.x/trunk/container/webapps/docs/setup.xml Thu Aug  5 20:09:06 
2010
@@ -111,13 +111,13 @@
 
 <source>
     cd $CATALINA_HOME/bin
-    tar xvfz jsvc.tar.gz
-    cd jsvc-src
+    tar xvfz commons-deamon-native.tar.gz
+    cd commons-daemon-1.0.x-native-src/unix
     autoconf
     ./configure
     make
-    cp jsvc ..
-    cd ..
+    cp jsvc ../..
+    cd ../..
 </source>
 
     <p>Tomcat can then be run as a daemon using the following commands.</p>
@@ -137,17 +137,17 @@
        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 
-       Tomcat 4.1.x, so it is necessary to edit it and change the classname 
-       from <code>BootstrapService</code> to <code>Bootstrap</code>.</p>
+    <p>The file <code>
+       
$CATALINA_HOME/bin/commons-daemon-1.0.x-native-src/unix/native/Tomcat5.sh
+       </code> can be used as a template for starting Tomcat automatically at
+       boot time from <code>/etc/init.d</code>.</p>
 
     <p>Note that the Commons-Daemon JAR file must be on your runtime classpath 
-       to run Tomcat in this manner.  The Commons-Daemon JAR file is in the 
Class-Path 
-       entry of the bootstrap.jar manifest, but if you get a 
ClassNotFoundException 
-       or a NoClassDefFoundError for a Commons-Daemon class, add the 
Commons-Daemon 
-       JAR to the -cp argument when launching jsvc.</p> 
+       to run Tomcat in this manner.  The Commons-Daemon JAR file is in the
+       Class-Path entry of the bootstrap.jar manifest, but if you get a
+       ClassNotFoundException or a NoClassDefFoundError for a Commons-Daemon
+       class, add the Commons-Daemon JAR to the -cp argument when launching
+       jsvc.</p> 
 
   </section>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to