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/06/21 12:46:11 UTC

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

Author: degenaro
Date: Sat Jun 21 10:46:10 2014
New Revision: 1604338

URL: http://svn.apache.org/r1604338
Log:
UIMA-3909 uima-ducc-demo.apache.org SM vanished

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=1604338&r1=1604337&r2=1604338&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 Sat Jun 21 10:46:10 2014
@@ -86,7 +86,7 @@ ducc.broker.jmx.port=9999
 #
 # ActiveMQ credentials file used to authenticate DUCC daemons with the broker.
 # 
-ducc.broker.credentials.file=${ducc.broker.home}/conf/ducc-broker-credentials.properties
+ducc.broker.credentials.file=${DUCC_HOME}/resources/private/ducc-broker-credentials.properties
 
 # ActiveMQ Auto-management configuration
 #    docc.broker.automanage    - if true, DUCC will start and stop the broker as needed.  
@@ -185,7 +185,7 @@ ducc.ws.port = 42133
 # Optionally configure the webserver IP port for HTTPS requests, default is 42155
 ducc.ws.port.ssl = 42155
 # Optionally configure the webserver ssl pw for  HTTPS requests, default is quackquack
-ducc.ws.port.ssl.pw = quackquack
+# See private/ducc.private.properties
 # Optionally configure the webserver login session timeout, in minutes, default is 60
 ducc.ws.session.minutes = 60
 # Optionally configure the webserver job automatic cancel timeout, default is 10. To disable feature specify 0.
@@ -200,6 +200,8 @@ ducc.ws.max.history.entries = 128
 ducc.ws.jsp.compilation.directory = /tmp/ducc/jsp
 # Specify login enabled (default is true)
 ducc.ws.login.enabled = false
+# Specify precalculate machines (default is true)
+ducc.ws.precalculate.machines = true
 # ========== Web Server Configuration block ==========
 
 # ========== Job Driver Configuration block ==========