Re: xml parser in 4.0.6 and 4.1.12

2002-10-14 Thread Frank Liu
Yes, I tried to remove those but got other errors. eg: if I remove xerces.jar from WEB-INF/lib, I got not found errors for org/apache/xerces/framework/ jar tvf jakarta-tomcat-4.1.12/common/endorsed/xercesImpl.jar | grep framework doesn't show any matches. but they are in the old xerces.jar

Re: xml parser in 4.0.6 and 4.1.12

2002-10-14 Thread Frank Liu
here are some more info: cd jakarta-tomcat-4.1.12/common/endorsed rm *.jar restart tomcat, now everything works. so it is definitely the incompatibility. any side effects for my workaround? Frank On Mon, 14 Oct 2002, Frank Liu wrote: Yes, I tried to remove those but got other errors. eg:

xml parser in 4.0.6 and 4.1.12

2002-10-13 Thread Frank Liu
Hi all, I am trying to migrate one application from weblogic to tomcat. I was able to get it work in tomcat 4.0.6 but it fails in tomcat 4.1.12. The problem seems to lie in the xml parser. the jar files in the jakarta-tomcat-4.1.12/common/endorsed seems not compatible with the old ones. since

Re: xml parser in 4.0.6 and 4.1.12

2002-10-13 Thread Jacob Kjome
Do you include XML or DOM libraries in your WEB-INF/lib directory? Remove those if you have them there. XML and DOM libraries *must* be loaded from a parent classloader. Tomcat should be ignoring the ones in WEB-INF/lib, but maybe it isn't fully and you are getting collisions. Jake At