Looks like Tomcat may have moved their XML parser again. From the tomcat 4.0.2-b1 release notes: If you wish to *not* make any XML parser visible to all web applications, this can be accomplished by copying the "xerces.jar" file from "common/lib" to both "server/lib" and "jasper", and removing it from "common/lib".
Do this! Jetspeed has it's own parser. If it solves the problem, please tell us, by replying to this message, and report it to Tomcat. Paul Spencer Antti Barck wrote: > 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]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
