DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22355>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22355 Axis validation throws exception after finding all correct lilbraries ------- Additional Comments From [EMAIL PROTECTED] 2003-08-13 19:32 ------- The full tomcat install should set itself up so that Xerces et al are in the endorsed dir (i.e. it runs java with its common/lib endorsed). If you cannot run the JSP page then it is something else. 1. As well as the standalone tomcat option, can you run JSP pages in other webapps? 2. make sure you dont have xerces.jar or other XML parsers in axis/WEB-INF/lib. A JSP internal error usually stems from a clash of parsers -remember that JSP pages now go through an XML stage before execution-
