From ac1777c3773ea73fe82b4acd093e56802cdd1302 Mon Sep 17 00:00:00 2001 From: markt Date: Fri, 12 Feb 2010 09:58:13 +0000 Subject: [PATCH] Remove quotes from example - they break it git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@909321 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/monitoring.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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

-- 2.11.0