4 Replies Latest reply on Aug 9, 2012 2:52 PM by ctomc

    Does JSP hot deployment work in 7.1.1?

    szhigunov

      I have unzipped war deployed to 7.1.1 standalone. Trying to get the server to pick up updated jsp without the app re-deployment. I followed the deployments/readme.txt, tried both H) and I) quoted below.

       

      It worked fine for HTML files but not for JSP. Is it expected to work with JSP or is there another way? Re-deploying the app would drop the session and makes any rapid JSP development impossible.

       

      H) Manual mode only: Live replace portions of currently deployed unzipped

         content without redeploying:

       

      1. cp -r target/example.war/foo.html $AS/standalone/deployments/example.war

       

      I) Auto-deploy mode only: Live replace portions of currently deployed unzipped

         content without redeploying:

       

      1. touch $AS/standalone/deployments/example.war.skipdeploy

      2. cp -r target/example.war/foo.html $AS/standalone/deployments/example.war