You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2014/12/22 17:58:31 UTC

svn commit: r1647351 - /uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties

Author: cwiklik
Date: Mon Dec 22 16:58:31 2014
New Revision: 1647351

URL: http://svn.apache.org/r1647351
Log:
UIMA-4066 added DUCC 2.0.0 configuration class for the JP

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties

Modified: uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties?rev=1647351&r1=1647350&r2=1647351&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties Mon Dec 22 16:58:31 2014
@@ -451,6 +451,11 @@ ducc.pm.state.publish.rate=15000
 
 # UIMA AS Managed Process Configuration block
 ducc.uima-as.configuration.class=org.apache.uima.ducc.agent.deploy.uima.UimaAsServiceConfiguration
+
+# DUCC 2.0.0 configuration class. When running with DUCC 2.0.0 uncomment below
+# line and comment out the above one.
+#ducc.uima-as.configuration.class=org.apache.uima.ducc.transport.configuration.jp.JobProcessConfiguration
+
 ducc.uima-as.endpoint=ducc.job.managed.service
 # endpoint type choices[socket]
 ducc.uima-as.endpoint.type=socket