> From: Michael Hackett [mailto:[EMAIL PROTECTED] 
> Subject: Re: Selective auto-deploy of web-apps?
> 
> Anyway, I appreciate the attempt, but I don't think that solves my
> problem of controlling the startup of a webapp or servlet from another
> webapp or servlet.

I don't understand why you think this is a good idea.  The listener
class provides isolation from the main logic of the webapp.  Tying two
webapps together is counter to the philosophy of the Servlet spec, which
emphasizes that webapps are independent, self-contained entities.  I
don't see how going against that will do much other than introduce
unnecessary complication.

 - 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to