2 Replies Latest reply on Dec 8, 2011 1:11 PM by ndipiazza

    JBoss AS 7.0.2 + Eclipse - JSP auto-deploy

    ndipiazza

      Dear group,

       

      When I develop JSP on JBoss AS 7.0.2 Final, I'd like the JSP to automatically deploy to my web application each time I save a change to a JSP page. This will make it so I can quickly and easily make incremental changes into the application server without having to click on the Full Publish each time and wait for the web application to fully redeploy.

       

      I've tried to use the incremental publish but this does not seem to deploy my changes to the JSP file.

       

      Is there a way to script the deployment of the JSP file? If I could do that, then I'd just create a Directory file watcher with a re-occuring windows task that will deploy changes if it sees any.

       

      Thanks!