# Custom configuration for Thermostat's CATALINA_BASE based tomcat.
# 
# Where your tomcat installation lives
CATALINA_BASE="/opt/rh/rh-thermostat16/root/usr/share/tomcat"
CATALINA_HOME="/usr/share/tomcat"
# Set Thermostat JAAS config via Tomcat's JAVA_OPTS variable.
# -Djava.security.egd=file:/dev/./urandom makes our tomcat use
# /dev/urandom over /dev/random which might block. See
# RHBZ#1328972 for details.
JAVA_OPTS="-Djava.security.auth.login.config=/opt/rh/rh-thermostat16/root/etc/thermostat/thermostat_jaas.conf -Djava.security.egd=file:/dev/./urandom"
