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]

Reply via email to