3 Replies Latest reply on Apr 3, 2012 8:46 AM by hfluz

    How do you deploy your app in the production environment

    jean.baldessar

      Hi.

       

      I'm using JBoss AS in a production environment and I need to be able to update a web application without kill the session of the users that are using it.

       

      Is there a standard way to do that?

      For while I'm deploying my application in non critical hours, but sometimes you have to fix a bug as soon as possible.

      I was thinking in keep 2 versions of the application in the server and redirect the traffic to the new one. I could deploy a new version of the application and keep the old version till the last user do the logout.

       

      Is there another way to do that? Maybe using clustering or something like that.

      how do you deal with it?

       

      thanks