| [EMAIL PROTECTED] bin]$ shutdown.sh -h | A JMX client to shutdown (exit or halt) a remote JBoss server. | | usage: shutdown [options] <operation> | | options: | -h, --help Show this help message | -D<name>[=<value>] Set a system property | -- Stop processing options | -s, --server=<url> Specify the JNDI URL of the remote server | -n, --serverName=<url> Specify the JMX name of the ServerImpl | -a, --adapter=<name> Specify JNDI name of the MBeanServerConnection to | use | -u, --user=<name> Specify the username for authentication | -p, --password=<name> Specify the password for authentication | | operations: | -S, --shutdown Shutdown the server (default) | -e, --exit=<code> Force the VM to exit with a status code | -H, --halt=<code> Force the VM to halt with a status code |
so, the syntax should be: | shutdown.sh -s host:port -S | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867842#3867842 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867842 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
