I've never used common/endorsed. Have you tried common/lib?
 
Speculation:  common/endorsed, though listed on this page:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/class-loader-howto.html
might only be used in cases where you are attempting to 'override'
JDK-supplied classes.  On the previous linked page, see the section "XML
Parsers and JDK1.4".
 
In short:  the TC classloaders might not look in common/endorsed unless you
are looking for a JDK class.


Mike Curwen

> -----Original Message-----
> From: ofero [mailto:[EMAIL PROTECTED] 
> Sent: Monday, March 21, 2005 1:57 AM
> To: tomcat-user@jakarta.apache.org
> Subject: Unable to load classes from commons-lang-2.0.jar
> 
> 
> Hi,
> 
> I need to use classes from commons-lang-2.0.jar in Tomcat 
> 5.0.29 on Red 
> Hat Linux (More specifically the class StringUtils).
> 
> The jar is included in the web app and put in the 
> /common/endorsed but 
> still I am unable to load the classes. Does anyone help me solve the 
> problem ?
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


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

Reply via email to