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

PeterJ do-not-reply at jboss.com
Thu Jan 4 18:26:49 EST 2007


Try:  shutdown -s hostname:9999 -S

where 'hostname' is the ip address or host name of the system running the app server, and 9999 is the JNDI port.

For example, these two command are equivalent:

shutdown -S
shutdown -s localhost:1099 -S

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

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



More information about the jboss-user mailing list