# Service-specific configuration file for jboss4 services
# This will be sourced by the SysV service script after the global
# configuration file /etc/jboss4.conf, thus allowing values
# to be overridden on a per-service way
#
# NEVER change the init script itself:
# To change values for all services make your changes in
# /etc/jboss4.conf
# To change values for a specific service, change it here
# To create a new service, create a link from /etc/init.d/<you new service> to
# /etc/init.d/jboss4 (do not copy the init script) and make a copy of the
# /etc/sysconfig/jboss4 file to /etc/sysconfig/<you new service> and change
# the property values so the two services won't conflict
# Register the new service in the system as usual (see chkconfig and similars)
#
# To change a setting, uncomment the line and set the value for what you want
# The values in the comments are the default values, shown here for convenience
#
JAVA_HOME=/usr/lib/jvm/java-1.5.0
#
JAVA_OPTS="-Djava.net.preferIPv4Stack=true"
#
##define where jboss is - this is the directory containing directories log, bin, conf etc
#JBOSS_HOME="/usr/share/jboss4"
#
##make sure java is on your path
#JAVAPTH="/usr/lib/jvm/java/bin"
#
##define the classpath for the shutdown class
##JBOSSCP=
#
##define jboss configuration to start
#JBOSSCONF="all"
#
##define the script to use to start jboss
##JBOSSSH="$JBOSS_HOME/bin/run.sh -c $JBOSSCONF"
#
##define what will be done with the console log
#JBOSS_CONSOLE="$JBOSS_HOME/server/$JBOSSCONF/log/console.log"
#
##define the user under which jboss will run, or use RUNASIS to run as the current user
#JBOSSUS="jboss4"
#
##define the group under which jboss will run
#JBOSSGR="jboss4"
#
##define the jgroups UDP group (multicast address) for clustering
#JBOSS_UDP_GROUP="228.1.2.3"
#
##define the jgroups UDP port (multicast) for clustering
#JBOSS_UDP_PORT="45566"
#
##define the Http Session Replication UDP group (multicast address) 
#JBOSS_UDP_GROUP_HS="230.1.2.7"
#
##define the Http Session Replication UDP port (multicast)
#JBOSS_UDP_PORT_HS="45577"
#
##define the timeout period for starting the server
#JBOSS_START_TIMEOUT="150"
#
##define the timeout period for stopping the server
#JBOSS_STOP_TIMEOUT="60"

