We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add the following to /etc/default/tomcat7
JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.management.jmxremote" JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.management.jmxremote.port=9991" JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.management.jmxremote.authenticate=false" JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.management.jmxremote.ssl=false"
There was an error while loading. Please reload this page.