Hey all, I am separating our site into 3 separate web-apps (per the Servlet 2.2 spec). Outside, Inside and Admin. On the outside, I want EVERY page to be cached including ALL graphics, EXCEPT for a couple of pages (login, enrollment, lost password, etc). On the inside, I want ALL pages except a few "view" pages to NEVER be cached. On the Admin site NO page should ever be cached. Can anyone provide the right way to either set a J2EE compliant (Servlet 2.2) cache mechanism that is "defaulted to" on all pages, and then on those specific pages that I want to allow the browser to cache (or not cache) I can override this default behavior? I recall the META tags, the response header settings, etc. Is there a right way to do this when using JSP pages? I mean..if setting the response header is BETTER than using META tags, I would rather do it that way. If there is yet another way, please advise me. 1) cache a page? How to..? 2) do not cache a page? How to..? 3) Provide default "caching allowed" on all pages..with each page optionally overriding it? How to..? 4) Reverse of 3..not caching all pages with specifically setting some pages to cache? How to..? Thank you very much. =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
