taylor 02/04/01 15:06:02 Modified: webapp/WEB-INF/conf JetspeedResources.properties Log: - added basic database wrapper service Revision Changes Path 1.69 +7 -1 jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedResources.properties Index: JetspeedResources.properties =================================================================== RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedResources.properties,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- JetspeedResources.properties 22 Mar 2002 18:31:14 -0000 1.68 +++ JetspeedResources.properties 1 Apr 2002 23:06:02 -0000 1.69 @@ -1,7 +1,7 @@ ################################################################################ # Jetspeed Configuration # Author: Kevin A. Burton ([EMAIL PROTECTED]) -# $Id: JetspeedResources.properties,v 1.68 2002/03/22 18:31:14 taylor Exp $ +# $Id: JetspeedResources.properties,v 1.69 2002/04/01 23:06:02 taylor Exp $ ################################################################################ # This is the main file you will need to configuration Jetspeed. If there are # any secondary files they will be pointed to from this file. @@ -40,6 +40,11 @@ ########################################## +######################################### +# Jetspeed Datasbase Service # +######################################### +services.JetspeedDatabase.classname=org.apache.jetspeed.services.db.ObjectBridgeDatabaseService + ########################################## # Remote Object Storage System # ########################################## @@ -324,6 +329,7 @@ ######################################### services.URLManager.classname=org.apache.jetspeed.services.urlmanager.JetspeedURLManagerService services.URLManager.url=/WEB-INF/conf/datasources.properties + ######################################### # Registry Service #
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
