0 Replies Latest reply on Sep 4, 2013 9:00 AM by xdury

    static content not found in exploded war inside a ear in AS 7.2

    xdury

      Hi,

       

      We have a EAR file which contains several WARs. One of those WARs is exploded because we used an overlay to override its web.xml descriptor in our maven project (maven-ear-plugin).

       

      Under JBoss AS 5.1, all was working fine but since we migrated to 7.2, all static content (html, jsps) is 404. All non-static content is still working (servlets, filters...)

       

      What can I do? Does it have anything to do with deployment-scanner.autoDeployExploded property? I tried setting it to "true" but it does not change anything.

       

      Thanks,

       

      Xavier