ter (probably in the server.xml) file you will
> > have to set to use your LifeCycleListener class instead of TOMCAT's.
> >
> > -----Original Message-
> > From: Simon Watson [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, April 05, 2006 12:29 PM
> > To:
Then just for kicks, place it in the server/classes directory and also the
shared/classes directory.
-Original Message-
From: Simon Watson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 05, 2006 1:29 PM
To: Tomcat Users List
Subject: Re: Lifecycle listener class loading problem
That
; -Original Message-
> From: Simon Watson [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 05, 2006 12:29 PM
> To: users@tomcat.apache.org
> Subject: Lifecycle listener class loading problem
>
> I'm trying to implement a lifecycle listener to initialise and, more
> imp
will
have to set to use your LifeCycleListener class instead of TOMCAT's.
-Original Message-
From: Simon Watson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 05, 2006 12:29 PM
To: users@tomcat.apache.org
Subject: Lifecycle listener class loading problem
I'm trying to i
I'm trying to implement a lifecycle listener to initialise and, more
importantly, shutdown a resource that I wish to access from multiple
webapps.
If I put my listener class in common/classes then I get an error on startup:
SEVERE: Begin event threw error
java.lang.NoClassDefFoundError: org/apache