From 2fa866633b39fed5679664b3ae2530b8c96ee46e Mon Sep 17 00:00:00 2001
From: markt
Date: Tue, 7 Apr 2009 19:36:18 +0000
Subject: [PATCH] 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
---
webapps/docs/windows-service-howto.xml | 4 ++++
1 file changed, 4 insertions(+)
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