Does this help - http://www.murraywilliams.com/computers/buildjboss/jboss3.html ?
zinc
2010-02-10 10:43:43
Does this help - http://www.murraywilliams.com/computers/buildjboss/jboss3.html ?
To customize your own JBoss configuration that is based on the web configuration:
copy $JBOSS_HOME/server/web to $JBOSS_HOME/server/my_config
customize the configuration by editing the configuration files in my_config
start you new configuration by running
$JBOSS_HOME/bin/run.sh -c my_config
or
%JBOSS_HOME%/bin/run.sh -c my_config