These are some general problems with fixes that I ran into when trying to
setup 1.2b1. Hopefully the fixes will make it into the next distro. 1) and
2) should probably be added to the faq. Is there currently a plan to package
a more up to date build?
Eric
---
1)xerces.jar must be before xml.jar in the Tomcat classpath or you will
receive a NoSuchMethodError exception
2)Hypersonic hsql.jar must be at the beginning of the Tomcat classpath or
you will receive a database exception if your using the Hypersonic DB(found
the solution, but didn't investigate why)
3)Image Mapping Error:
site.footer.logo=/content/images/feather.gif maps to
/content/content/images/feather.gif
Site header and footer point to invalid relative urls. The /content should
be removed so they default to:
site.header.logo=/images/jetspeed-logo.gif
site.footer.logo=/images/feather.gif
There is a bug in JetspeedTopNavigation.java that causes the document root
to not be appended to the header url. The bug and the invalid urls cause the
jetspeed-log.gif to display correctly, but the feather.gif to not display.
4)Included Turbine-2.0.jar differs from the OpenJODA Turbine-2.0.jar
Jetspeed Turbine-2.0.jar missing DBHypersonicSQL.class
5)Invalid Default DB Setting
1.2b1 defaults to use a DB
6)Can't access the Admin screen
Missing import in TurbineResources
module.packages=org.apache.jyve,org.apache.jetspeed.turbine,org.apache.turbi
ne.modules
should be
module.packages=org.apache.jyve,org.apache.jetspeed.turbine,org.apache.turbi
ne.modules,org.apache.jetspeed.turbine.screens
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]