That link was what I was looking for. I still have a question though. I have created a simple servlet that implements HttpEventServlet and I have added the necessary elements to my web.xml file. I update my main web page to establish the cometd connection on page load. I see my trace statements show up in the browser console, but I do not see the call hit the server. So the question is, do I need to configure a JBoss connector to be able to use the HttpEventServlet? If so, is there an example configuration that you could point me to?