| From | Sent On | Attachments |
|---|---|---|
| Padhu Vinirs | Oct 10, 2002 8:08 am | |
| Padhu Vinirs | Oct 10, 2002 8:19 am | |
| Chris Wolcott | Oct 10, 2002 8:36 am | |
| Chris Wolcott | Oct 10, 2002 8:50 am | |
| Padhu Vinirs | Oct 10, 2002 8:50 am | |
| Padhu Vinirs | Oct 10, 2002 8:51 am | |
| Turner, John | Oct 10, 2002 8:58 am | |
| Padhu Vinirs | Oct 10, 2002 8:58 am | |
| Padhu Vinirs | Oct 10, 2002 9:24 am | |
| Pooleery, Manoj | Oct 10, 2002 9:44 am | |
| Lindomar | Oct 10, 2002 9:47 am | |
| Sam Seaver | Oct 10, 2002 10:42 am | |
| Sam Seaver | Oct 10, 2002 11:20 am | |
| Mark R. Diggory | Oct 10, 2002 3:12 pm | |
| Craig R. McClanahan | Oct 10, 2002 3:23 pm | |
| Gary Henson | Oct 10, 2002 3:30 pm | |
| Glenn Nielsen | Oct 10, 2002 6:45 pm |
| Subject: | Re: reloading of jsp page... | |
|---|---|---|
| From: | Glenn Nielsen (gle...@mail.more.net) | |
| Date: | Oct 10, 2002 6:45:48 pm | |
| List: | org.apache.tomcat.users | |
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 reloading checks for jar's in /WEB-INF/lib and classes in /WEB-INF/classes, it does not have any affect on JSP pages.
Make sure that your web browser is not showing you a cached version of the page.
Regards,
Glenn
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 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





