Blame SOURCES/scl-thermostat-tomcat-service-sysconfig

aa165c
# Custom configuration for Thermostat's CATALINA_BASE based tomcat.
3aaed5
#
3aaed5
# Where your tomcat installation lives
3aaed5
CATALINA_BASE="__catalina_base__"
3aaed5
CATALINA_HOME="/usr/share/tomcat"
7d62d8
# -Djava.security.egd=file:/dev/./urandom makes our tomcat use
7d62d8
# /dev/urandom over /dev/random which might block. See
7d62d8
# RHBZ#1328972 for details.
7d62d8
JAVA_OPTS="-Djava.security.auth.login.config=__jaas_config__ -Djava.security.egd=file:/dev/./urandom"