"Craig R. McClanahan" wrote:
Steve Quail wrote:> We've got reloadable set true in server.xml and it recompiles the
> changed JSP *sometimes* but not all the time, generally after the
> first change then never again.
>The "reloadable" flag has nothing to do with whether JSP pages are recompiled
or not -- they always are.The only exception to this rule is if you are using an <%@ include %>
directive to include a file into a JSP page -- changes to the outer page are
detected, but not changes to the included text.Craig McClanahan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
-- CONFIDENTIALITY NOTICE This electronic mail transmission and any accompanying documents contain information belonging to the sender ("Information") that may be confidential and legally privileged. If you are not the intended recipient, any disclosure, copying, distribution or action taken in reliance on the Information is strictly prohibited. If you have received the Information in error, please contact the sender by reply email and destroy all copies of the original email.
Phillip Kuzma [EMAIL PROTECTED]