Installing JBoss AS as a Linux Service
http://www.jboss.org/community/wiki/startjbossonbootwithlinux
Since the binding address doesn’t default to 0.0.0.0, as explained here, you may want to change the initialization script:
#define the host to use
JBOSS_HOST=${JBOSS_HOST:-"0.0.0.0"}
http://fernandoribeiro.eti.br/2009/09/06/changing-the-binding-address-of-jboss-as/

