Can you please tell me exact instruction?
Script??
store it in where?
how?




Deepak Parbhoo <[EMAIL PROTECTED]>
11/28/2003 01:12 PM
Please respond to "Tomcat Users List"

 
        To:     Tomcat Users List <[EMAIL PROTECTED]>
        cc: 
        Subject:        Re: Preload JSP when it's startup


Write a script that calls the jsp's with '?jsp_precompile=true' as a 
parameter.
So if the page is called start.jsp you will make a request to:
"http://<server>:<port>/start.jsp?jsp_precompile=true".

[EMAIL PROTECTED] wrote:

>As we know, first time when JSP is called, it's complied into Servlet
>and 
>the next time you call the same jsp, the respond time will be faster.
>
>Thus, anywar for Tomcat to set to preload the JSP page when it's
>starting 
>up the server?
>
>Thanks.
>
> 
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to