----- Original Message ----- From: <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Sunday, December 09, 2001 9:56 PM Subject: Re: [j-t-c] ajp and headaches
> The tomcat4.0 adapter - yes. The connector code ( low level Request, etc ) > are based on MessageBytes, etc. It needs some tunning, but I > wouldn't change it without some good reasons. > > I'm more interested in the low level stuff, and if possible I would like > to keep a similar object model on both sides ( it'll help on JNI and in > general ). > > The higher level needs some work... > > Kevin - if you have time, extracting the mapping out of tomcat4 would help > a lot ! Also, for passing the 'route' to the session manager we need a bit The extracting mapping logic is working fine in o.a.a.tomcat4.config. You can look there for a start. What still needs work there is generating the Alias directives (thanks Remy). Of course, this method will be a big improvement on the Listeners once it is in place. > of code - we need to first "find" the session manager, then a small piece > of code to set the jvmRoute on the request. I know this is not > 'refactoring', but problems we need to solve asap. > > Costin > > > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>