In servlets you can override the getLastModified method and have it return the date-time it was last modified. Also you can set the header "Refresh" to what ever time you want to refresh your browser. Try with JSP and let me know if it worked.
===
Gary Grewal
-----Original Message-----
From: Ryan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 22, 2001 10:41 AM
To: [EMAIL PROTECTED]
Subject: Re: Refresh
What I have to do most of the time is 'touch' the jsp file manually. Then
the page gets updated.
-ryan
----- Original Message -----
From: "Jean-Francois Pelletier" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 22, 2001 8:18 AM
Subject: Refresh
> Is there a configuration to check if the jsp file had been change. If it
> changed, recompile it else work with the compile file.
>
> The problem is when I change a jsp file, tomcat doesn't look if there is a
> change in the file.
>
> How can I resolve this problem &
>
> Jeff
>
