ActiveMQ/Tomcat6 minimal setup

2007-12-20 Thread JoC
Hi, I've been trying to setup ActiveMQ5 with Tomcat6 for awhile now with no success. As I understand Tomcat JNDI and the ActiveMQ docs I need these things for a minimal setup: - Resource definitions of connection factory and a queue (in the context xml) - web.xml resource-refs to these resources

Working with Tomcat/WTP but not standalone Tomcat

2007-12-13 Thread JoC
I have some problems setting up ActiveMQ with a standalone Tomcat. I have created a minimal web app with a Spring MDP that works great if I use Eclipse with WTP. Clean tomcat, clean eclipse. New web project. However, if I export the app as a war and deploy to an external (also CLEAN) Tomcat I ge