Hey,
I'll run the jakarta-taglib example (Standard Tag Library) with JBoss and Tomcat 4.0.1.
I copy the standard-examples.war to the jboss-deploy directory and the follow
Exception is thrown.
[ERROR,EmbeddedCatalinaServiceSX] StandardContext[/standard-examples]: Servlet
/standard-examples threw load() exception
javax.servlet.ServletException: Servlet.init() for servlet jsp threw exception
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:871)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3267)
...
[ERROR,EmbeddedCatalinaServiceSX] ----- Root Cause -----
java.lang.ClassCastException: org.apache.crimson.jaxp.DocumentBuilderFactoryImpl
at
javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:103)
at org.apache.jasper.parser.ParserUtils.parseXMLDocument(ParserUtils.java:183)
...
I call a jsp-Page from this example and I get this Exception:
javax.servlet.ServletException: Servlet.init() for servlet jsp threw exception
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:871)
at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:615)
...
root cause
java.lang.ClassCastException: org.apache.crimson.jaxp.DocumentBuilderFactoryImpl
at
javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:103)
at org.apache.jasper.parser.ParserUtils.parseXMLDocument(ParserUtils.java:183)
at
org.apache.jasper.compiler.TldLocationsCache.processWebDotXml(TldLocationsCache.java:165)
...
I run this example without jboss. It works.
Any suggestions ?
Thanks
Holger
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user