0 Replies Latest reply on Dec 8, 2008 4:29 AM by mark.bramnik

    Temoraly Undeployment through the JMX-Console

    mark.bramnik

      Hi, I have a question about the deployment process.
      I know that I can put my ear application into the 'deploy' directory of my instance and the JBoss will deploy it. Removing the ear file will cause undeployment during the runtime.
      However I would like sometimes to temporaly disable the application to prevent the users to make a request to it at all (i'm interested in both http requests and ejb3 from the remote rich client) and then enable the application after I do some maintenence work (for example, change something in the BackEnd DB).

      Can I do it via the JMX-Console somehow and not to physically remove the ear from my deployment directory?

      Thanks a lot in advance.