0 Replies Latest reply on Dec 5, 2005 12:37 PM by gquintana

    Stopping/disabling a deployed application

    gquintana

      Hello,

      Is it possible to stop/disable an application without undeploying it?

      To stop/disable a J2EE application means to me:


      • EJBs do not talk through RMI
      • MDBs do not to consumme JMS messages
      • JSPs/Servlets do not answer HTTP requests
      • EJB Timers do not execute anymore
      • Etc...


        Can someone tell me

        • Where I can find this feature in the JBoss Web console?
        • How I can do this from Java code?


          Thanks for your help,
          Gérald