1 Reply Latest reply on Jul 17, 2013 2:54 PM by wdfink

    How to start jboss eap 5.1.2 as background service or silent mode

    jaigates

      i have installed jboss eap 5.1.2  in linux box. using ssh client i am logging in to the system and trying to start jboss using command like  sudu ./run.sh -c default  but when i close this ssh session jboss terminates.  my expectation is to start jboss ones and it should run for ever until linux box goes down or i invoke shutdwon scripts.  let me know how to do this

        • 1. Re: How to start jboss eap 5.1.2 as background service or silent mode
          wdfink

          This might be the wrong forum as it will be used for EAP6 developer. Other EAP, or if you have a subsrciption are handled via the Red Hat Support portal.

          Anyway.

          This is more a Unix issue, you might start nohup run.sh .... from a shell, or you need to add a init script to start JBoss automatically on system boot, i.e. to /etc/init.d/..., there are several wiki pages how to do that.