1 Reply Latest reply on Jul 1, 2006 5:10 AM by jaikiran

    Shutting down a JBoss instance ...

      Hi all,

      I started 2 JBoss instances on a server.
      To start each instance I type :

      run.sh -c config1

      and
      run.sh -c config2


      Now I'd like to shut down one of these instances. I didn't see how to shut down a single instance anywhere.

      The usual command is something like :
      $JAVA_HOME/bin/java -classpath $JBOSS_HOME/bin/shutdown.jar:$JBOSS_HOME/client/jnet.jar org.jboss.Shutdown --shutdown"


      How to do to shut down only config2 ?

      Regards
      A. ROY