Tomcat can't see newly created static files and is server-side caching the old files

后端 未结 3 957
走了就别回头了
走了就别回头了 2021-01-13 08:47

I use Tomcat 7 on Windows XP.

  • I have a directory with static files (HTML, CSS, JS) in %TOMCATDIR%/webapps/myapplication.
  • They\'re accessi
3条回答
  •  臣服心动
    2021-01-13 08:53

    The solution seems to be remove antiResourceLocking="true".

    If anyone's more knowledgable about the topic, or know how to workaround it other way, I'll be grateful.

提交回复
热议问题