how to disable tomcat caching?

后端 未结 4 2097
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-08 12:16

how to disable tomcat caching? I use this -



        
4条回答
  •  遥遥无期
    2020-12-08 12:42

    Put below code in your sever.xml file.

    
        
    

    Make sure to delete all data from /work/Catalina/localhost directory before restarting tomcat. Also clear your browser cache.

    Its a good practice to disable browser caching while your app is in development. This post may help Disabling Chrome cache for website development

提交回复
热议问题