From: markt Date: Fri, 12 Feb 2010 09:58:13 +0000 (+0000) Subject: Remove quotes from example - they break it X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ac1777c3773ea73fe82b4acd093e56802cdd1302;p=tomcat7.0 Remove quotes from example - they break it git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@909321 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/monitoring.xml b/webapps/docs/monitoring.xml index 082c1f88e..6509dbcc1 100644 --- a/webapps/docs/monitoring.xml +++ b/webapps/docs/monitoring.xml @@ -47,10 +47,10 @@

The following is a quick configuration guide for Java 6:

Add the following parameters to your Tomcat startup script: - set CATALINA_OPTS="-Dcom.sun.management.jmxremote \ + set CATALINA_OPTS=-Dcom.sun.management.jmxremote \ -Dcom.sun.management.jmxremote.port=%my.jmx.port% \ -Dcom.sun.management.jmxremote.ssl=false \ - -Dcom.sun.management.jmxremote.authenticate=false" + -Dcom.sun.management.jmxremote.authenticate=false