> According to all different things I have seen on the internet they
> sometimes talks about the classpath, however even if I add explicitely
> the servlet-api.jar that is in $CATALINA_HOME/common/lib on the
> classpath inside catalina.sh or on the system classpath that does not
> change anything. And I doubt the problem comes from there since other
> examples using classes relying on this packages works fine, only mine
> crashes down not finding these classes.
>
>   
Your application is searching in your webapps-environment and doesn't
find any Listener
Have you tried to include the context-classees in your webapps directory
like this?
/webapps/<your>-Application/WEB-INF/classes/listeners/ContextListener.class

-- Franck


---------------------------------------------------------------------
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