Author: bramk
Date: Mon Sep 23 17:06:05 2013
New Revision: 1525651
URL: http://svn.apache.org/r1525651
Log:
ACE-379 - Completed multiple serverURL support for default discovery handler
* Update configuration javadoc
Modified:
ace/trunk/org.apache.ace.agent/src/org/apache/ace/agent/AgentConstants.java
Modified: ace/trunk/org.apache.ace.agent/src/org/apache/ace/agent/AgentConstants.java
URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.agent/src/org/apache/ace/agent/AgentConstants.java?rev=1525651&r1=1525650&r2=1525651&view=diff
==============================================================================
--- ace/trunk/org.apache.ace.agent/src/org/apache/ace/agent/AgentConstants.java (original)
+++ ace/trunk/org.apache.ace.agent/src/org/apache/ace/agent/AgentConstants.java Mon Sep 23
17:06:05 2013
@@ -59,14 +59,14 @@ public interface AgentConstants {
String CONFIG_DISCOVERY_DISABLED = CONFIG_KEY_NAMESPACE + ".discovery.disabled";
/**
- * Configuration option for the serverurls of the default discovery handler. Should be
a comma-seperated list of
- * valid urls, default is <code>http://localhost:8080</code>.
+ * Configuration option for the serverURLs of the default discovery handler. Should be
a comma-separated list of
+ * valid URLs in order of importance, default is <code>http://localhost:8080</code>.
*/
String CONFIG_DISCOVERY_SERVERURLS = CONFIG_KEY_NAMESPACE + ".discovery.serverurls";
/**
* Configuration option to enable checking for the default discovery handler. Should
be e {true,false}, default is
- * false.
+ * true.
*/
String CONFIG_DISCOVERY_CHECKING = CONFIG_KEY_NAMESPACE + ".discovery.checking";
|