JBoss Community

Re: how to shutdown 1 of 2 standalone JB7 instances ?aa

created by valentino cruz in JBoss AS 7 Development - View the full discussion

Thank you Wolf-Dieter!!!  ... that pointed me in the right direction for sure!!

I tried the following series of steps and it worked for me:

  1. server A , starts server B by executing : "./standalone.sh -Djboss.node.name=serverB"
  2. a socket-binding port is changed on Server A via CLI and we are told it requires a reload.
  3. undeploy the *.war from server A by executing the CLI command for "undeploy serverA.war"
  4. execute a ":reload" command (this tends to take a little longer than a shutdown and restart in my environment, but its not that much of a concern).
  5. go back to serverB and it remains running with the same process ID, so no interruptions!  (perfect!)

 

Thanks again Wolf!!  I was thinking there was no way of doing this, but CLI in JBoss AS7 is very powerful indeed.

I hope this helps others as well.

 

-Fabio

Reply to this message by going to Community

Start a new discussion in JBoss AS 7 Development at Community