Author: markt Date: Fri Feb 12 09:58:13 2010 New Revision: 909321 URL: http://svn.apache.org/viewvc?rev=909321&view=rev Log: Remove quotes from example - they break it
Modified: tomcat/trunk/webapps/docs/monitoring.xml Modified: tomcat/trunk/webapps/docs/monitoring.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/monitoring.xml?rev=909321&r1=909320&r2=909321&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/monitoring.xml (original) +++ tomcat/trunk/webapps/docs/monitoring.xml Fri Feb 12 09:58:13 2010 @@ -47,10 +47,10 @@ <p>The following is a quick configuration guide for Java 6:</p> <p>Add the following parameters to your Tomcat startup script: <source> - 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 </source> </p> <p> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org