I have installed Opscenter free version on Ubuntu 10.04, I have Apache Cassandra cluster installed on this PC too with my PC is a host and two clients by using Virtualbox , then I configured opscenterd.conf file like this
[jmx]
# The default jmx port for Cassandra >= 0.8.0 is 7199. If you are using
# Cassandra 0.7.*, the default is 8080, and you should change this to
# reflect that.
port = 7199
[webserver]
port = 8888
interface = 192.168.1.99
[logging]
# level may be TRACE, DEBUG, INFO, WARN, or ERROR
#level = INFO
[cassandra]
# a comma-separated list of places to try for a connection to your Cassandra
# cluster:
seed_hosts = 192.168.1.99
the ip address 192.168.1.99 is my seed node, when I type in my web browser 192.168.1.99:8888 this page can not load :
Unable to connect
Firefox can't establish a connection to the server at 192.168.1.99:8888.
thank you for your helps
