I have followed steps mentioned in the "Example configuration using Tomcat" -from your website- to strat a web console in Tomcat 5.5.27. I downloaded activemq-web-console-5.1.0.war and activemq-all-5.1.0.jar and added then under the relevant directories, I then added the follwoing right at the end of catalina.bat (before the end:)
JAVA_OPTS="-Dwebconsole.type=properties \ -Dwebconsole.jms.url=tcp://localhost:61616 \ -Dwebconsole.jmx.url=service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi \ -Dwebconsole.jmx.role= \ -Dwebconsole.jmx.password=" I then navigated to http://localhost:82/activemq-web-console-5.1.0/ location (I have chagened the port from 8080 to 82- the tomcat web page works fine) but I get Error 404. Can you help me please? -- View this message in context: http://www.nabble.com/Active-MQ---Starting-the-web-Console-to-work-with-tomcat-tp19768178p19768178.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
