I started artemis-service successfully. But web console not working.
cmnd: sudo "/usr/lib/myBroker/bin/artemis-service" start
response:
HTTP ERROR 503 Problem accessing /console/. Reason:
Service Unavailable
I change the bootstrap.xml to access 8161 port from outside.
From: bind="http://localhost:8161"
To: bind="http://0.0.0.0:8161"
N.B: when I start it in my local-machine working fine without change bootstrap.xml.