]> git.pld-linux.org Git - packages/tomcat.git/commitdiff
- this file is only example. Default values of env variables are set in .init
authorpawelz <pawelz@pld-linux.org>
Fri, 11 Dec 2009 16:40:54 +0000 (16:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-tomcat.sysconfig -> 1.4

apache-tomcat.sysconfig

index 5d5e56e564b10951149451cb1a299cd2576aa87d..eaa1ede360b7f019306d126d3a0f57fcdc09e2e8 100644 (file)
@@ -1,3 +1,6 @@
-export CATALINA_BASE=/var/lib/tomcat
-export CATALINA_OPTS="-Xmx384M -XX:MaxPermSize=192m -XX:PermSize=128m"
-export JAVA_HOME=$(. /usr/share/java-utils/java-functions; set_jvm >&2; echo "$JAVA_HOME")
+### 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 the "start", "stop", or "run" command is
+### executed.
+# JAVA_HOME=""
This page took 0.051132 seconds and 4 git commands to generate.