[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Comet support in JBoss 5.0.0.GA

2009-02-27 Thread jfrederic.cl...@jboss.com
You should use the APR connector. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213600#4213600 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213600 ___ jboss-user mailing list

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Comet support in JBoss 5.0.0.GA

2009-02-26 Thread itsjewel
In JBoss 4.2.2, I used to use org.apache.coyote.http11.Http11NioProtocol to deploy the connector for comet. But this class is not available in jbossweb.jar that gets shipped with JBoss 5. Any hints to enable comet enable connector in JBoss 5? Thanks. View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Comet support in JBoss 5.0.0.GA

2008-12-31 Thread jfrederic.cl...@jboss.com
There isn't a org.jboss.web.comet.CometProcessor in the actual JBossWeb documentation... org.jboss.web.comet.CometProcessor has been removed and org.jboss.servlet.http.HttpEventServlet should be used instead. View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Comet

2007-05-24 Thread TedGoddard
ICEfaces supports Ajax Push with Seam; you simply invoke a render of any desired pages on the server and the updates will be pushed to the connected users. We are just now looking into specific integration with the asynchronous features of Tomcat 6, but you can certainly use Ajax Push without