# Custom configuration for Thermostat's CATALINA_BASE based tomcat.
# 
# Where your tomcat installation lives
CATALINA_BASE="/var/lib/tomcats/thermostat"
CATALINA_HOME="/usr/share/tomcat"
# Set Thermostat JAAS config via Tomcat's JAVA_OPTS variable.
JAVA_OPTS="-Djava.security.auth.login.config=/etc/thermostat/thermostat_jaas.conf"
