On 11/13/06, Peter Rossbach <[EMAIL PROTECTED]> wrote:
Hi,
Comet style communication work also with the new NIO Connector.
Test it with Tomcat 6.0.1 or the svn trunk.
My current example is simple and works only at firefox. Next step to
implement are client reconnect and message retr
Hi,
Comet style communication work also with the new NIO Connector.
Test it with Tomcat 6.0.1 or the svn trunk.
protocol="org.apache.coyote.http11.Http11NioProtocol"/>
My current example is simple and works only at firefox. Next step to
implement are client reco
hi. just install tomcat doesn't work because you need the java native
support for the apr.
see the documentation at http://tomcat.apache.org/tomcat-6.0-doc/apr.html
you must install the native support which you can find it
(tomcat-native.tar.gz) in the bin directory of the apache-tomcat
package.