Hi,
I want to connect a DB to Jetspeed (Turbine) to enable user authentication.
I am running Jetspeed1.2b1 under Tomcat3.1 on WinNT. I would like to use
Interbase6 ad DB.
Here is what I did with the TurbineResources properties:
database.default.driver=interbase.interclient.Driver
database.default.url=jdbc:interbase://hpi8160/e:/database/paperino.gdb
database.default.username=SYSDBA
database.default.password=masterkey
...
database.adaptor=DBInterbase
database.adaptor.DBInterbase=interbase.interclient.Driver
...
But it doesn't work, looking at the jetspeed.log
it says:
Exception:
java.lang.ClassNotFoundException:
org.apache.turbine.util.db.map.DatabaseMapBuilder
Now I looked in the Turbine.jar file and in fact
that class does not exists. In the package:
org.apache.turbine.util.db.map there are:
DatabaseMap.class
GenerateMapBuilderTask.class
MapBuilder.class
TurbineMapBuilder.class
XMLDatabaseMapBuilder.class
But no the required one?!
Please Help!
Marco
--
--------------------------------------------------------------
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]