Simples Assim

Installing JBoss AS as a Linux Service

leave a comment »

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/


Written by Fernando Ribeiro

November 11, 2009 at 1:58 pm

Posted in Software

Leave a Reply