From: "Peter Choe" <[EMAIL PROTECTED]>
> i am working on a jsp to list some mail.  when i change the jsp and view
> it in a web browser, for some reason the changes in the html tags
> doesn't show.  is there something in tomcat that causing some type of
> caching of the old jsp files somewhere?

If you are 'include'ing the changed JSP files from another file
you might try 'touch'ing the base file.  I've noticed problems
with IE not actually reloading a page if the requested file
hasn't changed (even if its dynamicly generated JSP contents have).

DK

Reply via email to