diff --git a/assembly/src/release/docs/WebConsole-README.txt b/assembly/src/release/docs/WebConsole-README.txt index e6ed5eb9dc..98b0f072f1 100644 --- a/assembly/src/release/docs/WebConsole-README.txt +++ b/assembly/src/release/docs/WebConsole-README.txt @@ -66,6 +66,6 @@ To configure the web console to monitor a master/slave configuration configure t as follows (system properties shown, but this option is also available when using JNDI): -Dwebconsole.jms.url=failover:(tcp://serverA:61616,tcp://serverB:61616) -Dwebconsole.jmx.url=service:jmx:rmi:///jndi/rmi://serverA:1099/jmxrmi,service:jmx:rmi:///jndi/rmi://serverB:1099/jmxrmi -With this configuration the web console with switch to the slave as the master is no longer +With this configuration the web console will switch to the slave as the master is no longer available and back as soon as the master is back up.