jaikiran pai [https://community.jboss.org/people/jaikiran] created the 
discussion

"Re: Init script of jboss 4.2.3 GA - jdk6 for Debian 7"

To view the discussion, visit: https://community.jboss.org/message/820576#820576

--------------------------------------------------------------
Mikel, welcome to the forums!

Does this work:

...
JBOSS_BIND_ADDR=-b 192.168.1.205
... 
EXEC=${JBOSS_HOME}/bin/run.sh ${JBOSS_BIND_ADDR}
... 
do_start(){    
        start-stop-daemon --start --chuid jboss --user jboss --name jboss  
--exec ${EXEC}
    }
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/820576#820576]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to