# geronimo11 service configuration file

# you could also override JAVA_HOME here
# Where your java installation lives
JAVA_HOME="/usr/lib/jvm/java"

# 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

# Where your geronimo installation lives
GERONIMO_HOME="/usr/share/geronimo11"
GERONIMO_SERVER="j2ee-jetty"
JAVA_ENDORSED_DIRS="/usr/share/geronimo11/lib/endorsed"

# What user should run geronimo
GERONIMO_USER="geronimo"

# You can change your geronimo locale here
#LANG=en_US

# Time to wait in seconds, before killing process
SHUTDOWN_WAIT=30

# Set the GERONIMO_PID location
GERONIMO_PID=/var/run/geronimo11.pid

# Connector port is 8080 for this geronimo instance
#CONNECTOR_PORT=8080

# If you wish to further customize your geronimo environment,
# put your own definitions here
# (i.e. LD_LIBRARY_PATH for some jdbc drivers)
# Just do not forget to export them :)

