Re: NIO connector in Tomcat 6.0.14

2008-02-25 Thread Filip Hanik - Dev Lists
there is a working Bayeux example, that also shows that Comet works, a little more icing on the cake than necessary steps to get it 1. check out the code from SVN svn co --username tomcat --password tomcat http://svn.hanik.com/svn/repos/tomcat-bayeux 2. Copy the application a) copy tomcat-bay

Re: NIO connector in Tomcat 6.0.14

2008-02-25 Thread Stephen More
On Thu, Oct 25, 2007 at 12:19 PM, Filip Hanik - Dev Lists wrote: > browser don't work the way you might it expect to, firefox for example, > will not display anything until the entire request is complete. so the > chat example is no good that way. > write a client application for your comet, to

Re: NIO connector in Tomcat 6.0.14

2007-10-25 Thread Filip Hanik - Dev Lists
browser don't work the way you might it expect to, firefox for example, will not display anything until the entire request is complete. so the chat example is no good that way. write a client application for your comet, to test how it works Filip javaxmlsoapdev wrote: I am trying to use NIO co

NIO connector in Tomcat 6.0.14

2007-10-25 Thread javaxmlsoapdev
or properly? Is there any other config required? how to get this comet chat example working. Please note that I searched the forum already but still confused on NIO connector entry in server.xml. Any ideas? Thanks, -- View this message in context: http://www.nabble.com/NIO-connector-in-Tomcat-6.0.14