Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
1.7.1
-
None
-
None
-
INFO | OS : Linux 3.16.0-4-amd64 (Debian GNU/Linux 8.0 (jessie))
INFO | JVM : OpenJDK 64-Bit Server VM 1.7.0_79 (Oracle Corporation)
INFO | Apollo : 1.7.1 (at: /home/william/mq/apache-apollo-1.7.1)
Description
I cant access the web interface from outside machine on LOCAL network.
Followed instructions on:
http://activemq.apache.org/apollo/documentation/getting-started.html
Fresh machine: able to access apache webserver via machien IP address port 80, unable to access apollo.
Following works LOCALLY from machine. NOT externally (when switching localhost for ip of machine)
root@debian:/var/lib/mybroker/log# curl -u "admin:password" \
> 'http://localhost:61680/broker/connections.json?f=id&f=read_counter'
STARTUP of apollo message:
###############################
Loading configuration file '/home/william/mq/test/mybroker/etc/apollo.xml'.
INFO | OS : Linux 3.16.0-4-amd64 (Debian GNU/Linux 8.0 (jessie))
INFO | JVM : OpenJDK 64-Bit Server VM 1.7.0_79 (Oracle Corporation)
INFO | Apollo : 1.7.1 (at: /home/william/mq/apache-apollo-1.7.1)
INFO | OS is restricting the open file limit to: 50000
INFO | Starting store: leveldb store at /home/william/mq/test/mybroker/data
INFO | Accepting connections at: tcp://0.0.0.0:61613
INFO | Accepting connections at: tls://0.0.0.0:61614
INFO | Accepting connections at: ws://0.0.0.0:61623/
INFO | Accepting connections at: wss://0.0.0.0:61624/
INFO | Administration interface available at: https://127.0.0.1:61681/
INFO | Administration interface available at: http://127.0.0.1:61680/
####################
root@debian:/home/william/mq# ifconfig
eth0 Link encap:Ethernet HWaddr ########
inet addr:10.0.0.2 Bcast:10.0.0.255 Mask:255.255.255.0
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
may not be a bug, but suggestions on how to overcome this, would be beneficial on the how to guide...