1 Reply Latest reply on Feb 15, 2006 3:02 PM by hejl

    JBOSS with Remote Linux Machine

    sam74

      I am new to JBoss and Linux.

      I installed JBoss on Remote Linux machine.
      From my local machine I am connecting to remote Linux machine using telnet and
      starting the server using run.sh script.

      I deployed my application on this server it works fine.My problem is -
      When I disconnect myself from this remote machine(close telnet window)
      the server stops.

      I want server to be running on this machine all the time.
      Do I need to make changes to jboss-service.xml file.

      I am stucked.I will really appriciate if someone helps me out.

      Thanks.

        • 1. Re: JBOSS with Remote Linux Machine
          hejl

          Hi sam74,

          you should start your server the "proper" way (by putting it into a startup script that's loaded automatically) - how exactly that's done depends on your Linux distribution.

          The quick way to get around that is to simply start your server with "nohup" - so "nohup run.sh -c whatever"

          I hope that helps.

          Martin