James Radvan wrote:
> I am having trouble getting Jetspeed to work with DB2. I have the following
> config:
> - Jetspeed 1.3.1a
> - Tomcat 3.2.2 (as an NT service)
> - DB2 7.1
> - Win2000 Pro SP2
> - JDK 1.3.1
> I have installed a base configuration of Tomcat, and added the Jetspeed WAR.
> All was working fine, including login/registration, until I decided to
> switch the database to DB2. I created and populated the DB2 tables using
> the supplied scripts and edited the TurbineResources.properties file with
> the following:
> - database.default.driver=COM.ibm.db2.jdbc.app.DB2Driver
> - database.default.url=jdbc:db2:mydatabase
> - database.default.username=mydbusername
> - database.default.password=mydbpassword
You need to add a Turbine DB adapter definition in your TR.p file:
database.adaptor=DBDB2App
database.adaptor.DBDB2App=COM.ibm.db2.jdbc.app.DB2Driver
(there's also a DBDB2Net adapter available...)
otherwise Turbine won't know the correct SQL semantics of your DB.
--
Raphael Luta - [EMAIL PROTECTED]
Vivendi Universal Networks - Paris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]