Re: Listener won't start - NoClassDefFoundError

2007-04-24 Thread Mike Peremsky
Thanks, switching to a ServletContextListener resolved the problem. Pid [EMAIL PROTECTED] wrote: Mike Peremsky wrote: If it helps at all I am running on Windows XP. If it's in the webapp directory, that explains it. It's not in the same classloader. You probably want

Re: Listener won't start - NoClassDefFoundError

2007-04-23 Thread Mike Peremsky
Pid [EMAIL PROTECTED] wrote:Rashmi Rubdi wrote: Hi Mike, Someone has posted a solution to the new error you're getting: http://mail-archives.apache.org/mod_mbox/tomcat-users/200512.mbox/[EMAIL PROTECTED] their solution was under: 6. Edited Tomcat 'server.xml' (in the 'conf'

Re: Listener won't start - NoClassDefFoundError

2007-04-23 Thread Mike Peremsky
If it helps at all I am running on Windows XP. Mike Peremsky [EMAIL PROTECTED] wrote: Pid [EMAIL PROTECTED] wrote: Rashmi Rubdi wrote: Hi Mike, Someone has posted a solution to the new error you're getting: http://mail-archives.apache.org/mod_mbox/tomcat-users/200512.mbox/[EMAIL

RE: Listener won't start - NoClassDefFoundError

2007-04-23 Thread Caldarale, Charles R
From: Mike Peremsky [mailto:[EMAIL PROTECTED] Subject: Re: Listener won't start - NoClassDefFoundError Apr 22, 2007 10:31:32 PM org.apache.catalina.core.StandardContext listenerStart SEVERE: Error configuring application listener of class com.sf.listener.SingletonLoader

Re: Listener won't start - NoClassDefFoundError

2007-04-23 Thread Pid
Mike Peremsky wrote: If it helps at all I am running on Windows XP. If it's in the webapp directory, that explains it. It's not in the same classloader. You probably want ServletContextListener, rather than a LifecycleListener. The latter is a Tomcat interface, rather than a Servlet spec

Listener won't start - NoClassDefFoundError

2007-04-22 Thread Mike Peremsky
OK, I just reinstalled Tomcat 5.5.23 to resolve an issue with Tomcat starting up. Now I have an issue with my listener not starting up. The class in question LifecycleListener exists in the %CATALINA_HOME%\server\lib\catalina.jar file. Do I need to set a switch or something when calling

Re: Listener won't start - NoClassDefFoundError

2007-04-22 Thread Rashmi Rubdi
Hi Mike, Someone has posted a solution to the new error you're getting: http://mail-archives.apache.org/mod_mbox/tomcat-users/200512.mbox/[EMAIL PROTECTED] their solution was under: 6. Edited Tomcat 'server.xml' (in the 'conf' folder). Removed the line: Listener