How can I configure Wildfly to Leverage browser caching? I know this can be done in apache through htaccess, but how to achieve same in wildfly. I tried to create .htaccess file and place it in both the wildfly's deployement folder and in my project directory one by one but nothing worked.
Asked
Active
Viewed 450 times
1 Answers
0
We need to add the cache control filter in the standalone.xml file. The following link explains it all. Leaverage browser caching

atul
- 552
- 4
- 16