amazon-ec2activemq-classic

Not showing up activmq admin page


I have installed apache-activemq-5.18.5 on Amazon Linux on EC2 instance.

When I run command systemctl start activemq.service, I get below output-

enter image description here

But when I hit url to open activemq broker page, I get below screen- enter image description here

These are the Security Groups Inbound Rules set- enter image description here

These are the logs in activemq.log file- enter image description here

I dont know what wrong I am doing.

I changed the value of host attribute in jetty.xml to 0.0.0.0 as shown below-

enter image description here

Can someone help me please?


Solution

  • It finally worked...after changing value of "host" appribute of "jettyPort" element in jetty.xml, we need to restart the EC2 instance.