0

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.

atul
  • 552
  • 4
  • 16

1 Answers1

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