Re: Placing a LifecycleListener in my server.xml

2005-07-27 Thread Darryl L. Miles
ore as I found other ways to do what I needed, I wanted to deploy the listener within my webapp. -Original Message- From: Darryl L. Miles [mailto:[EMAIL PROTECTED] Sent: 27 July 2005 12:10 To: Tomcat Users List Subject: Re: Placing a LifecycleListener in my server.xml Sorry did not r

RE: Placing a LifecycleListener in my server.xml

2005-07-27 Thread Mark Benussi
CTED]> > Reply-To: "Tomcat Users List" > To: Tomcat Users List > Subject: Re: Placing a LifecycleListener in my server.xml > Date: Wed, 27 Jul 2005 11:47:17 +0100 > > Mark Benussi wrote: > >> Anyone have any ideas where on earth I put my class that implem

Re: Placing a LifecycleListener in my server.xml

2005-07-27 Thread Darryl L. Miles
st Subject: Re: Placing a LifecycleListener in my server.xml Date: Wed, 27 Jul 2005 11:47:17 +0100 Mark Benussi wrote: Anyone have any ideas where on earth I put my class that implements the LifecycleListener (In a jar in my WEB-INF/lib) as I don't seem to have a context in my server.xm

Re: Placing a LifecycleListener in my server.xml

2005-07-27 Thread Darryl L. Miles
st Subject: Re: Placing a LifecycleListener in my server.xml Date: Wed, 27 Jul 2005 11:47:17 +0100 Mark Benussi wrote: Anyone have any ideas where on earth I put my class that implements the LifecycleListener (In a jar in my WEB-INF/lib) as I don't seem to have a context in my server.xm

Re: Placing a LifecycleListener in my server.xml

2005-07-27 Thread Mark Benussi
Message Follows From: "Darryl L. Miles" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: Tomcat Users List Subject: Re: Placing a LifecycleListener in my server.xml Date: Wed, 27 Jul 2005 11:47:17 +0100 Mark Benussi wrote: Anyone have any ideas where on earth I pu

Re: Placing a LifecycleListener in my server.xml

2005-07-27 Thread Darryl L. Miles
Mark Benussi wrote: Anyone have any ideas where on earth I put my class that implements the LifecycleListener (In a jar in my WEB-INF/lib) as I don't seem to have a context in my server.xml. The context is in WEB-INF/web.xml as its a webapp specific listener, NOT a global server thing. See