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

Hudson commented on MTOMCAT-109:
--------------------------------

Integrated in TomcatMavenPlugin #74 (See 
[https://builds.apache.org/job/TomcatMavenPlugin/74/])
    [MTOMCAT-109] nio protocol is impossible to use with tomcat exec mojo.
add an option in tomcat runner to override it tru cli
-httpProtocol
as it can be change on application start not only in the produced jar.
[MTOMCAT-109] nio protocol is impossible to use with tomcat exec mojo.

olamy : http://svn.apache.org/viewvc/?view=rev&rev=1220675
Files : 
* 
/tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7Runner.java
* 
/tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7RunnerCli.java

olamy : http://svn.apache.org/viewvc/?view=rev&rev=1220674
Files : 
* 
/tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java
* /tomcat/maven-plugin/trunk/tomcat7-war-runner/NOTES.TXT
* 
/tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7Runner.java

                
> <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
>    Affects Versions: 2.0
>            Reporter: Morten Haraldsen
>            Assignee: Olivier Lamy
>             Fix For: 2.0
>
>   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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to