Re: ActiveMQ JNDI in Tomcat

2007-11-08 Thread ttmdev
You can configure your AMQ administrable objects via the Tomcat JNDI InitialContext implementation. Here's the how-to documentation for Tomcat 6.0. http://tomcat.apache.org/tomcat-6.0-doc/jndi-resources-howto.html Or w/in your servlet you can create your own InitialContext based on the jndi.pro

Re: ActiveMQ JNDI in Tomcat

2007-11-08 Thread Mario Siegenthaler
Hi You don't really need a jndi.properties. Just place the activemq jar in the common/lib (or lib if you're using tomcat 6) of your tomcat and follow the configuration at http://activemq.apache.org/setting-up-activemq-with-tomcat-559.html Mario On 11/8/07, Dave Carlson <[EMAIL PROTECTED]> wrote: