Tomcat:Monitorando o Apache Tomcat com o JConsole

From Wiki
Revision as of 13:51, 27 February 2009 by Ebasso (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

== Imagem:Jconsole01.JPG

Imagem:Jconsole02.JPG