2 Replies Latest reply on May 14, 2002 6:09 AM by adrian.brock

    JBoss shutdown

    prilmeie

      Hello,

      how can I shutdown a JBoss instance (specified by host_name and port, JBoss3.0.0RC2)?

      I do not want to have the JMX-HTML Adaptor running, because I do not have access to the firewall and cannot block any ports. Is this service needed for the shutdown script?

      This is the way I want it to use:
      exec $JAVA \
      $JAVA_OPTS \
      -classpath $JBOSS_CLASSPATH \
      org.jboss.Shutdown HOST_NAME PORT "$@"

      Whar services

        • 1. Re: JBoss shutdown
          prilmeie

          I unfortunately pressed 'enter' during creating my post. I apologize for that, because I have not finished yet.

          So what services do I actually need for this task?

          • 2. Re: JBoss shutdown

            org.jboss.Shutdown posts a request to the HTML adapter.

            If you don't have this running, you'll have to use the
            RMI or EJB connectors to invoke the Shutdown MBean
            remotely.

            Regards,
            Adrian