You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Gautham Pai (JIRA)" <ji...@apache.org> on 2007/07/19 19:45:07 UTC

[jira] Created: (GERONIMO-3334) Need a way to select the Tomcat NIO connector in order to enable comet support

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.


[jira] Commented: (GERONIMO-3334) Need a way to select the Tomcat NIO connector in order to enable comet support

Posted by "Jeff Genender (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514749 ] 

Jeff Genender commented on GERONIMO-3334:
-----------------------------------------

These connectors can be added via the config.xml...can you please expand on what you are not able to do?

> 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.


[jira] Commented: (GERONIMO-3334) Need a way to select the Tomcat NIO connector in order to enable comet support

Posted by "Jeff Genender (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514766 ] 

Jeff Genender commented on GERONIMO-3334:
-----------------------------------------

Yeah I see the issue.  I can make a few changes and enable this.

> 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.


[jira] Assigned: (GERONIMO-3334) Need a way to select the Tomcat NIO connector in order to enable comet support

Posted by "Jeff Genender (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Genender reassigned GERONIMO-3334:
---------------------------------------

    Assignee: Jeff Genender

> 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
>            Assignee: Jeff Genender
>
> 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.


[jira] Commented: (GERONIMO-3334) Need a way to select the Tomcat NIO connector in order to enable comet support

Posted by "Vamsavardhana Reddy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514757 ] 

Vamsavardhana Reddy commented on GERONIMO-3334:
-----------------------------------------------

The protocol parameter for Tomcat Connectors in geronimo takes HTTP, HTTPS or AJP.  When HTTP is specified as protocol, "org.apache.coyote.http11.Http11Protocol" is used inside Tomcat.  Is there a way to configure Tomcat to use "org.apache.coyote.http11.Http11NioProtocol" or "org.apache.coyote.http11.Http11AprProtocol"?

> 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.