John W Davis created ARTEMIS-3222:
-------------------------------------
Summary: blank console
Key: ARTEMIS-3222
URL: https://issues.apache.org/jira/browse/ARTEMIS-3222
Project: ActiveMQ Artemis
Issue Type: Bug
Components: Broker
Affects Versions: 2.17.0
Reporter: John W Davis
I am running Centos7 VM on VirtualBox. I installed Artemis, created a broker
and started the broker via ./artemis-service start. I am attempting to use
the console via browser login on the Windows 10 host (Firefox) with URL
[http://10.9.8.7:8161/console/auth/login] - I modified the
bootstrap xml as follows:
<!-- The web server is only bound to localhost by default -->
<web bind="http://10.9.8.7:8161" path="web">
<app url="activemq-branding" war="activemq-branding.war"/>
<app url="artemis-plugin" war="artemis-plugin.war"/>
<app url="console" war="console.war"/>
</web>
because localhost URL for console will not work for this VM.
However, after logging with my user ID and pwd, a completely blank console is
displayed. Only the ActiveMQ logo is dislayed on the top ribbon. Should I be
using a different URL? or can someone help with this issue.?
I apologize for characterizing this problem as a "bug" - no other
selection in the drop down seemed appropriate.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)