开发者

Prevent Tomcat6 from caching for an application

开发者 https://www.devze.com 2023-03-10 19:21 出处:网络
I have an application running in a Tomcat6. Can I prevent Tomcat from caching for this application by setting in the web.xml? if yes, how?

I have an application running in a Tomcat6. Can I prevent Tomcat from caching for this application by setting in the web.xml? if yes, how?

Th开发者_运维知识库anks, M


You can do it for all applications in the context.xml:

http://daveharris.wordpress.com/2007/07/09/how-to-configure-cache-control-in-tomcat/

I don't know how to do it just for one application.

0

精彩评论

暂无评论...
验证码 换一张
取 消