You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Peter Choe <ch...@mindspring.com> on 2000/11/14 16:06:04 UTC

jsp not refreshing?

i am using tomcat 3.2 on a freebsd machine.

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?

peter choe

Re: jsp not refreshing?

Posted by David Knaack <dk...@rdtech.com>.
From: "Peter Choe" <ch...@mindspring.com>
> 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