| How do you shut down multiple JBoss instances? |
| Written by Mark S. | |||||
|
Supposing you have configured 2 instances of JBoss, one on port 11000 and another on 11100, then in order to shutdown the first JBoss instance use this command:
<jboss_home>\bin\shutdown.bat -s jnp://localhost:11000 -u <username> -p <password>
And for the second instance , use this command:
<jboss_home>\bin\shutdown.bat -s jnp://localhost:11100-u <username> -p <password>
JBoss.org Search
Custom Search
Only registered users can write comments!
Powered by !JoomlaComment 3.26
3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved." |


