summaryrefslogtreecommitdiff
path: root/qpid/doc/book/src/java-broker/Java-Broker-Configuring-And-Managing-Web-Console.xml
diff options
context:
space:
mode:
authorAlex Rudyy <orudyy@apache.org>2013-05-09 15:04:59 +0000
committerAlex Rudyy <orudyy@apache.org>2013-05-09 15:04:59 +0000
commit3ba71456ec65fe69e351ec6ced57b69dd8f1d48e (patch)
treecc551517dd617deca4015f9318c85da2289be0ce /qpid/doc/book/src/java-broker/Java-Broker-Configuring-And-Managing-Web-Console.xml
parent438323043a46489c85d849a0ac0f47e8bf2efb60 (diff)
downloadqpid-python-3ba71456ec65fe69e351ec6ced57b69dd8f1d48e.tar.gz
QPID-4685: Update documentation to reflect changes to configuration
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480672 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc/book/src/java-broker/Java-Broker-Configuring-And-Managing-Web-Console.xml')
-rw-r--r--qpid/doc/book/src/java-broker/Java-Broker-Configuring-And-Managing-Web-Console.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Configuring-And-Managing-Web-Console.xml b/qpid/doc/book/src/java-broker/Java-Broker-Configuring-And-Managing-Web-Console.xml
index 406f2fbe08..6e3b44dab8 100644
--- a/qpid/doc/book/src/java-broker/Java-Broker-Configuring-And-Managing-Web-Console.xml
+++ b/qpid/doc/book/src/java-broker/Java-Broker-Configuring-And-Managing-Web-Console.xml
@@ -22,14 +22,14 @@
<section id="Java-Broker-Configuring-And-Managing-Web-Console">
<title>Web Console</title>
- <para>If web management is enabled (see <xref linkend="Java-Broker-Configuring-And-Managing-Config-Files-Web-Management"/>) the web management console can be accessed from web browser using URL http(s)://&lt;hostname&gt;:&lt;port&gt;/management, where</para>
+ <para>If web management is configured the Web Mnagement Console can be accessed from web browser
+ using URL http(s)://&lt;hostname&gt;:&lt;port&gt;/management, where</para>
<itemizedlist>
<listitem><para><emphasis>hostname</emphasis> is the broker host</para></listitem>
- <listitem><para><emphasis>port</emphasis> is the broker port(either http or https)</para></listitem>
+ <listitem><para><emphasis>port</emphasis> is the HTTP(s) port number</para></listitem>
</itemizedlist>
- <para>The page like following is displayed on navigation to the management URL.</para>
- <figure>
- <title>Web management Console</title>
- <graphic fileref="images/Management-Web-Console.png"/>
- </figure>
+ <para>For authenticated and authorized user the page like below should be displayed on navigation to the management URL:</para>
+ <ulink url="images/Management-Web-Console.png">
+ <graphic fileref="images/Management-Web-Console.png" width="600px"/>
+ </ulink>
</section>