Author: markt Date: Fri Feb 12 09:59:09 2010 New Revision: 909324 URL: http://svn.apache.org/viewvc?rev=909324&view=rev Log: Remove quotes from example - they break it
Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/monitoring.xml Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/monitoring.xml URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/monitoring.xml?rev=909324&r1=909323&r2=909324&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/webapps/docs/monitoring.xml (original) +++ tomcat/tc5.5.x/trunk/container/webapps/docs/monitoring.xml Fri Feb 12 09:59:09 2010 @@ -47,10 +47,10 @@ <p>For quick installation you find here a short installation guide:</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