0 Replies Latest reply on Jun 23, 2004 10:07 AM by polesen

    Keeping application accessible while hot deploying

    polesen

      Hi,

      Is it possible to keep ones enterprise application accessible while hot deploying a new version of it. Ideally, JBoss could queue the incoming requests until the new deployed version was done. Right now I'm simply getting a code 500 when hitting the web-URL og application being deployed.

      But is this possible?

      Currently, I'm deploying a ear with some wars and sars inside. No EJBs. The wars are on the tomcat integration.

      Maybe tomcat integration can do this for web-requests?

      /Per