> "Gaur, Deepak" wrote:
> 
> Scott,
> 
> Thanks for replying.
> I have xerces.jar in my classpath in tomcat.bat(which is ahead of all
> other entires and is namespace aware), the file looks like below :
> 
> :setClasspath
> set CP=C:/xerces-1_4_2/xerces.jar;%CLASSPATH%;%CP%
> set CP=C:/jsse1.0.2/lib/jcert.jar;%CP%
> set CP=C:/jsse1.0.2/lib/jnet.jar;%CP%
> set CP=C:/jsse1.0.2/lib/jsse.jar;%CP%
> set CP=%TOMCAT_HOME%/classes
> 
> Any other ideas that might be causing this problem.
> 
> Thanks.
> ~deepak.

Like I said - look for older XML parsers.

Read the file findingclasses.html in the tooldocs section
of your SDK docs installation to find out why this is so.

-- 
WBB - [EMAIL PROTECTED]
Java Cert mock exams http://www.lanw.com/java/javacert/
Author of Java Developer's Guide to Servlets and JSP 
ISBN 0-7821-2809-2

Reply via email to