Re: Lifecycle listener class loading problem

2006-04-05 Thread Simon Watson
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:

RE: Lifecycle listener class loading problem

2006-04-05 Thread Farrow, Marc
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&#

Re: Lifecycle listener class loading problem

2006-04-05 Thread Simon Watson
; -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

RE: Lifecycle listener class loading problem

2006-04-05 Thread Farrow, Marc
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

Lifecycle listener class loading problem

2006-04-05 Thread Simon Watson
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