cached jsp pages when no cache specified still there after page is gone

2002-01-30 Thread Joel Rees
Hello, I dug into the archives and the on-line docs, but couldn't find anything that turned a light on I have some jsp pages with response.setHeader("Cache-Control", "no-Cache"); specified, yet they have been cached, and remain in the work directory after the actual pages have been

AW: cached jsp pages when no cache specified still there after page is gone

2002-01-30 Thread Ralph Einfeldt
You are talking about different things. response.setHeader("Cache-Control", "no-Cache"); tells an http 1.1 client not to cache the page. Your work directory has nothing to do with that. AFAIK you have to clean your work directory manualy as tomcat doesn't remove pages that no longer exist.

Re: cached jsp pages when no cache specified still there after page is gone

2002-01-30 Thread David Cassidy
Do you mean that TC has compiled a jsp page into a .java file, compiled it into a servlet and left the resulting .class file in your work directory But you'd rather it recompiled ***each*** time a user accessed the page Or do you mean that when a users browser accesses the jsp page their

Re: cached jsp pages when no cache specified still there after page is gone

2002-01-30 Thread Joel Rees
David, Ralph, thanks. :-0 Joel -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]