In my servers.xml I already have the following

<Context path="/myapplication" docBase="myapplication" reloadable="true" />

If I understand this correctly, 'reloadable="true"' means that all JSPs will
be reloaded, including JSPs which are "included" in other JSPs using the
include directive. Is this right ?

JSPs which are 'included' using the jsp:include tag are always reloaded.

However, despite the 'reloadable="true"', my included JSPs are sometimes not
reloaded... and sometimes they are. There's no consistency. Do you know why
this is the case and how I can force it to reload ?  I'm using Tomcat 4.0

Thank you

Soefara.

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to