]> git.pld-linux.org Git - packages/tomcat.git/blob - apache-tomcat.sysconfig
- up to 7.0.94
[packages/tomcat.git] / apache-tomcat.sysconfig
1 # Java runtime options used when starting Tomcat
2 #CATALINA_OPTS="-Xmx384M -XX:MaxPermSize=192m -XX:PermSize=128m"
3
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
11 # Start Tomcat with SecurityManager 
12 #SECURITY_MANAGER="yes"
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.034595 seconds and 3 git commands to generate.