Tomcat:Monitorando o Apache Tomcat com o JConsole: Difference between revisions
(New page: == Configurando o Apache Tomcat == Edite o arquivo catalina.sh e adicione a entrada JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8004 -Dcom...) |
(No difference)
|
Revision as of 13:51, 27 February 2009
Configurando o Apache Tomcat
Edite o arquivo catalina.sh e adicione a entrada
JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8004 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false"
Salve e Feche o arquivo.
Reinicie então Tomcat
> ./shutdown.sh > ./startup.sh