From: markt Date: Tue, 7 Apr 2009 19:36:18 +0000 (+0000) Subject: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46599 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2fa866633b39fed5679664b3ae2530b8c96ee46e;p=tomcat7.0 Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46599 Document known DAEMON issue git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@762921 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/windows-service-howto.xml b/webapps/docs/windows-service-howto.xml index a16e4588f..46535f46b 100644 --- a/webapps/docs/windows-service-howto.xml +++ b/webapps/docs/windows-service-howto.xml @@ -109,6 +109,10 @@ --Classpath=xx.jar

as command line parameter.

+

Note: 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: + DAEMON-49