I am getting the following error while using Jetspeed with Tomcat
3.3-b1. This error does NOT occur in Tomcat 3.3-m4!
[Fri Aug 31 22:19:33 EDT 2001] -- ERROR -- Error rendering Velocity
template: /controllers/html/multicolumn.vm: Invocation of method
'getContent' in class
org.apache.jetspeed.portal.controls.VelocityPortletControl threw
exception class javax.xml.parsers.FactoryConfigurationError :
Provider org.apache.crimson.jaxp.DocumentBuilderFactoryImpl not found
In addition the .java file created in the work directory is has a size
of 0 bytes.
I copied crimson.jar and jaxp.jar to the lib/apps directory, as
suggested in
http://www.mail-archive.com/[email protected]/msg13224.html
,
but that did not work.
My jsp file is below (Note this file work in Tomcat v3.3-m3 and -m4):
<%@ taglib uri='/WEB-INF/templates/jsp/tld/template.tld'
prefix='jetspeed' %>
<p>
<b>JSP</b> Hello World!
<b>Server date:</b> <jetspeed:info requestedInfo="ServerDate" />
</p>
Ideas?
Thank you
Paul Spencer