atom feed17 messages in org.apache.tomcat.usersRE: reloading of jsp page...
FromSent OnAttachments
Padhu VinirsOct 10, 2002 8:08 am 
Padhu VinirsOct 10, 2002 8:19 am 
Chris WolcottOct 10, 2002 8:36 am 
Chris WolcottOct 10, 2002 8:50 am 
Padhu VinirsOct 10, 2002 8:50 am 
Padhu VinirsOct 10, 2002 8:51 am 
Turner, JohnOct 10, 2002 8:58 am 
Padhu VinirsOct 10, 2002 8:58 am 
Padhu VinirsOct 10, 2002 9:24 am 
Pooleery, ManojOct 10, 2002 9:44 am 
LindomarOct 10, 2002 9:47 am 
Sam SeaverOct 10, 2002 10:42 am 
Sam SeaverOct 10, 2002 11:20 am 
Mark R. DiggoryOct 10, 2002 3:12 pm 
Craig R. McClanahanOct 10, 2002 3:23 pm 
Gary HensonOct 10, 2002 3:30 pm 
Glenn NielsenOct 10, 2002 6:45 pm 
Subject:RE: reloading of jsp page...
From:Pooleery, Manoj (Pool@Synygy.com)
Date:Oct 10, 2002 9:44:52 am
List:org.apache.tomcat.users

I don't know if updating your clock is going to save you from this problem. I had faced a similar issue with JSP, where IE was the culprit. it used to cache the page the first time it is loaded and wouldn't refresh it even if it is changed on disk. What I did was to put the meta tags for refreshing in the header of my JSP page. I put <meta http-equiv="Cache-Control" content="no-cache"> and this solved the problem for me. Everytime, I forced IE to refresh the page.

-Manoj.

-----Original Message----- From: Padhu Vinirs [mailto:p.pa@verizon.net] Sent: Thursday, October 10, 2002 12:25 PM To: Tomcat Users List Subject: Re: reloading of jsp page...

ok. Found the problem. My Linux machine clock was ahead by 10 mins. timestamp problem resolved. :-)

Thanks

-- padhu

maybe even a samba fix...

----- Original Message ----- From: "Padhu Vinirs" <p.pa@verizon.net> To: "Tomcat Users List" <tomc@jakarta.apache.org> Sent: Thursday, October 10, 2002 8:59 AM Subject: Re: reloading of jsp page...

I think I founf out what the problem is. My jsp page is on Linux. I have this drive shared through samba to my windows machine. Looks like windows is not updating the time stamp. When I saved the file from Linux, the reload worked fine. I saw that the 2885 bug was also related to this. Anybody know any solution on how to change the timestamp on windows 98 when saving - maybe there is a win fix ?

-- padhu

Chris Wolcott wrote:

This may be caused by your browser cacheing the existing page. Try clearing the browser cashce and see what happens. I know RELOAD is supposed to actually RELOAD from the server, but. . . .

Reloading of jsp works if I start a new browser window. But on same window ( Ctrl-r or reload ) doesnt show the new changes.

-- padhu

Tomcat 4.1.12

I have a jsp page that compiles fine. Then I make a change and try to access the page again. The page is not recompiled. I am still getting back the old value. I do have reloadable=true for my context. I have to restart Tomcat to get the new page. Anybody else notice this ?

-- padhu

-- To unsubscribe, e-mail:

<mailto:tomc@jakarta.apache.org>

For additional commands, e-mail:

<mailto:tomc@jakarta.apache.org>