Author: markt
Date: Tue Apr  7 19:36:18 2009
New Revision: 762921

URL: http://svn.apache.org/viewvc?rev=762921&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46599
Document known DAEMON issue

Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
    tomcat/tc6.0.x/trunk/webapps/docs/windows-service-howto.xml
    tomcat/trunk/webapps/docs/windows-service-howto.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=762921&r1=762920&r2=762921&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Tue Apr  7 19:36:18 2009
@@ -72,6 +72,9 @@
   <subsection name="Webapps">
     <changelog>
       <fix>
+        <bug>46599</bug>: Document known DAEMON issue. (markt)
+      </fix>
+      <fix>
         <bug>46807</bug>: Correct docs for configuration of tag pooling. 
(markt)
       </fix>
     </changelog>

Modified: tomcat/tc6.0.x/trunk/webapps/docs/windows-service-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/windows-service-howto.xml?rev=762921&r1=762920&r2=762921&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/windows-service-howto.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/windows-service-howto.xml Tue Apr  7 
19:36:18 2009
@@ -109,6 +109,10 @@
 <source>--Classpath=xx.jar</source>
 </p>
 <p> as command line parameter.</p>
+    <p><strong>Note:</strong> PR_DEPENDSON, PR_ENVIRONMENT, PR_JVMOPTIONS,
+    PR_JVMMS, PR_JVMMX, PR_JVMSS, PR_STARTPARAMS, PR_STOPPARAMS and
+    PR_STOPTIMEOUT will not work until this bug is fixed:
+    <a href="http://issues.apache.org/jira/browse/DAEMON-49";>DAEMON-49</a></p>
 <p> 
     <table>
     <tr>

Modified: tomcat/trunk/webapps/docs/windows-service-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/windows-service-howto.xml?rev=762921&r1=762920&r2=762921&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/windows-service-howto.xml (original)
+++ tomcat/trunk/webapps/docs/windows-service-howto.xml Tue Apr  7 19:36:18 2009
@@ -109,6 +109,10 @@
 <source>--Classpath=xx.jar</source>
 </p>
 <p> as command line parameter.</p>
+    <p><strong>Note:</strong> PR_DEPENDSON, PR_ENVIRONMENT, PR_JVMOPTIONS,
+    PR_JVMMS, PR_JVMMX, PR_JVMSS, PR_STARTPARAMS, PR_STOPPARAMS and
+    PR_STOPTIMEOUT will not work until this bug is fixed:
+    <a href="http://issues.apache.org/jira/browse/DAEMON-49";>DAEMON-49</a></p>
 <p> 
     <table>
     <tr>



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

Reply via email to