DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5390>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5390

jsp-file and load-on-startup and init-param does not work.





------- Additional Comments From [EMAIL PROTECTED]  2001-12-12 21:06 -------
So are you saying if I added this:
    <servlet-mapping>
        <servlet-name>loadonstartup</servlet-name>
        <url-pattern>/loadonstartup.jsp</url-pattern>
    </servlet-mapping>

that I would be able to get the init-param value at startup as well as 
subsequent requests for /loadonstartup.jsp since I now have the servlet-mapping 
in place for this jsp-file running off the root context?  I forgot to mention 
that this root context is within a virtual host <Host ...>...</Host> although 
it should work in whatever host+context this web.xml is associated with.

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

Reply via email to