2 Replies Latest reply on Oct 26, 2010 10:28 AM by f_marchioni

    Need to serve static resources from outside my EAR

    satyakatti

      Hi All,

       

      I have an EAR with multiple WAR applications. Since all these WARs use same images/js/css, what I did was to put all such static contents into

       

      another Utility WAR application and modify the paths in my html/jsp/xhtml to point to Utility.WAR application for loading static resources.

       

      But now I would like JBoss to serve these static resources instead of serving from a WAR which makes my application faster also.

       

      Can you let me know how to configure JBoss for this purpose?

       

      Regards,

      Satya