tomcat does not depend on jaxp.jar. So even if you delete jaxp.jar TC will still work.
-----Original Message----- From: Neel Mukherjee [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 1:29 AM To: [EMAIL PROTECTED] Subject: Re: Problem faced when both xerces.jar and servlet.jar are in Cla sspath I think you are using tomcat 3.2.3 or 3.3.x. As that guy Vikram had pointed out the problem is not due to conflict between the servlet.jar and xerces.jar. Look at the tomcat/lib folder. This contains both jaxp.jar and xerces.jar. Now Tomcat uses jaxp.jar to parse all it's input xml files like server.xml, webx.ml etc. So you cannot remove jaxp.jar as this will break tomcat. The solution is as you had said rename xerces to a_xerces. This is only option and don't fret over it. Software Developers do such work arounds all the time. ________________________________________________________________________ Want to sell your car? advertise on Yahoo Autos Classifieds. It's Free!! visit http://in.autos.yahoo.com ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
