[
https://issues.apache.org/jira/browse/HBASE-5089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13174983#comment-13174983
]
Andrew Purtell commented on HBASE-5089:
---------------------------------------
Cloudera ships a Jetty 6 version with NIO, drop in replacement, open source:
https://github.com/toddlipcon/jetty-hadoop-fix
I don't have an opinion about what servlet server to use. Once upon a time we
had a WAR target. We dropped it due to build difficulties when moving to Maven
initially. We could bring it back, leave it up to the user what servlet
container to use.
> NIO based REST server
> ---------------------
>
> Key: HBASE-5089
> URL: https://issues.apache.org/jira/browse/HBASE-5089
> Project: HBase
> Issue Type: Improvement
> Components: rest
> Affects Versions: 0.94.0
> Reporter: Mubarak Seyed
> Labels: noob
> Fix For: 0.94.0
>
>
> Rest server code uses Jetty 6.1.26, which uses old IO
> (org.mortbay.jetty.Server). It would be good if Rest server uses NIO based
> servlet server.
> The options are as follows:
> # [Jetty 7 or above (NIO
> based)|http://download.eclipse.org/jetty/stable-8/xref/]
> # [Netty-based Rest
> server|https://github.com/netty/netty/wiki/Related-projects]
> # [Grizzly|http://grizzly.java.net]
--
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