>Ok, I've got the first request served via Ajp14. There are probably few
>details to resolve ( like the fact that the connection is closed after
>authentication - I'm not sure why ).

The connection close is normal. When you're in the worker init phase, 
you open a connection to tomcat, authenticate, next grab URI mapped,
and then the worker is destroyed (by Apache), so the connection is
dropped.

>I can now start playing with some of the fun callbacks I want 
>( and maybe
>abstract a bit the marshling and callbacks ).

Be my guest

Reply via email to