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 2015/11/19 14:26:00 UTC

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

Author: degenaro
Date: Thu Nov 19 13:26:00 2015
New Revision: 1715175

URL: http://svn.apache.org/viewvc?rev=1715175&view=rev
Log:
UIMA-4694 DUCC Web Server (WS) Daemons page should have rows for Broker and Database (if config'd)

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

Modified: uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties?rev=1715175&r1=1715174&r2=1715175&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties Thu Nov 19 13:26:00 2015
@@ -518,7 +518,9 @@ ducc.database.host            = --disabl
 # Name of the database with active state. Svc registry, etc.
 ducc.state.database.url       = ${ducc.head}
 
-# Database JMX port.  This is ONLY available from ducc.database.host for security reasons.
+# Database JMX host. Further Cassandra configuration (not recommended) is necessary to support other than "localhost".
+ducc.database.jmx.host = localhost
+# Database JMX port.
 ducc.database.jmx.port = 7199
 
 #-----------------------------------