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 deleted

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

2002-01-30 Thread Ralph Einfeldt
List > Betreff: cached jsp pages when "no cache" specified still > there after page is gone > response.setHeader("Cache-Control", "no-Cache"); > > specified, yet they have been cached, and remain in the work > directory after > the actual pages ha

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 browser

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: For additional commands: Troubles with the list: