# Service-specific configuration file for jbossas services
# This will be sourced by the SysV service script after the global
# configuration file /etc/jbossas/jbossas.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/jbossas/jbossas.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/jbossas (do not copy the init script) and make a copy of the
# /etc/sysconfig/jbossas 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
#
##define where jboss is - this is the directory containing directories log, bin, conf etc
#JBOSS_HOME="/var/lib/jbossas"
#
##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="production"
#
##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="jboss"
#
##define the group under which jboss will run
#JBOSSGR="jboss"
#
##define the jgroups UDP group (multicast address) for clustering
#JBOSS_UDP_GROUP="228.1.2.3"
#
#define the Http Session Replication UDP port (multicast)
#JBOSS_UDP_PORT_WP="45577"
#
#define the UDP port for JBoss clustering (multicast)
#JBOSS_UDP_PORT_HA="45566"
#
#define the UDP port for the ejb3 entity cache cluster (multicast)
#JBOSS_UDP_PORT_EJB3="43333"
#
#define the UDP port for ejb3 sfsb cache cluster (multicast)
#JBOSS_UDP_PORT_EJB3SFSB="45551"
#
##define the timeout period for starting the server
#JBOSS_START_TIMEOUT="150"
#
##define the timeout period for stopping the server
#JBOSS_STOP_TIMEOUT="60"
#
##define the ip to which the server should bind to
#JBOSS_IP=127.0.0.1
