Author: kwright
Date: Wed Oct 1 21:48:54 2014
New Revision: 1628845
URL: http://svn.apache.org/r1628845
Log:
Remove unused jetty port property. Part of CONNECTORS-345.
Modified:
manifoldcf/trunk/framework/example-multiprocess-file-proprietary/properties.xml
manifoldcf/trunk/framework/example-multiprocess-file/properties.xml
manifoldcf/trunk/framework/example-multiprocess-zk-proprietary/properties.xml
manifoldcf/trunk/framework/example-multiprocess-zk/properties.xml
manifoldcf/trunk/framework/example-singleprocess-proprietary/properties.xml
manifoldcf/trunk/framework/example-singleprocess/properties.xml
Modified:
manifoldcf/trunk/framework/example-multiprocess-file-proprietary/properties.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/example-multiprocess-file-proprietary/properties.xml?rev=1628845&r1=1628844&r2=1628845&view=diff
==============================================================================
---
manifoldcf/trunk/framework/example-multiprocess-file-proprietary/properties.xml
(original)
+++
manifoldcf/trunk/framework/example-multiprocess-file-proprietary/properties.xml
Wed Oct 1 21:48:54 2014
@@ -22,7 +22,6 @@
<property name="org.apache.manifoldcf.authorityservicewarpath"
value="../web-proprietary/war/mcf-authority-service.war"/>
<property name="org.apache.manifoldcf.apiservicewarpath"
value="../web-proprietary/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: manifoldcf/trunk/framework/example-multiprocess-file/properties.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/example-multiprocess-file/properties.xml?rev=1628845&r1=1628844&r2=1628845&view=diff
==============================================================================
--- manifoldcf/trunk/framework/example-multiprocess-file/properties.xml
(original)
+++ manifoldcf/trunk/framework/example-multiprocess-file/properties.xml Wed Oct
1 21:48:54 2014
@@ -22,7 +22,6 @@
<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:
manifoldcf/trunk/framework/example-multiprocess-zk-proprietary/properties.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/example-multiprocess-zk-proprietary/properties.xml?rev=1628845&r1=1628844&r2=1628845&view=diff
==============================================================================
---
manifoldcf/trunk/framework/example-multiprocess-zk-proprietary/properties.xml
(original)
+++
manifoldcf/trunk/framework/example-multiprocess-zk-proprietary/properties.xml
Wed Oct 1 21:48:54 2014
@@ -24,7 +24,6 @@
<property name="org.apache.manifoldcf.authorityservicewarpath"
value="../web-proprietary/war/mcf-authority-service.war"/>
<property name="org.apache.manifoldcf.apiservicewarpath"
value="../web-proprietary/war/mcf-api-service.war"/>
<property name="org.apache.manifoldcf.usejettyparentclassloader"
value="false"/>
- <property name="org.apache.manifoldcf.jettyport" value="8345"/>
<!-- ZooKeeper lock manager configuration -->
<property name="org.apache.manifoldcf.lockmanagerclass"
value="org.apache.manifoldcf.core.lockmanager.ZooKeeperLockManager"/>
<property name="org.apache.manifoldcf.zookeeper.connectstring"
value="localhost:8349"/>
Modified: manifoldcf/trunk/framework/example-multiprocess-zk/properties.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/example-multiprocess-zk/properties.xml?rev=1628845&r1=1628844&r2=1628845&view=diff
==============================================================================
--- manifoldcf/trunk/framework/example-multiprocess-zk/properties.xml (original)
+++ manifoldcf/trunk/framework/example-multiprocess-zk/properties.xml Wed Oct
1 21:48:54 2014
@@ -24,7 +24,6 @@
<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"/>
<!-- ZooKeeper lock manager configuration -->
<property name="org.apache.manifoldcf.lockmanagerclass"
value="org.apache.manifoldcf.core.lockmanager.ZooKeeperLockManager"/>
<property name="org.apache.manifoldcf.zookeeper.connectstring"
value="localhost:8349"/>
Modified:
manifoldcf/trunk/framework/example-singleprocess-proprietary/properties.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/example-singleprocess-proprietary/properties.xml?rev=1628845&r1=1628844&r2=1628845&view=diff
==============================================================================
--- manifoldcf/trunk/framework/example-singleprocess-proprietary/properties.xml
(original)
+++ manifoldcf/trunk/framework/example-singleprocess-proprietary/properties.xml
Wed Oct 1 21:48:54 2014
@@ -22,7 +22,6 @@
<property name="org.apache.manifoldcf.authorityservicewarpath"
value="../web-proprietary/war/mcf-authority-service.war"/>
<property name="org.apache.manifoldcf.apiservicewarpath"
value="../web-proprietary/war/mcf-api-service.war"/>
<property name="org.apache.manifoldcf.usejettyparentclassloader"
value="true"/>
- <property name="org.apache.manifoldcf.jettyport" value="8345"/>
<!-- Point to the combined war in case we start the single-process example
that way -->
<property name="org.apache.manifoldcf.combinedwarpath"
value="../web-proprietary/war/mcf-combined-service.war"/>
<!-- Select Derby as the database implementation, and specify where the
database will be stored -->
Modified: manifoldcf/trunk/framework/example-singleprocess/properties.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/example-singleprocess/properties.xml?rev=1628845&r1=1628844&r2=1628845&view=diff
==============================================================================
--- manifoldcf/trunk/framework/example-singleprocess/properties.xml (original)
+++ manifoldcf/trunk/framework/example-singleprocess/properties.xml Wed Oct 1
21:48:54 2014
@@ -22,7 +22,6 @@
<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="true"/>
- <property name="org.apache.manifoldcf.jettyport" value="8345"/>
<!-- Point to the combined war in case we start the single-process example
that way -->
<property name="org.apache.manifoldcf.combinedwarpath"
value="../web/war/mcf-combined-service.war"/>
<!-- Select HSQLDB as the database implementation, and specify where the
database will be stored -->