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=14329>.
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=14329

load-on-startup ignored at StandardHost level

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2004-02-12 22:15 -------
As far as I can tell from your log, your servlets are deployed in different 
contexts ie different web applications. To quote from the servlet spec:
<spec-quote>
The load-on-startup element indicates that this servlet should be loaded 
(instantiated and have its init() called) on the startup of the web 
application.
</spec-quote>
I read the above quote to mean that servlets are loaded in order across a web 
application, not across the entire host.

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

Reply via email to