Hi,

Can you check that you have 0.0.0.0 for jettyPort/host in conf/jetty.xml ?

Are you able to access the port locally using curl http://localhost:8161/admin 
<http://localhost:8161/admin> for instance ?

Regards
JB

> Le 21 août 2020 à 15:54, Christopher Pisz <christopherp...@gmail.com> a écrit 
> :
> 
> I really want to be able to access the web console remotely for my
> development testing.
> 
> I read this:
> https://activemq.apache.org/components/artemis/documentation/latest/management-console.html
> 
> and it took me to this:
> https://jolokia.org/reference/html/security.html
> 
> I created a file called etc/jolokia-access.xml and I put:
> 
> <remote>
>  <host>localhost</host>
>  <host>ip that showed in ifconfig under ppp0</host>
> </remote>
> 
> 
> I also opened port 8161 in the firewall.
> 
> However, when I open a browser and put in http://machine.domain.com:8161 I
> got connection refused.
> 
> I can bring up the console locally if someone goes to the machine.
> People onsite can ssh -X and get firefox working and then bring it up
> locally. I cannot SSH -X firefox for whatever reason, it is completely
> unresponsive, which is why I wanted to configure it somehow to just let me
> use my own browser and access the page.
> 
> Any suggestions?

Reply via email to