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]
