summaryrefslogtreecommitdiff
path: root/qpid/doc/book/src/java-broker/Java-Broker-Configuring-And-Managing-Web-Console.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2013-05-20 00:57:24 +0000
committerRobert Gemmell <robbie@apache.org>2013-05-20 00:57:24 +0000
commit3dfe835be7ad47747ebc2154b882fc2a0d7b0c9e (patch)
tree5f12f5ca49277a9f7163818819499ea915e60b59 /qpid/doc/book/src/java-broker/Java-Broker-Configuring-And-Managing-Web-Console.xml
parentaa0f5623dce650a8e34b73caa129f47b42f76645 (diff)
downloadqpid-python-3dfe835be7ad47747ebc2154b882fc2a0d7b0c9e.tar.gz
QPID-4685: additional documentation updates following broker configuration model changes
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1484370 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.xml11
1 files changed, 6 insertions, 5 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 6e3b44dab8..faf496d61d 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
@@ -21,12 +21,13 @@
-->
<section id="Java-Broker-Configuring-And-Managing-Web-Console">
- <title>Web Console</title>
- <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>
+ <title>Web Management Console</title>
+ <para>
+ The Web Management Console can be accessed from a web browser using the 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 HTTP(s) port number</para></listitem>
+ <listitem><para><emphasis>hostname</emphasis> is the broker hostname</para></listitem>
+ <listitem><para><emphasis>port</emphasis> is the HTTP(S) port number</para></listitem>
</itemizedlist>
<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">