Dashboard > Jetty > ... > Jetty Documentation > Grizzly Connector
Grizzly Connector Log In | Sign Up   View a printable version of the current page.

Added by Greg Wilkins , last edited by Jeanfrancois Arcand on Nov 16, 2007  (view change)
Labels: 
(None)

Contact the core Jetty developers at www.webtide.com
private support for your internal/customer projects ... custom extensions and distributions ... versioned snapshots for indefinite support ... scalability guidance for your apps and Ajax/Comet projects ... development services from 1 day to full product delivery

Grizzly Connector

Writing scalable server applications in the Java™ programming language has always been difficult. Before the advent of the Java New I/O API (NIO), thread management issues made it impossible for a server to scale to thousands of users. The Grizzly framework has been designed to help developers to take advantage of the Java™ NIO API. Originally developed under the GlassFish umbrella, the framework is now available as a standalone project. Grizzly goals is to help developers to build scalable and robust servers using NIO.

To Grizzly Connector is not included by default in Jetty (soon to be fixed). To enabled it, just checkout Jetty and do:

% svn co http://svn.codehaus.org/jetty/jetty/trunk jetty

% mvn install

% cd contrib/grizzly

% mvn install

% cd ../../

% java -jar start.jar etc/jetty.xml etc/jetty-grizzly.xml

That's it! The Grizzly Connector now listen on port 8888.



[]

Site running on a free Atlassian Confluence Open Source Project License granted to The Codehaus. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.6.2 Build:#919 Nov 26, 2007) - Bug/feature request - Contact Administrators