Re: ActiveMq within tomcat 6

2010-03-03 Thread Dejan Bosanac
Can you try to access amq/amq.js in your application and see what happens? Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Wed, Mar 3, 2010 at 3:19 AM, hmi

Re: ActiveMq within tomcat 6

2010-03-02 Thread hmikhail
I did make the same page work before, but my web-app was deployed in jetty. Here is my page: amq.uri='amq'; var myHandler = { rcvMessage: function(message){ changeText(message.nodeValue); alert(message.nodeVa

Re: ActiveMq within tomcat 6

2010-03-02 Thread Dejan Bosanac
Hi, your server config looks ok, seems like the problem could be on your web page. Do you have something like this configured in it amq.uri='amq'; You can also take a look at webapps/demo/chat.html (and chat.js) for some examples on how to do it. If it doesn't work, send your page that doesn'