> From: Gregor Schneider [mailto:[EMAIL PROTECTED] 
> Subject: Re: Tomcat giving JDK Precedence Over JARs in WAR
> 
> as to what i understood, david thinks he's using the ones coming with
> jdk 1.6, however, they are giving a nullpointer.

One possible cause is having the same libraries visible to multiple
classloaders in the hierarchy.  This often results in symptoms like the
NPE.  The OP needs to check that there are no duplicate classes amongst
those in WEB-INF/lib, Tomcat's lib directory, the endorsed directory (if
any), and the JRE/JDK in use.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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