Re: Chat JavaScript example

2009-09-16 Thread Dejan Bosanac
ous > question, I am new at working with message brokers, especially at this > level. > > Doug > > -Original Message- > From: Knight, Doug > Sent: Monday, September 14, 2009 2:33 PM > To: users@activemq.apache.org > Subject: RE: Chat JavaScript example > >

RE: Chat JavaScript example

2009-09-15 Thread Knight, Doug
question, I am new at working with message brokers, especially at this level. Doug -Original Message- From: Knight, Doug Sent: Monday, September 14, 2009 2:33 PM To: users@activemq.apache.org Subject: RE: Chat JavaScript example OK, I think I've got it. Now, I've got a barebo

RE: Chat JavaScript example

2009-09-14 Thread Knight, Doug
tember 14, 2009 12:34 PM To: users@activemq.apache.org Subject: Re: Chat JavaScript example Hi Doug, ajax client connects to the servlet (called AjaxServlet) that runs inside jetty (or any other web container) that server like a proxy to the broker. Therefore, you should all jms related stuff

Chat JavaScript example

2009-09-14 Thread Knight, Doug
All, >From the JavaScript-based chat example, and various all-similar sources for >how to configure it (i.e. see >http://docs.codehaus.org/display/JETTY/Integrating+with+ActiveMQ for example), >I don't understand how the JavaScript client knows what server to connect to. >There is mentioned som

Re: Chat JavaScript example

2009-09-14 Thread Dejan Bosanac
Hi Doug, ajax client connects to the servlet (called AjaxServlet) that runs inside jetty (or any other web container) that server like a proxy to the broker. Therefore, you should all jms related stuff inside your web application. Take a look at webapps/demo/WEB-INF/web.xml for an example of how t