Skip to content

Instantly share code, notes, and snippets.

@jamesnguyen101
Last active August 29, 2015 14:17
Show Gist options
  • Save jamesnguyen101/f10af5640d20323a657f to your computer and use it in GitHub Desktop.
Save jamesnguyen101/f10af5640d20323a657f to your computer and use it in GitHub Desktop.
commons options for tomcat. add|edit $TOMCAT_HOME/bin/setenv.sh|bat
export CATALINA_OPTS="$CATALINA_OPTS -Dfile.encoding=UTF8 -Djava.net.preferIPv4Stack=true -Dorg.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFERENCES=false"
export CATALINA_PID=$CATALINA_HOME/bin/tomcat.pid
export JAVA_OPTS="$JAVA_OPTS -Xms128m -Xmx1024m -XX:PermSize=64m -XX:MaxPermSize=256m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment