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 ServletContextL
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 de
> 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
> co
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/[
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 t
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' folder). Removed the line:
This only d
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:
I've installed Tomcat 5.x from a ZI
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 startup.