]> 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 bbaa6755b2313b6909addfb182407f919702ea6a..d340d7262f110dad6eaa57566993df22b7046b65 100644 (file)
@@ -1 +1,19 @@
-CATALINA_BASE=/var/lib/tomcat
+# 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"
+
+# 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.056858 seconds and 4 git commands to generate.