Re: TOMCAT + mod_jk or mod_webapp

2001-01-30 Thread Pier P. Fumagalli
Dan Milstein [EMAIL PROTECTED] wrote: Pier, Glad to hear that you're willing/interested in integrating the mod_webapp protocol into mod_jk. I don't know exactly how easy it would be, but I think it *would* be a big win (you'd get lots of tested C code, load balancing for free, easy

Re: TOMCAT + mod_jk or mod_webapp

2001-01-29 Thread Dan Milstein
Pier, Glad to hear that you're willing/interested in integrating the mod_webapp protocol into mod_jk. I don't know exactly how easy it would be, but I think it *would* be a big win (you'd get lots of tested C code, load balancing for free, easy upgrade path for users, etc). I've recently

Re: TOMCAT + mod_jk or mod_webapp

2001-01-28 Thread Pier Fumagalli
Dan Milstein [EMAIL PROTECTED] wrote: Great to hear that you want to contribute some work! [...] OTOH, Pier is writing a brand new plugin/protocol/connector for TC 4 (mod_webapp), which promises some big improvements (mainly in ease of configuration and compliance with the servlet

Re: TOMCAT + mod_jk or mod_webapp

2001-01-26 Thread Dan Milstein
Great to hear that you want to contribute some work! As to mod_jk / TC 4.0, that's a complicated question. mod_jk is currently used by a lot of people, and will continue to be for a while (I think), since I expect a lot of people to continue to be using the 3.x source in the near future. So

RE: TOMCAT + mod_jk or mod_webapp

2001-01-26 Thread Keith Wannamaker
Hi, Dan, thanks for your informative response. |File Upload was badly broken with mod_jk/ajp13 in both 3.2 and 3.x |-- some basic bugs have been fixed in both of those repositories, |but have not yet been released. Just so you know. I am working with source from jakarta-tomcat cvs head, but

TOMCAT + mod_jk or mod_webapp

2001-01-25 Thread jean-frederic clere
Hi all, I am wondering where to put put my energy mod_jk or mod_webapp. Looking the repositories I have found the following: ./jakarta-tomcat/src/native/mod_jk/apache1.3/mod_jk.c ./jakarta-tomcat/src/native/mod_jk/apache2.0/mod_jk.c ./jakarta-tomcat/src/native/mod_jserv/mod_jserv.c

Re: TOMCAT + mod_jk or mod_webapp

2001-01-25 Thread cmanolache
Hi all, I am wondering where to put put my energy mod_jk or mod_webapp. I would say both :-) Each has certain advantages, and the best solution is to combine the 2. My preference is to add the protocol used by mod_webapp to the list of protocols supported by mod_jk. I think that gives us

RE: TOMCAT + mod_jk or mod_webapp

2001-01-25 Thread Keith Wannamaker
Hi, I'd like to extend mod_jk to let servlets be RFC 1867 compliant. Specifically, when transmitting a (large) body of a request on the ajp connection: a) mod_jk should be prepared to receive a response from the servlet at any time during the send of the body; and b) mod_jk should consume

Re: TOMCAT + mod_jk or mod_webapp

2001-01-25 Thread Pier P. Fumagalli
jean-frederic clere [EMAIL PROTECTED] wrote: Hi all, I am wondering where to put put my energy mod_jk or mod_webapp. Looking the repositories I have found the following: ./jakarta-tomcat/src/native/mod_jk/apache1.3/mod_jk.c ./jakarta-tomcat/src/native/mod_jk/apache2.0/mod_jk.c