Iva*_*van 13 java tomcat caching
如何禁用tomcat缓存?我用这个 -
<Context antiJARLocking="true" antiResourceLocking="true" cachingAllowed="false" cacheMaxSize ="0" cacheTTL="1">
Run Code Online (Sandbox Code Playgroud)
在Tomcat/conf/context.xml中
但它没有帮助
我不确定您在使用什么,但在 context.xml 中您可以cachingAllowed通过删除标志来更改 的值。
之后记得删除缓存文件夹。
资源 :
关于同一主题: