Skip to content

Instantly share code, notes, and snippets.

@initcron
Created April 9, 2017 09:35
Show Gist options
  • Save initcron/01f8554fba3305a1bceee9df5ff0aa24 to your computer and use it in GitHub Desktop.
Save initcron/01f8554fba3305a1bceee9df5ff0aa24 to your computer and use it in GitHub Desktop.
tomcat config on centos 6
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