Hi, Finally got Jetspeed to run on Mysql. Thanks for the help. Turned out that the Catalina (Tomcat v4) startup script reset my CLASSPATH therefore Jetspeed could not find the mm.mysql driver.
A new problem crop up (happens in both hsql and mysql) such that the Jetspeed page hangs after I clicked "update user" to save the information to the DB. It also occurs to any admin action that require DB updates. The DB is updated with the new info but its just that the page hangs as if waiting for something. My environment: Catalina/Tomcat v4.0.3 jetspeed 1.3a2 j2sdk 1.4.0 Using truss on tomcat v4, I found out that it could not find a whole bunch of classes. So what I did was extract /webapps/jetspeed.war and copy the jar files to /jakarta/common/lib/. It was able to find many of the classes it needed but it still can't find a lot of other classes. I tried to find them in turbine-2.2b1-20011124.jar, jetspeed-1.3a2-release.jar and velocity-1.2-dev.jar and even in the source code directory but could not find them anywhere. A partial list of the classes it could not find are: - /usr/local/jakarta-tomcat-4.0.3/common/classes/org/apache/turbine/om/securit y/TurbineUserBeanInfo.class - /usr/local/jakarta-tomcat-4.0.3/common/classes/org/apache/turbine/om/securit y/SecurityObjectBeanInfo.class - /usr/local/jakarta-tomcat-4.0.3/common/classes/org/apache/turbine/om/BaseObj ectBeanInfo.class - /usr/local/jakarta-tomcat-4.0.3/common/classes/java/lang/ObjectBeanInfo.clas s - /usr/local/jakarta-tomcat-4.0.3/common/lib/org/apache/jetspeed/modules/scree ns/Home.class - /usr/local/jakarta-tomcat-4.0.3/common/lib/org/apache/jetspeed/modules/navig ations/VelocityNavigation.class - /usr/local/jakarta-tomcat-4.0.3/common/lib/org/apache/turbine/modules/naviga tions/Default.class - /usr/local/jakarta-tomcat-4.0.3/common/classes/org/apache/turbine/modules/na vigations/html/top.class The weird thing is that these don't seem to affect anything other than the time you try to save any changes to user/role/permissions info to the database. Anyone can give light to what I'm missing and where I can get them? Thanks.. jeff
