You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 usingmvn package
and now it works.The text was updated successfully, but these errors were encountered: