Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JSP load on startup

843835Feb 12 2003 — edited Feb 13 2003
I have read the previous topics that relate to this issue, but none of them work for us.

We are running a secure (HTTPS) application using Tomcat 4. All of the JSP code is built using Tag libraries and they are behind WEB-INF (bar the initial page), so that they can only be accessed via a Servlet.

I have tried all the examples to load these JSP pages, including adding them to the web.xml and using that nice little servlet, JspPreCompiler. This fails, as you can not access the JSP files directlly from outside.

What I need to do is to load these JSP files when the server starts, so that the first user is not presented with a long wait and a blank page when the Tag libraries build the page(s).

Yours in desperation.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 13 2003
Added on Feb 12 2003
2 comments
717 views