----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Friday, May 10, 2002 9:07 PM
Subject: Re: [4.1] Add additional events


> On Fri, 10 May 2002, Remy Maucherat wrote:
>
> > > > > I plan to add additional events to the components start and stop
> > methods:
> > > > > before_start, after_start, before_stop, after_stop. This has been
> > suggested
> > > > > and discussed a while ago, but never actually implemented.
> > >
> > > Could you also add events for webapp add/remove/start/stop, and make
sure
> > > the events are propagated up to coyote ?
> >
> > That's already there (more or less). You need to put a container
listener on
> > the host and listen for Container.ADD_CHILD_EVENT (or
REMOVE_CHILD_EVENT).
>
> The problem is propagating it via Coyote actions to jk level.
>

Presumably, you're transmitting it to Apache via Shm, so the Listener simple
needs an instanceof JkCoyoteHandler.  I agree with Remy that it is (more or
less) already there.

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


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

Reply via email to