mercoledì 20 dicembre 2006

Impostazione parametri Tomcat

WINDOWS:
set JAVA_OPTS=-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=8001
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
set CATALINA_OPTS=-Xmx512m

LINUX:
JAVA_OPTS="-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=8001
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false"
CATALINA_OPTS="-Xmx512m"

Nessun commento: