| Author |
Problem with tomcat 5.0.24 + j2sdk1.4.1_02
|
Anish kumar.G
Greenhorn
Joined: May 26, 2004
Posts: 4
|
|
Hi, This seems to a puzzling error that comes for me. i am using tomcat 5.0.24 and j2sdk 1.4.1_02. i am using one XML parser in my apps WEB-INF\lib directory. but the tomcat contains one parser called xercesimpl.jar in TOMCAT-HOME\common\lib directory. when i am running my application one java.lang.verifyError comes which related to xercesImpl.jar file if i delete xercesimpl.jar file from TOMCAT-HOME\common\lib directory then the application works fine. anybody please help me to resolve this issue instead of deleting xercesImpl.jar file from TOMCAT-HOME\common\lib. Thanks and Regards to everybody, Anish kumar.G.
|
 |
Mike Curwen
Ranch Hand
Joined: Feb 20, 2001
Posts: 3695
|
|
This is in the docs: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html Look at the VERY BOTTOM of the linked page.
|
 |
 |
|
|
subject: Problem with tomcat 5.0.24 + j2sdk1.4.1_02
|
|
|