I am posting this question again as I did not  get any response.

How do I inform Tomcat to compile all the JSPz in a particular context on
startup.

We can do this in weblogic by specifying the following in its web.xml.

    <context-param>
        <param-name>weblogic.jsp.precompile</param-name>
        <param-value>true</param-value>
    </context-param>

I am sure there is some way we can do this in Tomcat also.

Thanks in advance.

Gurmeet
-----Original Message-----
From: Gurmeet [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 03, 2002 12:34 PM
To: Tomcat Users List
Subject: How to force compilation of Jspz at startup


Hi all,

How do I inform Tomcat to compile all the JSPz on startup.

Regards,
Gurmeet



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to