You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mark Lines-Davies <ml...@spd.sonybpe.com> on 2002/03/01 16:21:02 UTC

FW: jspInit and load-on-startup

Hello

I would like to have a JSP page loaded by Tomcat 3.3 when it starts up.

I have added <load-on-startup> to the web.xml file and my JSP page looks
like this:

<%@ page import="java.io.*" contentType="text/xml" %>
<%!
public void
Init(){
        System.out.println("Hello World");
}
%>
<%
        System.out.println("Normal call");
        out.println("<HTML>Hi there</HTML>");
%>

I assumed that when Tomcat starts, I would see the "Hello World" message
displayed in my Tomcat console window. Instead, I see a message saying
"LoadOnStartupInterceptor: Initializing JSP with JspWrapper".

If I then make a browser call to this JSP page I get

Hello World
Normal call

and subsequent calls just give "Normal call".

I guess I have misunderstood what <load-on-startup> is for....?

regards

Mark Lines-Davies




*************************************************************************
The information contained in this message or any of its
attachments may be privileged and confidential and intended 
for the exclusive use of the addressee. If you are not the
addressee any disclosure, reproduction, distribution or other
dissemination or use of this communication is strictly prohibited
*************************************************************************

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>