Abid Khan created AMQ-8249:
------------------------------
Summary: Web Console page (index.html) gives 404 - on Linux
Key: AMQ-8249
URL: https://issues.apache.org/jira/browse/AMQ-8249
Project: ActiveMQ
Issue Type: Bug
Components: Web Console
Affects Versions: 5.16.1
Reporter: Abid Khan
Attachments: image-2021-04-25-23-02-40-842.png
We get 404 for web console when we run it as systemd service with path as
symlink.
However, there is no issue when actual path is used and even with previous
versions there are no issues with the symlink either (say 5.16.0).
i.e
/apps/apache-activemq-5.16.1
/apps/activemq ---> /apps/apache-activemq-5.16.1
*activemq.service*
{code:java}
ExecStart=/apps/activemq start
ExecStop=/apps/activemq stop
{code}
[#http://<<host>>:8161]
!image-2021-04-25-23-02-40-842.png!
{code:java}
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)