Bug 42309 - Request: support for NIO in Embedded Tomcat
Summary: Request: support for NIO in Embedded Tomcat
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 6
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 6.0.10
Hardware: Other other
: P2 enhancement (vote)
Target Milestone: default
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-01 02:03 UTC by ron
Modified: 2007-05-03 09:02 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ron 2007-05-01 02:03:28 UTC
in org.apache.catalina.startup.Embedded there is no direct API to create an NIO
connector. This would be very helpful for all applications which use tomcat in
embedded mode and require the CometProcessor.
Comment 1 Filip Hanik 2007-05-03 09:02:01 UTC
Fixed,
just call createConnector with "org.apache.coyote.http11.http11NioProtocol" as
your protocol parameter