Description
Compiled the version 0.21.0 (as well as the latest version). When I bring up the master, it connects to zookeeper, slave is also able to connect, but I could not see any webui at 5050. It is just a blank screen(invalid ports like 5051 are giving connection refused error). Initially i was running the master as docker container, but later i tested the exe directly on ubuntu 14.04.1 and i got the same behaviour. is there a bug or i am doing a mistake. The command i used to run the master "./mesos-master -ip=12.0.0.21 --zk=zk://12.1.1.1:2181/mesos --work_dir=/var/lib/mesos/master --log_dir=/var/log/mesos/master --hostname=12.0.0.21 --quorum=1"