> From: Paul Singleton [mailto:p...@jbgb.com] 
> Subject: Re: Initializing webapps in a certain order

> Does the servlet spec require that no web app may use the 
> services of another web app?

No that's perfectly alright.  The key point of the OP's query was that he has a 
webapp that required the other service _during_initialization_ - thus requiring 
startup ordering.  There's no problem at all with webapps accessing each other 
once initialization is complete.

> Is a servlet spec implementation free to enable startup 
> sequence to be defined?

Not quite sure how to parse that.  If you're asking if a specific container 
could implement something outside of the spec to control ordering, that would 
certainly be possible, but also certainly against the spirit of the spec.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to