]> git.pld-linux.org Git - packages/tomcat.git/commitdiff
- sensible comments
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 19 Nov 2010 20:16:38 +0000 (20:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added options for SecurityManager

Changed files:
    apache-tomcat.sysconfig -> 1.5

apache-tomcat.sysconfig

index eaa1ede360b7f019306d126d3a0f57fcdc09e2e8..ae52a9fb11b78d3eae1681e409c7640d35b4aaea 100644 (file)
@@ -1,6 +1,12 @@
-### 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=""
+# 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.057799 seconds and 4 git commands to generate.