# The home directory of the Java development kit (JDK). You need at least
# JDK version 1.5. If JAVA_HOME is not set, some common directories for
# OpenJDK, the Sun JDK, and various J2SE 1.5 versions are tried.
JAVA_HOME=/usr/lib/jvm/default-java/jre

# Arguments to pass to JSVC (*not* to the JVM as the name may suggest).
# -D and -X arguments are however passed on to the JVM by JSVC.
JAVA_OPTS="-Djava.awt.headless=true -Xmx2048M -Didp.home=/etc/shibboleth-identity-provider"

# To enable remote debugging uncomment the following line.
# You will then be able to use a java debugger on port 18000
#JAVA_OPTS="${JAVA_OPTS} -Xdebug -Xrunjdwp:transport=dt_socket,address=18000,server=y,suspend=n"

# pass endorsed libs by JAVA_ENDORSED_DIRS (default $CATALINA_HOME/endorsed)
#JAVA_OPTS="${JAVA_OPTS} -Djava.endorsed.dirs=/var/lib/shibboleth-identity-provider/endorsed"
