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
> 
> 
> -- 
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to