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 2012/02/10 22:06:19 UTC

svn commit: r1242920 - in /incubator/lcf/branches/CONNECTORS-402/framework: example-multiprocess-proprietary/properties.xml example-singleprocess-proprietary/properties.xml

Author: kwright
Date: Fri Feb 10 21:06:18 2012
New Revision: 1242920

URL: http://svn.apache.org/viewvc?rev=1242920&view=rev
Log:
Update proprietary properties too.

Modified:
    incubator/lcf/branches/CONNECTORS-402/framework/example-multiprocess-proprietary/properties.xml
    incubator/lcf/branches/CONNECTORS-402/framework/example-singleprocess-proprietary/properties.xml

Modified: incubator/lcf/branches/CONNECTORS-402/framework/example-multiprocess-proprietary/properties.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-402/framework/example-multiprocess-proprietary/properties.xml?rev=1242920&r1=1242919&r2=1242920&view=diff
==============================================================================
--- incubator/lcf/branches/CONNECTORS-402/framework/example-multiprocess-proprietary/properties.xml (original)
+++ incubator/lcf/branches/CONNECTORS-402/framework/example-multiprocess-proprietary/properties.xml Fri Feb 10 21:06:18 2012
@@ -17,6 +17,12 @@
 -->
 
 <configuration>
+  <!-- Point to the wars and configure Jetty -->
+  <property name="org.apache.manifoldcf.crawleruiwarpath" value="./web/war/mcf-crawler-ui.war"/>
+  <property name="org.apache.manifoldcf.authorityservicewarpath" value="./web/war/mcf-authority-service.war"/>
+  <property name="org.apache.manifoldcf.apiservicewarpath" value="./web/war/mcf-api-service.war"/>
+  <property name="org.apache.manifoldcf.usejettyparentclassloader" value="false"/>
+  <property name="org.apache.manifoldcf.jettyport" value="8345"/>
   <!-- Point to the synchronization area -->
   <property name="org.apache.manifoldcf.synchdirectory" value="./syncharea"/>
   <!-- Select HSQLDB as the database implementation, and specify multiprocess access -->

Modified: incubator/lcf/branches/CONNECTORS-402/framework/example-singleprocess-proprietary/properties.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-402/framework/example-singleprocess-proprietary/properties.xml?rev=1242920&r1=1242919&r2=1242920&view=diff
==============================================================================
--- incubator/lcf/branches/CONNECTORS-402/framework/example-singleprocess-proprietary/properties.xml (original)
+++ incubator/lcf/branches/CONNECTORS-402/framework/example-singleprocess-proprietary/properties.xml Fri Feb 10 21:06:18 2012
@@ -17,6 +17,12 @@
 -->
 
 <configuration>
+  <!-- Point to the wars and configure Jetty -->
+  <property name="org.apache.manifoldcf.crawleruiwarpath" value="./war/mcf-crawler-ui.war"/>
+  <property name="org.apache.manifoldcf.authorityservicewarpath" value="./war/mcf-authority-service.war"/>
+  <property name="org.apache.manifoldcf.apiservicewarpath" value="./war/mcf-api-service.war"/>
+  <property name="org.apache.manifoldcf.usejettyparentclassloader" value="true"/>
+  <property name="org.apache.manifoldcf.jettyport" value="8345"/>
   <!-- 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="."/>