# System-wide configuration file for APLAWS+ service. # This will be sourced by APLAWS+ and any of its secondary services. # Values will be overridden by service-specific configuration # files in /etc/sysconfig # # Use this one to change default values for all services # Change the service specific ones to affect only one service # (see, for instance, /etc/sysconfig/tomcat6) # # ---------------------------------------------------------- # Heavily borrowed (i.e. copied) from jpackage.org/Fedora # Tomcat configuration file tomcat6-6.0.conf. # 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="@@@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" JAVA_OPTS="-Xmx768m -Xms512m -XX:MaxPermSize=256m" # Use JAVA_OPTS to set java.library.path for libtcnative.so #JAVA_OPTS="-Djava.library.path=@@@LIBDIR@@@" # What user should run tomcat TOMCAT_USER="@@@TCUSER@@@" TOMCAT_GROUP="@@@TCUSER@@@-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/@@@TCPID@@@.pid" # Connector port is 8080 for this tomcat6 instance #CONNECTOR_PORT="8080" 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)