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

后端 未结 3 983
走了就别回头了
走了就别回头了 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 09:02

    Finally the solution is to replace %TOMCATDIR%/conf/context.xml file content within :

    
    
        WEB-INF/web.xml
    
    

提交回复
热议问题