[
https://issues.apache.org/jira/browse/ARTEMIS-3062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17264200#comment-17264200
]
László Stahorszki commented on ARTEMIS-3062:
--------------------------------------------
I'm the poster of the original issue on SO.
What would be the intended value to this http-host parameter? Let's say, if I
want the console to be reachable from the whole company network on the
10.0.0.0/16, how would I have to configure the instance?
> Incorrect Jolokia access config when using 0.0.0.0 http-host
> ------------------------------------------------------------
>
> Key: ARTEMIS-3062
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3062
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
>
> I downloaded Apache Artemis 2.16.0 from the official site and created an
> instance with command {{artemis create --http-host 0.0.0.0 --user default
> --password --default -- /var/lib/artemis}}.
> I set {{http-host}} to {{0.0.0.0}}, to let me access the management console
> from any address. This lets me access the console, but the configuration is
> wrong, since it sets the {{jolokia-access.xml:restrict.cors.allow-origin}} to
> {{\*://0.0.0.0*}}, which means that even though I can technically access the
> console, I get no data, just a mostly empty screen.
> I can, by hand, edit the file attribute to {{\*://*}}, but I'd prefer having
> the command do this to me instead. Is it a bug in the instance generator, or
> am I missing something?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)