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: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