You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by de...@apache.org on 2014/07/09 15:22:02 UTC

svn commit: r1609144 - /uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/uima-ducc-vm/config/resources/ducc.properties

Author: degenaro
Date: Wed Jul  9 13:22:01 2014
New Revision: 1609144

URL: http://svn.apache.org/r1609144
Log:
UIMA-3896 updated decoration description (for uima-ducc-demo.a.o)

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

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/uima-ducc-vm/config/resources/ducc.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/uima-ducc-vm/config/resources/ducc.properties?rev=1609144&r1=1609143&r2=1609144&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/uima-ducc-vm/config/resources/ducc.properties (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/uima-ducc-vm/config/resources/ducc.properties Wed Jul  9 13:22:01 2014
@@ -74,11 +74,8 @@ ducc.broker.hostname=${ducc.head}
 ducc.broker.port=61617
 
 # Broker decorations: 
-#    maxInactivityDuration: 0, turn off broker detection of inactive connections
 #    useCompression: true, compress JMS cargo 
-#    closeAsync: false, block waiting until the JMS connection is closed. This
-#                 setting reduces number of open sockets. 
-ducc.broker.url.decoration=wireFormat.maxInactivityDuration=0&jms.useCompression=true&closeAsync=false
+ducc.broker.url.decoration=jms.useCompression=true
 
 
 ducc.broker.name=${ducc.head}
@@ -202,6 +199,9 @@ ducc.ws.jsp.compilation.directory = /tmp
 ducc.ws.login.enabled = false
 # Specify precalculate machines (default is true)
 ducc.ws.precalculate.machines = true
+# For node fisualization - if true,strip domain names from labels for cleaner visuals
+ducc.ws.visualization.strip.domain = true
+
 # ========== Web Server Configuration block ==========
 
 # ========== Job Driver Configuration block ==========
@@ -451,7 +451,7 @@ ducc.uima-as.endpoint.params=transferExc
 
 # saxon8.jar - Saxon is an XSLT and XQuery processor. It is used by UIMA-AS
 #              when deploying a service.
-ducc.uima-as.saxon.jar.path=file:${DUCC_HOME}/lib/saxon/saxon8.jar
+ducc.uima-as.saxon.jar.path=file:${DUCC_HOME}/apache-uima/saxon/saxon8.jar
 
 # dd2spring.xsl - contains a set of rules used when transforming 
 #                 UIMA-AS deployment descriptor into SpringFramework's