I'm getting the following error when accessing the default page: javax.el.ELException: Error reading 'brokerName' on type org.apache.activemq.web.RemoteJMXBrokerFacade
Since the Jetty-based standalone works perfectly, I find it hard to believe that it's just a matter of RemoteJMXBrokerFacade not having a getter for brokerName (it has a setter). So, since I followed the instrcutions for Tomcat exactly as found @ http://activemq.apache.org/web-console.html, what could possbily be the problem? 1) Do I need to set up brokerName somewhere (I'm running everything on locahost) 2) Do others have this problem with the 5.3.0 web console running on Tomcat 6.0 The reason I'm trying to run the web console on Tomcat is because I'm noticing that a run of the demos on Tomcat results in me not seeing any enqueued messages if I run on Jetty (default). Is there a way for me to connect the demos (running on Tomcat) up to the broker running on Jetty so that I can see the enqueued messages from the acrivemq console running on Jetty ? Appreciate any help here. -- View this message in context: http://old.nabble.com/Can%27t-run-activemq-web-console-5.3.0-on-Tomcat-6.0-tp26686961p26686961.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.