3 Replies Latest reply on Jun 6, 2011 9:16 AM by peterj

    starting server via ssh remote login causes immediate shutdown after clean startup

    mschwery

      I'm using ssh remote login from another box to run our a script that starts our jboss servers.

      The server starts up without any problem but then immediately shuts itself down, the only thing in the log shows is that the shutdown hook was called. When I physically log on to the box and run the same command that was called remotely the server does not shut itself down.

       

      I think what is happening is that the session terminates when the command is done running and the server shuts down when the session goes away.

       

      Has anyone used ssh remote login to start a jboss server.

      What have you done to keep the server running after the command to start the server was invoked by ssh remote login.