Hi there! I have installed Jedspeed 1.3a2 on Tomcat 4.0.2 and I when I run it tomcat throws exception when I try to load http://localhost:8080/jetspeed/. Exception looks someting like this:
[clip] root cause java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl at javax.xml.parsers.DocumentBuilderFactory.newInstance(Do cumentBuilderFactory.java:139) at org.apache.jasper.parser.ParserUtils.parseXMLDocument(P arserUtils.java:183) at org.apache.jasper.compiler.TldLocationsCache.processWeb DotXml(TldLocationsCache.java:165) at org.apache.jasper.compiler.TldLocationsCache.(TldLocati onsCache.java:138) at org.apache.jasper.EmbededServletOptions.(EmbededServlet Options.java:345) at org.apache.jasper.servlet.JspServlet.init(JspServlet.ja va:266) [/clip] When I load http://localhost/jetspeed:8080/portal , jetspeed seems to be working. Now I figured out that the forward on index.jsp of webapp/jetspeed goes to portal so maybe something wrong there - no .jsp file works under webapp/jetspeed! w/ Tomcat 3.3 there is no problem - jetspeed runs fine. (Tomcat 3.3 goes w/ ServletAPI 2.2 while Tomcat 4 supports 2.3.) Any ideas? Thx in advance! -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
