2 Replies Latest reply on Aug 15, 2003 12:02 PM by buzzman

    Hot Modification

    buzzman

      Can you or is there away to setup JBoss to hot modify an application component such as servlets, Enterprise JavaBeans, Java classes, where the changes take effect immediately, without restarting JBoss or the server?

      Thanks!

        • 1. Re: Hot Modification

          I assume that you are talking about hot deployment so that you can deploy without restaring yr server.
          If thats the case this feature is available in Jboss3.2.1 and you dont have to do anything else, other then using JDK 1.4 which has this hot deploymen feature. Please correct me if I am wrong here.

          Cheers...

          • 2. Re: Hot Modification
            buzzman

            I am using Jboss3.2.1 and JDK 1.4. Hot Deployment seems to be working but when I make a change to and existing class I've been having to restart JBoss.

            Maybe I have something configure incorrectly.