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_at_grizzly.dev.java.net
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>