Created
April 9, 2017 09:35
-
-
Save initcron/01f8554fba3305a1bceee9df5ff0aa24 to your computer and use it in GitHub Desktop.
tomcat config on centos 6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TOMCAT_CFG_LOADED="1" | |
JAVA_HOME="/usr/lib/jvm/jre" | |
JAVA_OPTS="-Xms64m -Xmx128m -XX:MaxPermSize=128M -Djava.security.egd=file:/dev/./urandom" | |
CATALINA_BASE="/usr/share/tomcat" | |
CATALINA_HOME="/usr/share/tomcat" | |
JASPER_HOME="/usr/share/tomcat" | |
CATALINA_TMPDIR="/var/cache/tomcat/temp" | |
TOMCAT_USER="tomcat" | |
SECURITY_MANAGER="false" | |
SHUTDOWN_WAIT="30" | |
SHUTDOWN_VERBOSE="false" | |
CATALINA_PID="/var/run/tomcat.pid" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment