Hi, I just played with fresh install of Tomcat 6.0.18 and ActiveMQ 5.2.0 and cannot reproduce the problem related to activemq-all. The 5.2.0 war from the distribution(http://repo1.maven.org/maven2/org/apache/activemq/activemq-all/5.2.0/) contains activemq and geronimo dependencies and everything works fine. The 5.3-SNAPSHOT I've built locally does not include these dependencies and simply putting activemq-all in lib folder makes it run fine. I've tried both embedded broker and connecting using properties (BTW. How does your properties look like?)
As for the JSTL, I've put back dependencies to that libraries back and the next version should work fine with it. Thanks for pointing out. Cheers -- Dejan Bosanac http://www.ttmsolutions.com - get a free ActiveMQ user guide ActiveMQ in Action - http://www.manning.com/snyder/ Scripting in Java - http://www.scriptinginjava.net CheffPJ wrote: > I was unable to deploy the web console to a seperate tomcat 6 using the > directions on http://activemq.apache.org/web-console.html the wiki page . > > Using: > * Tomcat 6.0.18 > * The -Dwebconsole.type=properties... configuration > * activemq-all-5.2.0.jar > * activemq-web-console-5.2.0.war > * Connecting to an ActiveMQ broker under a ServiceMix 3.3 runtime > > I had to make the following adjustments from the wiki page for successful > deployment: > > * Put the activemq-all-5.2.0.jar in WEB-INF/lib as > http://www.nabble.com/activemq-all-*.jar-not-recognised-in-Tomcat-6-td18608426.html#a18613517 > > a previous post alluded to > * Add JSTL jars (standard.jar & jstl.jar) to WEB-INF/lib > > I can't put my finger on what's going on with the classloading, but I have a > hunch that this is a bug. >
