Re: Tomcat 4.0.1 Final and Xerces Parser

2001-10-26 Thread David Morris
Frank and others, I have been experiencing similar problems. Not sure how to fix it because my errors were with an org.xml.sax.Attributes method. I found that it is defined in at least 4 jar files on my class path. I remember reading in the documentation that the parser supplied by Catalina

RE: Tomcat 4.0.1 Final and Xerces Parser

2001-10-26 Thread Rida Ligurs
everything working now. Thanks, Rida -Original Message- From: Frank Lawlor [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 11:54 AM To: Tomcat (E-mail) Subject: Re: Tomcat 4.0.1 Final and Xerces Parser Have you read http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader

Re: Tomcat 4.0.1 Final and Xerces Parser

2001-10-25 Thread Frank Lawlor
Have you read http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html If this doesn't answer your questions, then it might be good to identify it here and try to get the howto updated. Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group, an employee-owned

RE: Tomcat 4.0.1 Final and Xerces Parser

2001-10-24 Thread Rida Ligurs
like a terrible work around. -Original Message- From: Rida Ligurs Sent: Tuesday, October 23, 2001 12:43 PM To: Tomcat-User (E-mail) Subject: Tomcat 4.0.1 Final and Xerces Parser Hi there, I just upgraded to Tomcat 4.0.1 Final and I am getting a NoSuchMethod exception when my servlet

Re: Tomcat 4.0.1 Final and Xerces Parser

2001-10-24 Thread Frank Lawlor
I don't know what the right answer is, but I got my app to pick up the xerces parser by putting it in the jre lib\ext directory (e.g. F:\jdk1.3.1\jre\lib\ext). You might also try the tomcat common\lib. Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group, an employee-owned

Tomcat 4.0.1 Final and Xerces Parser

2001-10-23 Thread Rida Ligurs
Hi there, I just upgraded to Tomcat 4.0.1 Final and I am getting a NoSuchMethod exception when my servlet attempts to use xerces. The servlet was originally running with Tomcat 3.2.1 and it used xerces.jar 1.3.0 that was in my webapps WEB-INF\lib directory. Now I've copied my whole webapps