[jboss-user] [Beginners Corner] - Re: how to stop jboss instance gracefully

PeterJ do-not-reply at jboss.com
Thu Jan 4 15:04:44 EST 2007


ctrl-c works.  JBoss registers a signal handler that recognizes the INT signal (produced by ctrl-c) and shuts the server down gracefully.

You could also use the shutdown.bat/sh script. It invokes a method on an mbean to do the shutdown.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998047#3998047

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998047



More information about the jboss-user mailing list