相关疑难解决方法(0)

如何禁用tomcat缓存?

如何禁用tomcat缓存?我用这个 -

<Context antiJARLocking="true" antiResourceLocking="true" cachingAllowed="false" cacheMaxSize ="0" cacheTTL="1">
Run Code Online (Sandbox Code Playgroud)

在Tomcat/conf/context.xml中

但它没有帮助

java tomcat caching

13
推荐指数
2
解决办法
3万
查看次数

标签 统计

caching ×1

java ×1

tomcat ×1