]> git.pld-linux.org Git - packages/tomcat.git/blobdiff - apache-tomcat.sysconfig
- up to 7.0.107; EOL for 7.x series is at 31 March 2021
[packages/tomcat.git] / apache-tomcat.sysconfig
index ae52a9fb11b78d3eae1681e409c7640d35b4aaea..d340d7262f110dad6eaa57566993df22b7046b65 100644 (file)
@@ -1,8 +1,15 @@
 # Java runtime options used when starting Tomcat
 #CATALINA_OPTS="-Xmx384M -XX:MaxPermSize=192m -XX:PermSize=128m"
 
+# Enable log4j configuration
+#CATALINA_OPTS="$CATALINA_OPTS -Dlog4j.configuration=file:///etc/tomcat/log4j.properties"
+
+# Disable slow urandom. Not recommended!
+# http://stackoverflow.com/questions/137212/how-to-solve-performance-problem-with-java-securerandom
+#CATALINA_OPTS="$CATALINA_OPTS -Djava.security.egd=file:/dev/./urandom"
+
 # Start Tomcat with SecurityManager 
-SECURITY_MANAGER="yes"
+#SECURITY_MANAGER="yes"
 
 # Enable SecurityManager debugging
 # WARNING - This will generate many megabytes of output!
This page took 0.02308 seconds and 4 git commands to generate.