RE: Java.lang.ClassNotFoundException: listeners.ContextListener

2005-02-12 Thread sven morales
, Harry -Original Message- From: sven morales [mailto:[EMAIL PROTECTED] Sent: Monday, February 07, 2005 6:16 PM To: Tomcat Users List Subject: Re: Java.lang.ClassNotFoundException: listeners.ContextListener Hi, Do you have this class located in your appname/WEB-INF/classes

Re: Java.lang.ClassNotFoundException: listeners.ContextListener

2005-02-07 Thread sven morales
Hi, Do you have this class located in your appname/WEB-INF/classes/listeners/ ? If not, do you have it located in the appname/WEB-INF/lib/*.jar ? Basically I think it is looking for your listener.ContextListener class. I would expand your war file and search for this class, then make

RE: Java.lang.ClassNotFoundException: listeners.ContextListener

2005-02-06 Thread Pete Guyatt
Hi There, The web.xml will have the following xml tag tag in it listener listener-classclasspath/listener-class /listener It sounds like the class file referenced by this tag does not exist or that the class path is wrong. Thanks Pete -Original Message- From: Harry

Re: Java.lang.ClassNotFoundException: listeners.ContextListener

2005-02-06 Thread Mark Shifman
I had the same thing happen to me the other day. My listener stopped working as did my whole web app and it had been working fine for months. Look in /WEB-INF/classes and see if anything was compiled. I added a bad jar to my classpath and nothing compiled. When I removed the jar (which

RE: Java.lang.ClassNotFoundException: listeners.ContextListener

2005-02-06 Thread Harry Douglass, Jr.
, Harry -Original Message- From: Pete Guyatt [mailto:[EMAIL PROTECTED] Sent: Sunday, February 06, 2005 5:30 AM To: Tomcat Users List Subject: RE: Java.lang.ClassNotFoundException: listeners.ContextListener Hi There, The web.xml will have the following xml tag tag in it listener