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=10153>. 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=10153 Tomcat 4.0.4 requires that crimson.jar be in $TOMCAT_HOME/common/lib [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[EMAIL PROTECTED] |tomcat- | |[EMAIL PROTECTED] Component|Standard Taglib |Catalina Product|Taglibs |Tomcat 4 Version|1.0 |4.0.4 Final ------- Additional Comments From [EMAIL PROTECTED] 2002-06-25 18:05 ------- This is a Tomcat issue. In Tomcat 4.0.4, the WebAppClassLoader's exclusion list includes the JaxP classes. What that means is that the web application's classloader will not be able to load any of these classes. That's why you're seeing it work only when you put the classes in Tomcat's container classloader. Also, if you use JDK 1.4 you will not run into this issue since the parser classes are loaded via the system classloader. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>