]> git.pld-linux.org Git - packages/tomcat.git/blame - apache-tomcat.sysconfig
Up to 7.0.109; 7.x series is EOL now
[packages/tomcat.git] / apache-tomcat.sysconfig
CommitLineData
1a080983
JR
1# Java runtime options used when starting Tomcat
2#CATALINA_OPTS="-Xmx384M -XX:MaxPermSize=192m -XX:PermSize=128m"
f89834f5 3
eff86751
ER
4# Enable log4j configuration
5#CATALINA_OPTS="$CATALINA_OPTS -Dlog4j.configuration=file:///etc/tomcat/log4j.properties"
6
7# Disable slow urandom. Not recommended!
8# http://stackoverflow.com/questions/137212/how-to-solve-performance-problem-with-java-securerandom
9#CATALINA_OPTS="$CATALINA_OPTS -Djava.security.egd=file:/dev/./urandom"
10
1a080983 11# Start Tomcat with SecurityManager
ac3126bd 12#SECURITY_MANAGER="yes"
1a080983
JR
13
14# Enable SecurityManager debugging
15# WARNING - This will generate many megabytes of output!
16#SECURITY_MANAGER_DEBUG="all"
17
18# Java Development Kit installation
19#JAVA_HOME=""
This page took 0.061499 seconds and 4 git commands to generate.