On Wed, May 27, 2009 at 09:51, Serge Fonville <serge.fonvi...@gmail.com> wrote:
> Hi
>
>> Some JSP containers (as per section 8.4.2 of the JSP 1.2 specification)
>> support the capability of precompiling a JSP page.
>>
>> To precompile a JSP page, access the page with a query string of
>> ?jsp_precompile
>
> How is this different from just accessing the page after deploying it?

The difference is that the JSP is not executed, it's just compiled.
This is described in section 11.4.2 of the JSP 2.1 spec (that's the
spec implemented by Tomcat 6).

> And can this also be done for an entire webapp instead of a single page?

No, it's one page at a time.
-- 
Len

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to