Need a way to select the Tomcat NIO connector in order to enable comet support
------------------------------------------------------------------------------

                 Key: GERONIMO-3334
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3334
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: Tomcat
    Affects Versions: 2.0-M5
         Environment: Windows XP, geronimo-tomcat6-jee5-2.0-M5
            Reporter: Gautham Pai


Tomcat provides a way to configure either a simple HTTP connector or an APR or 
NIO connector by providing the appropriate value for the protocol attribute in 
TOMCAT_HOME/conf/server.xml.

The following connectors can be configured:
org.apache.coyote.http11.Http11Protocol
org.apache.coyote.http11.Http11NioProtocol
org.apache.coyote.http11.Http11AprProtocol

However this provision is not available in Geronimo. This makes it difficult to 
select either the NIO or the APR connector, without which the comet 
implementation of Tomcat cannot be enabled.

We should be able to configure this protocol via 
GERONIMO_HOME/var/config/config.xml. Also the NIO connector attributes should 
be configurable.

For more information on the HTTP connector settings please refer to the Tomcat 
documentation here:
http://tomcat.apache.org/tomcat-6.0-doc/config/http.html


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to