0 Replies Latest reply on Jul 29, 2015 7:50 AM by valsaraj007

    Static content delivery vs dynamic in WildFly

    valsaraj007

      My application ear is bundled with static resources like js, css, images, etc and was serving js files at URI app/scripts. These requests were passing through filters in the application. Now I configured WildFly to serve static contents like images, js and css. It is served at path app/scripts for js. Since both have same URI which one will be working now? It looks like static content is getting precedence because I noticed that now request are not passing through filters. Which method is better option to improve performance?