You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2011/12/15 04:04:04 UTC

svn commit: r1214607 - /incubator/lcf/branches/CONNECTORS-313/framework/example-multiprocess/properties.xml

Author: kwright
Date: Thu Dec 15 03:04:04 2011
New Revision: 1214607

URL: http://svn.apache.org/viewvc?rev=1214607&view=rev
Log:
Change configuration to use an external process database (postgresql for now)

Modified:
    incubator/lcf/branches/CONNECTORS-313/framework/example-multiprocess/properties.xml

Modified: incubator/lcf/branches/CONNECTORS-313/framework/example-multiprocess/properties.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-313/framework/example-multiprocess/properties.xml?rev=1214607&r1=1214606&r2=1214607&view=diff
==============================================================================
--- incubator/lcf/branches/CONNECTORS-313/framework/example-multiprocess/properties.xml (original)
+++ incubator/lcf/branches/CONNECTORS-313/framework/example-multiprocess/properties.xml Thu Dec 15 03:04:04 2011
@@ -20,8 +20,9 @@
   <!-- Point to the synchronization area -->
   <property name="org.apache.manifoldcf.synchdirectory" value="./syncharea"/>
   <!-- Select Derby as the database implementation, and specify where the database will be stored -->
-  <property name="org.apache.manifoldcf.databaseimplementationclass" value="org.apache.manifoldcf.core.database.DBInterfaceDerby"/>
-  <property name="org.apache.manifoldcf.derbydatabasepath" value="."/>
+  <property name="org.apache.manifoldcf.databaseimplementationclass" value="org.apache.manifoldcf.core.database.DBInterfacePostgreSQL"/>
+  <property name="org.apache.manifoldcf.dbsuperusername" value="postgres"/>
+  <property name="org.apache.manifoldcf.dbsuperuserpassword" value="postgres"/>
   <property name="org.apache.manifoldcf.database.maxhandles" value="100"/>
   <property name="org.apache.manifoldcf.crawler.threads" value="50"/>
   <!-- Point to a specific (common) logging file -->