Author: markt Date: Fri Feb 12 09:58:40 2010 New Revision: 909322 URL: http://svn.apache.org/viewvc?rev=909322&view=rev Log: Remove quotes from example - they break it
Modified: tomcat/tc6.0.x/trunk/webapps/docs/monitoring.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/monitoring.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/monitoring.xml?rev=909322&r1=909321&r2=909322&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/monitoring.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/monitoring.xml Fri Feb 12 09:58:40 2010 @@ -47,10 +47,10 @@ <p>The following is a quick configuration guide for Java 5:</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