Interesting. Any reason for writing your own connectors (assuming you do), since the coyote package is quite small ? Efficient ones take time and a huge amount of testing.
(we've had proposals in the past of offering an alternate container to Catalina for some special cases, but it never flied for various reasons; your container could be useful for that)
Rémy
It was mainly a case of doing something so I could learn how it really worked and why - I didn't consider using Coyote mainly because the http request/response parsing was an important part of the understanding process, and I didn't want to miss out on the details of that. The bug fixing was/is part of that learning process.
(Side note: The AJP13 protocol docs were, in fact, very good - good enough that I was able to write 95% of the java-side of the connector without reading the source code for the tomcat connector. It wasn't until the last stages of debugging that I looked at the source. Well done to whoever wrote those.)
I expect it would be good for people who just want to distribute an extra jar with their webapp to make it deployable. Kind of like a no-brainer/no-frills deployment case .... easy, works, but if you want more features, use something more sophisticated. If that's the kind of alternate container you're looking for, I'm all ears.
Rick
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]