I have a listener that I have added to my web.xml file that needs to load 
before my webservice servlet is loaded.  My understanding was that web.xml is 
processed in the order in which the entries are made.  The listener is the 
first thing in this file yet it appears to be being processed after the servlet 
which I have added a load on startup param of 2 to see if this would make a 
difference.  Is there some trick that I have missed here?  An entry in the 
geronimo web.xml file?  Some other way to force the listener to load first?

Regards,
Bill

Reply via email to