summaryrefslogtreecommitdiff
path: root/qpid/doc/book/src/java-broker/Java-Broker-Configuring-And-Managing-Web-Console.xml
diff options
context:
space:
mode:
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>