You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Pat O'Neil <Pa...@fedex.com> on 2004/09/07 15:44:57 UTC

getting Jetspeed 1.5 working on mysql / fc2 / jdk1.4.2 /tc 5.0.28

Hey Y'all,

To get jetspeed 1.5 to work out-of-the-box on Fedora Core 2 & jdk1.4.2 &
tomcat-5.0.28 with mysql I had to jump through the following hoops, so
here's hoping this will help someone else:

1) edit src/sql/external/turbine-mysql.sql thusly:
  - replace IDENTITY with AUTO_INCREMENT
  - replace BINARY with BLOB
  - add in the missing 
      PASSWORD_CHANGED timestamp 
    column to the turbine_user table
  - add PRIMARY KEY after the AUTO_INCREMENT for the COFFEES table

then run both turbine-mysql.sql and populate-mysql.sql like normal.

2) I also copied the dbpsml-backup.schema and made the same changes for
   IDENTITY and BINARY and ran it as well.

3) off topic, (and as has been related elsewhere), I had to invoke maven
this way to get it not to hang on the tests:  

   maven -Dmaven.test.skip=true war

   and I had to copy xalan-2.3.1.jar to $TOMCAT_HOME/common/endorsed

Good Luck and hope it helps.

Pat O'Neil


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org