summaryrefslogtreecommitdiffstats
path: root/tomcat-7.0.sysconfig
diff options
context:
space:
mode:
authorIvan Afonichev <ivan.afonichev@gmail.com>2011-04-28 09:35:45 +0400
committerIvan Afonichev <ivan.afonichev@gmail.com>2011-04-28 09:35:45 +0400
commit5b34837704327ce2de929eff3002bc627f1b9f1c (patch)
tree33ef34a535f5dbf7aecdf102e1e0b16537998ef6 /tomcat-7.0.sysconfig
parent167370bb1553653d4badbe6b94aea42efe3b9f8f (diff)
downloadtomcat-5b34837704327ce2de929eff3002bc627f1b9f1c.tar.gz
tomcat-5b34837704327ce2de929eff3002bc627f1b9f1c.tar.xz
tomcat-5b34837704327ce2de929eff3002bc627f1b9f1c.zip
- Package now named just tomcat instead of tomcat7
- Removed Provides: %{name}-log4j - Switched to apache-commons-* names instead of jakarta-commons-* . - Remove the old changelog - BR/R java >= 1:1.6.0 , same for java-devel - Removed old tomcat6 crap
Diffstat (limited to 'tomcat-7.0.sysconfig')
-rw-r--r--tomcat-7.0.sysconfig56
1 files changed, 56 insertions, 0 deletions
diff --git a/tomcat-7.0.sysconfig b/tomcat-7.0.sysconfig
new file mode 100644
index 0000000..c1337e8
--- /dev/null
+++ b/tomcat-7.0.sysconfig
@@ -0,0 +1,56 @@
+# Service-specific configuration file for tomcat. This will be sourced by
+# the SysV init script after the global configuration file
+# /etc/tomcat/tomcat.conf, thus allowing values to be overridden in
+# a per-service manner.
+#
+# NEVER change the init script itself. To change values for all services make
+# your changes in /etc/tomcat/tomcat.conf
+#
+# To change values for a specific service make your edits here.
+# To create a new service create a link from /etc/init.d/<your new service> to
+# /etc/init.d/tomcat (do not copy the init script) and make a copy of the
+# /etc/sysconfig/tomcat file to /etc/sysconfig/<your new service> and change
+# the property values so the two services won't conflict. Register the new
+# service in the system as usual (see chkconfig and similars).
+#
+
+# Where your java installation lives
+#JAVA_HOME="/usr/lib/jvm/java"
+
+# Where your tomcat installation lives
+#CATALINA_BASE="@@@TCHOME@@@"
+#CATALINA_HOME="@@@TCHOME@@@"
+#JASPER_HOME="@@@TCHOME@@@"
+#CATALINA_TMPDIR="@@@TCTEMP@@@"
+
+# You can pass some parameters to java here if you wish to
+#JAVA_OPTS="-Xminf0.1 -Xmaxf0.3"
+
+# Use JAVA_OPTS to set java.library.path for libtcnative.so
+#JAVA_OPTS="-Djava.library.path=@@@LIBDIR@@@"
+
+# What user should run tomcat
+#TOMCAT_USER="tomcat"
+
+# You can change your tomcat locale here
+#LANG="en_US"
+
+# Run tomcat under the Java Security Manager
+#SECURITY_MANAGER="false"
+
+# Time to wait in seconds, before killing process
+#SHUTDOWN_WAIT="30"
+
+# Whether to annoy the user with "attempting to shut down" messages or not
+#SHUTDOWN_VERBOSE="false"
+
+# Set the TOMCAT_PID location
+#CATALINA_PID="/var/run/tomcat.pid"
+
+# Connector port is 8080 for this tomcat instance
+#CONNECTOR_PORT="8080"
+
+# If you wish to further customize your tomcat environment,
+# put your own definitions here
+# (i.e. LD_LIBRARY_PATH for some jdbc drivers)
+