2 Replies Latest reply on Oct 16, 2015 1:23 PM by rsoika

    Wildfly 9.0.1 caches static html pages?

    rsoika

      Hi,

       

      I have a strange problem with Wildfly 9.0.1 in productive environment. My JSF application contains some static html pages. After I updated some of this pages and build a new EAR (using maven) and deployed the EAR via the wildfly web console the static html files are not udpated and still the old versions.

      The application in general is updated (e.g. changed jsf pages are new). But it looks like if the static .html pages are still cached?

      I tried several things:

      • restart wildfly
      • undeploy old version before deploy new version of EAR
      • rmoving the content of the /standalone/content/data folder


      But nothing seems to help. Has anybody an idear what is going on here?

      I read that in older versions of wildfly there was an issue with the buffer-cache


      ===

      Ralph