You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Morten Haraldsen (Commented) (JIRA)" <ji...@apache.org> on 2011/12/16 14:50:30 UTC

[jira] [Commented] (MTOMCAT-109) org.apache.coyote.http11.Http11NioProtocol not honoured

    [ https://issues.apache.org/jira/browse/MTOMCAT-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13170976#comment-13170976 ] 

Morten Haraldsen commented on MTOMCAT-109:
------------------------------------------

This is effectively blocking usage of this plugin for application relying on Comet connections (Does not scale with blocking I/O)
                
> <protocol>org.apache.coyote.http11.Http11NioProtocol</protocol> not honoured
> ----------------------------------------------------------------------------
>
>                 Key: MTOMCAT-109
>                 URL: https://issues.apache.org/jira/browse/MTOMCAT-109
>             Project: Apache Tomcat Maven Plugin
>          Issue Type: Bug
>            Reporter: Morten Haraldsen
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Tomcat7Runner.java
> Line 146: Connector connector = new Connector( "HTTP/1.1" );
> Make it possible to use NIO connector, through <protocol> option so that connector is initialized using something like:
> Connector connector = new Connector( "org.apache.coyote.http11.Http11NioProtocol" );

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org