> Hello, > I deploy the wicket-push example on tomcat latest version and it > worked...and also i will test in JBoss 4.2.x...hoping to work as well bcoz > JBoss use tomcat container...anyway, you can embed jetty container in JBoss > too :)
Actually, for all I know JBoss doesn't provide it's own servlet container and thus requires Jetty or Tomcat (which is the default?) to do the servlet work. So it's not really embedding :-) I don't know whether work on Tomcat for wicket-push was done or even considered. The problem is that Comet is not standardized, so we have to implement a specific solution for every servlet container we want to support. Help with that is more than welcome of course. Maybe you could drop a line here: http://www.theserverside.com/news/thread.tss?thread_id=49212 or on somewhere else with similar discussions. Eelco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
