# Service-wide configuration file for ScientificCMS service.
# This will be sourced by ScientificCMS init script after the system-wide
# configuration file /etc/scientificcms/scientificcms.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/scientificcms/scientificcms.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/scientificcms (do not copy the init script) and make a copy of the
# /etc/sysconfig/scientificcms 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).
#
#
# ----------------------------------------------------------
# Heavily borrowed (i.e. copied) from jpackage.org/Fedora 
# Tomcat configuration file tomcat6-6.0.sysconfig.
# All honour granted to jpackage.org and its contributors. 
# ----------------------------------------------------------

# Where your java installation lives
#JAVA_HOME="/usr/lib/jvm/jre"

# Where your tomcat installation lives
#CATALINA_BASE="/usr/share/scientificcms"
#CATALINA_HOME="/usr/share/scientificcms"
#JASPER_HOME="/usr/share/scientificcms"
#CATALINA_TMPDIR="/var/cache/scientificcms/temp"

# You can pass some parameters to java here if you wish to
#JAVA_OPTS="-Xmx768m -Xms512m -XX:MaxPermSize=256m"

# Use JAVA_OPTS to set java.library.path for libtcnative.so
#JAVA_OPTS="-Djava.library.path=/usr/lib64"

# What user should run tomcat
#TOMCAT_USER="scicms"
#TOMCAT_GROUP="scicms-admin"

# 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/scientificcms.pid"

# Connector port is 8080 for this tomcat6 instance
#CONNECTOR_PORT="8090"

# If you wish to further customize your tomcat environment,
# put your own definitions here
# (i.e. LD_LIBRARY_PATH for some jdbc drivers)

