This error implies that a class that needs to "see" your
"com" and/or "dir" classes is being loaded in a parent of
the web application's class loader.  This "parent"
classloader is at or between the "classpath" classloader
and the web application classloader.  The stacktrace
should give you a clue as to who this class is.

Cheers,
Larry

> -----Original Message-----
> From: Amine AMAR [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 19, 2002 3:56 PM
> To: Tomcat Users List
> Subject: classes visibility in the WEB-INF dir
> 
> 
> Hi all,
> 
> I've been using TC for a couple of years, and I have a fancy 
> little question :)
> 
> I have two directories (com and dir) in the WEB-INF\classes 
> directory of an application context. The classes in dir are 
> not visible (noClassDefFoundError).
> When I put the path of my WEB-INF\classes in the startup 
> classpath of catalina.bat, the classes are visible.
> 
> Does anyone ave a clue why?
> 
> PS: I have already double checked all spelling of directories 
> and hierarchies for errors.
> 
> Thank's all
> 
> Amine
> 

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to