# Where your java installation lives #JAVA_HOME="/etc/alternatives/jre" # Where your tomcat installation lives #CATALINA_BASE="/usr/share/tomcat6" #CATALINA_HOME="/usr/share/tomcat6" JASPER_HOME="/usr/share/tomcat6" CATALINA_TMPDIR="/var/tmp/tomcat6" # 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=/usr/lib" # What user should run tomcat TOMCAT_USER="casaatsd" # 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/tomcat6.pid" # Connector port is 8080 for this tomcat6 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)