Just need to update documentation that we also need to change the IP address in the following location:
MonitorServlet.java line #559 private static String 55 = "tcp://10.0.0.:61616";
Unless I missed a step. I updated the JSON file and it was looking for 10.0.0.41:61616 in the tomcat page. After updating to my IP address where ActiveMQ is running. I refreshed using the shell script, re-build using mvn package and now it works.