We are using app server: IBM WAS 6.1 and web server: IBM HTTP Server.
Issue is explained below
- I know that fileServingEnabled="true" in ibm-web-ext.xmi helps in loading static content. And when fileServingEnabled="false", none of the static content gets loaded.
- Now the problem is that this is behaving excatly same way in our development enviorment but in test and production enviormnet I see that we are using : fileServingEnabled="false" in ibm-web-ext.xmi. And all the static content gets downloaded successfully.
- So my question is that do we need any other setting as well to download static content, which could explain that why its working fine even after making fileServingEnabled="false".
Any help would be appreciated.