0

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?

Thanks, M

Mirko
  • 13
  • 1
  • 3

1 Answers1

0

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.

duffymo
  • 305,152
  • 44
  • 369
  • 561