> 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
> java.lang.NoClassDefFoundError: 
> org/apache/catalina/LifecycleListener

Two possibilities come to mind:

1) You have another copy of catalin.jar somewhere, or have changed
CLASSPATH to include server/lib, which it must not.

2) Your webapp is attempting to make a direct reference to the
LifecycleListener class, which it shouldn't, since that class is
intended to be used only by Tomcat itself.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to