#
# Specify the location of the Java home directory.  If set then $JAVA will
# be defined to $JAVA_HOME/bin/java, else $JAVA will be "java".
#
JBOSS_HOME="/usr/share/jboss"

# Configuration for the JBoss application server
# 
JBOSS_CONF="all"

#
JAVA_HOME="/usr/lib/j2se"

#
# Specify the exact Java VM executable to use.
#
#JAVA=""

#
# Specify options to pass to the Java VM.
#
JAVA_OPTS="-server -Xms256m -Xmx256m"

# Sample JPDA settings for remote socket debuging
#JAVA_OPTS="$JAVA_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y"

# Sample JPDA settings for shared memory debugging 
#JAVA_OPTS="$JAVA_OPTS -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_shmem,server=y,suspend=n,address=jboss"

# Set locale
export LANG=POSIX
export LC_ALL=POSIX

# External libraries
#EXT_LIB="classes12.jar velocity.jar"
