[EMAIL PROTECTED] typed the following on 13:29 20/12/2002 +0100
>I always get a ClassNotFound 
>Exception for the class I specify in the attribute className when I 
>try to start catalina.
...
>  <Context path="/myapp" docBase="myapp" debug="1">
>    <Listener className="com.mypackage.ListenerClass"/>
>  </Context>
...
>The corresponding com.mypackage.ListenerClass resides inside it's web
>application directory webapps/myapp/WEB-INF/classes. 

Are you sure the class file is in:
  webapps/myapp/WEB-INF/classes/com/mypackage/ListenerClass.class,
and not just in the base classes directory? The directory structure needs to 
match the package.

Kief


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to