]> 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 eaa1ede360b7f019306d126d3a0f57fcdc09e2e8..d340d7262f110dad6eaa57566993df22b7046b65 100644 (file)
@@ -1,6 +1,19 @@
-### Java runtime options used when the "start", or "run" command is executed.
-# CATALINA_OPTS="-Xmx384M -XX:MaxPermSize=192m -XX:PermSize=128m"
+# Java runtime options used when starting Tomcat
+#CATALINA_OPTS="-Xmx384M -XX:MaxPermSize=192m -XX:PermSize=128m"
 
-### Java runtime options used when the "start", "stop", or "run" command is
-### executed.
-# JAVA_HOME=""
+# 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"
+
+# Enable SecurityManager debugging
+# WARNING - This will generate many megabytes of output!
+#SECURITY_MANAGER_DEBUG="all"
+
+# Java Development Kit installation
+#JAVA_HOME=""
This page took 0.121393 seconds and 4 git commands to generate.