reloading of jsp page...

2002-10-10 Thread Padhu Vinirs
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 ? --

Re: reloading of jsp page...

2002-10-10 Thread Padhu Vinirs
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 Padhu Vinirs wrote: 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

Re: reloading of jsp page...

2002-10-10 Thread Chris Wolcott
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. . . . Padhu Vinirs wrote: Reloading of jsp works if I start a new browser window. But on same window (

Re: reloading of jsp page...

2002-10-10 Thread Sam Seaver
- Original Message - From: Chris Wolcott [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, October 10, 2002 8:37 AM Subject: Re: reloading of jsp page... This may be caused by your browser cacheing the existing page. Try clearing the browser cashce and see what

Re: reloading of jsp page...

2002-10-10 Thread Padhu Vinirs
8:37 AM Subject: Re: reloading of jsp page... 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. . . . Padhu Vinirs wrote: Reloading of jsp works if I

Re: reloading of jsp page...

2002-10-10 Thread Padhu Vinirs
[EMAIL PROTECTED] Sent: Thursday, October 10, 2002 8:37 AM Subject: Re: reloading of jsp page... 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. . . . Padhu

Re: reloading of jsp page...

2002-10-10 Thread Padhu Vinirs
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.

Re: reloading of jsp page...

2002-10-10 Thread Sam Seaver
maybe even a samba fix... - Original Message - From: Padhu Vinirs [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] 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

RE: reloading of jsp page...

2002-10-10 Thread Pooleery, Manoj
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 Sam Seaver wrote: maybe even a samba fix... - Original Message - From: Padhu Vinirs [EMAIL PROTECTED

Re: reloading of jsp page...

2002-10-10 Thread Lindomar
Try in your page: meta http-equiv=Pragma content=no-cache meta http-equiv=expires content=0 body ... - Original Message - From: Padhu Vinirs [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, October 10, 2002 12:19 Subject: Re: reloading of jsp page

Re: reloading of jsp page...

2002-10-10 Thread Glenn Nielsen
If you have the develop init paramter for the JspServlet in $CATALINA_HOME/conf/web.xml set to false JSP page recompiles happen in the background no more frequently than the time set in the JspServlet init paramter checkInterval. The Context/Host reloadable flag is only for performing class