Hi,
I am writing a applet, which uses a XML file.
I am also using xerces parser for java in the applet.
The Applet works fine from in AppletViewer but when I deploy it in Tomcat
4.0 it gives me ClassNotFound Exception for
org/apache/xerces/parsers/DOMParser.
I find the following entries in the log file of Tomcat.

127.0.0.1 - - [27/Aug/2002:21:41:26 5050] "GET
/JAGFinPro/classes/com/jag/xml/XMLDOMWrapper.class HTTP/1.1" 304 -
127.0.0.1 - - [27/Aug/2002:21:41:26 5050] "GET
/JAGFinPro/classes/org/apache/xerces/parsers/DOMParser.class HTTP/1.1" 404
723
127.0.0.1 - - [27/Aug/2002:21:41:26 5050] "GET
/JAGFinPro/classes/org/apache/xerces/parsers/DOMParser.class HTTP/1.1" 404
723

/JAGFinPro/classes/ the path where I have my Applet Class.

Where should I copy xerces.jar file which contain the Parser, so that it is
picked up correctly.

Thanx & Regards
Ilango
_____________________________________________________________________
Rajesh Kumar Ilango

To change your JDJList options, please visit: http://www.sys-con.com/java/list.cfm

Reply via email to