I believe that JSP pages are pre-compiled by Orion at start-up if the JSP is
specified in the web.xml of the web-app and the load-on-startup element is
present.  For example, it would look something like:

<servlet>
    <servlet-name> precompiledPageTest </servlet-name>
    <jsp-file> myPage.jsp </jsp-file>
    <load-on-startup> 0 </load-on-startup>
</servlet>


BTW, I haven't actually _tried_ it out yet, as I've just started messing
with Orion, so let me know if it works...


----- Original Message -----
From: "Daniel Mårtensson" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Monday, January 08, 2001 6:47 AM
Subject: Compile JSP at orion startup


> Is it possible to compile all JSP pages att orion startup?
>
> /Daniel
>
>


Reply via email to