You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by sh...@apache.org on 2015/11/18 23:43:19 UTC

svn commit: r1715075 - in /manifoldcf/trunk: CHANGES.txt framework/jetty-runner/src/main/resources/jetty.xml framework/jetty-runner/src/main/resources/properties.xml

Author: shinichiro
Date: Wed Nov 18 22:43:19 2015
New Revision: 1715075

URL: http://svn.apache.org/viewvc?rev=1715075&view=rev
Log:
Fix forCONNECTORS-1252

Added:
    manifoldcf/trunk/framework/jetty-runner/src/main/resources/jetty.xml
      - copied unchanged from r1715041, manifoldcf/trunk/framework/example-singleprocess-common/jetty.xml
Modified:
    manifoldcf/trunk/CHANGES.txt
    manifoldcf/trunk/framework/jetty-runner/src/main/resources/properties.xml

Modified: manifoldcf/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1715075&r1=1715074&r2=1715075&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Wed Nov 18 22:43:19 2015
@@ -3,6 +3,9 @@ $Id$
 
 ======================= 2.3-dev =====================
 
+CONNECTORS-1252: jetty.xml is missing in jetty-runner QuickStart.
+(Shinichiro Abe)
+
 CONNECTORS-1250: Fix Confluence specification UI.
 (Jens Grassel, Karl Wright)
 

Modified: manifoldcf/trunk/framework/jetty-runner/src/main/resources/properties.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/jetty-runner/src/main/resources/properties.xml?rev=1715075&r1=1715074&r2=1715075&view=diff
==============================================================================
--- manifoldcf/trunk/framework/jetty-runner/src/main/resources/properties.xml (original)
+++ manifoldcf/trunk/framework/jetty-runner/src/main/resources/properties.xml Wed Nov 18 22:43:19 2015
@@ -17,6 +17,7 @@
 -->
 
 <configuration>
+  <property name="org.apache.manifoldcf.jettyconfigfile" value="./jetty.xml"/>
   <!-- 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.DBInterfaceHSQLDB"/>
   <property name="org.apache.manifoldcf.hsqldbdatabasepath" value="."/>