Re: AMQ AjaxServlet - Servlet AjaxServlet is not available

2012-03-09 Thread yuribit
I solved this problem adding this dependency to my pom: org.eclipse.jetty.aggregate jetty-all-server 8.1.1.v20120215 Maybe we can add this dependency to the user guide (http://activemq.apache.org/ajax.html) cause it doesn't work on TomCat servers. regards, Yuri -- Vi

Re: AMQ AjaxServlet - Servlet AjaxServlet is not available

2012-03-02 Thread yuribit
Yes, I put the mapping in the web.xml of my servlet and it works cause if I go to http://10.0.0.118:8080/mywebapp/amq I got HTTP Status 404 - Servlet AjaxServlet is not available Then I add the active-mq-web dependency to include the jar. It works because if I delete the dependency the error chan

Re: AMQ AjaxServlet - Servlet AjaxServlet is not available

2012-03-02 Thread Claudio Squarcella
Hi, easy questions first: you did everything that this[1] page says, right? [1] http://activemq.apache.org/ajax.html Claudio On 02/03/2012 19:05, yuribit wrote: Hi, I'm trying to develop a simple webapp that receive jms message using Ajax as described in http://activemq.apache.org/ajax.html,