mirror of https://github.com/apache/activemq.git
AMQ-4750: Include details about 2 web consoles now in distro.
This commit is contained in:
parent
6725350e09
commit
bdbe3d2d08
|
@ -1,7 +1,7 @@
|
||||||
Here be the home of the web-module.
|
Here be the home of the web-module.
|
||||||
|
|
||||||
The demonstration webapp has been moved to the activemq-web-demo module.
|
The demonstration webapp has been moved to the activemq-web-demo module.
|
||||||
This module now onlu builds the jar for activemq-web.
|
This module now only builds the jar for activemq-web.
|
||||||
The javascript modules needed for the AJAX interface are included as
|
The javascript modules needed for the AJAX interface are included as
|
||||||
resources and served my the MessageListenerServlet
|
resources and served my the MessageListenerServlet
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,20 @@
|
||||||
Deploying the ActiveMQ-WebConsole
|
Deploying the ActiveMQ-WebConsole
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
|
From ActiveMQ 5.9 onwards ActiveMQ ships with two web consoles:
|
||||||
|
- new console using hawtio
|
||||||
|
- old console
|
||||||
|
|
||||||
|
The old console is deprecated and replaced with a new modern console based on hawtio (http://hawt.io)
|
||||||
|
|
||||||
|
The old console is accessible at its usual location at:
|
||||||
|
http://localhost:8161/admin/
|
||||||
|
|
||||||
|
And the new console is located at:
|
||||||
|
http://localhost:8161/hawtio/
|
||||||
|
|
||||||
In the default configuration ActiveMQ automatically starts the web console in the
|
In the default configuration ActiveMQ automatically starts the web console in the
|
||||||
same VM as the broker. The console is accessibly under http://localhost:8161/admin/.
|
same VM as the broker. The console is accessibly under http://localhost:8161/hawtio/.
|
||||||
|
|
||||||
The broker may ask for credentials to login the web console the first time.
|
The broker may ask for credentials to login the web console the first time.
|
||||||
The default username and password is admin/admin. You can configure this in the
|
The default username and password is admin/admin. You can configure this in the
|
||||||
|
|
|
@ -90,7 +90,8 @@
|
||||||
|
|
||||||
<p>What do you want to do next?</p>
|
<p>What do you want to do next?</p>
|
||||||
<ul class="alternate" type="square">
|
<ul class="alternate" type="square">
|
||||||
<li><a title="Manage ActiveMQ broker" href="/admin/">Manage ActiveMQ broker</a></li>
|
<li><a title="Manage ActiveMQ broker" href="/hawtio/">Manage ActiveMQ broker</a></li>
|
||||||
|
<li><a title="Manage ActiveMQ broker (old console)" href="/admin/">Manage ActiveMQ broker using the old console</a></li>
|
||||||
<li><a title="See some Web demos" href="/demo/">See some Web demos (demos not included in default configuration)</a></li>
|
<li><a title="See some Web demos" href="/demo/">See some Web demos (demos not included in default configuration)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue