2 Replies Latest reply on Feb 24, 2009 5:07 PM by jvasire

    stop/start a particular J2EE application

    rudhiw

      Hi,

      I am wondering how we can stop/start a particular J2EE application (*.ear) or a web app (*.war) inside a JBOSS ?

      In Tomcat we have http://localhost:8080/manager/stop?path=/examples
      to stop Examples app without affects other apps.
      Or in Websphere we can stop/start an App. using Admin Console.

      How to do that in JBOSS?


      Appreciate for your help.