On Thursday 07 February 2002 13:48, Niall Keane wrote:
> Hi,
>
> What's the best way to restart Jboss on a remote server
>  - at the moment, I'm using the "Shutdown" MBean in the JMX web control
> panel to shutdown the server
> & then telnetting in and using "bash run_with_tomcat.sh &"  to start it.
> It seems to keep running after I log out, but shutsdown a while later.
> The logs show a graceful shutdown :
>
> [Default] Shutting down
> [Service Control] Stopping 28 MBeans
> [MailService] Stopping
> ... etc...
>
>
> Is this something to do with the telnet session ?
>

Probably. Try this:

nohup run_with_tomcat.sh < /dev/null > /dev/null 2>&1 &


Peter

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to