AJP Support added.

by Jeanfrancois Arcand-2 :: Rate this Message:

Reply to Author | Show Only this Message

Salut,

I've completed the implementation. Please review the new API (svn rev
2803) and more important test it. At is simple, you just need to:

GrizzlyWebServer gws = new GrizzlyWebServer();
gws.enableProtocol(GrizzlyWebServer.PROTOCOL.AJP);
gws.addAdapter(blabla); // Same as usual.
gws.start();

Please comment on the API itself :-). I've tested with the latest Apache
2.2.x version.

Also, the module is currently under extra, but make it easy to use it, I
would like to move it under modules/ and then automatically added to
bundles/http and bundles/http-servlet.

A+

-- Jeanfrancois


Jeanfrancois Arcand wrote:

> FYI, I've filled:
>
> http://www.nabble.com/-Q%7D-Adding-AJP-protocol-support--td22206493.html#a22206493 
>
>
> Implementation this week :-)
>
> A+
>
> -- Jeanfrancois
>
> Hubert Iwaniuk wrote:
>> +1
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...