0 Replies Latest reply on Apr 21, 2006 5:47 PM by emdlc

    Automatic redeploy not working? Supposed to only work for to

    emdlc

      For development purposes, how come redeployment of a webapp, is only supposed to work for changes to xx.war/WEB-INF/web.xml. Isn't probably helpful if anything in the xx.war/WEB-INF/classes and xx.war/WEB-INF/lib as well.

      Also, having an absolute directory using the 'file:/' designation for the "URLs" attribute under the org.jboss.deployment.scanner.URLDeploymentScanner, any xx.war/WEB-INF/web.xml doesn't not get scanned. This may be a bug. Here's my example on WinXP:


      deploy/,file:/C:/build/webapps


      I literally copied the xx.war exploded directory from 'c:/build/webapps' to 'deploy/' in jboss and it started working. Shouldn't the behavior be the same?