Re: jk connector error on post.

2005-01-19 Thread Ryan Bloom
t mention, so > I'll confirm - you are using mod_jk 1.2.8 (brand new release)? > This sure sounds like the (rather obscure) issues with re-piping > body content, and taking a simple guess, if you drop back and > force http/1.0 (eliminate chunking) the issue goes away? > >

Re: jk connector error on post.

2005-01-18 Thread Ryan Bloom
, and taking a simple guess, if you drop back and > force http/1.0 (eliminate chunking) the issue goes away? > > Bill > > At 06:55 PM 1/17/2005, Ryan Bloom wrote: > > >I am trying to get Apache 1.3 and Tomcat 5.0.27 working together. My site > >basically work

jk connector error on post.

2005-01-17 Thread Ryan Bloom
I am trying to get Apache 1.3 and Tomcat 5.0.27 working together. My site basically works, but any POST request causes the following error with a hex dump: Jan 17, 2005 3:19:23 PM org.apache.jk.common.HandlerRequest invoke SEVERE: Error decoding request java.io.IOException at org.apac

RE: JDK 1.31??

2002-03-20 Thread Ryan Bloom
Granted, but we could have provided more detailed instructions. Ryan -- Ryan Bloom [EMAIL PROTECTED] 645 Howard St. [EMAIL PROTECTED] San Francisco, CA > -Original Message- > From: Pier Fumagalli [mailto:

RE: JDK 1.31??

2002-03-20 Thread Ryan Bloom
I would just like to state that as I Covalent employee, I disavow all knowledge of this completely. :-( Ryan -- Ryan Bloom [EMAIL PROTECTED] 645 Howard St. [EMAIL PROTECTED] San Francisco, CA > -Original Mess

Re: [VOTE] Removal of mod_jk for Apache 2.0 from jakarta-tomcat f or Tomcat 3.3

2001-09-10 Thread Ryan Bloom
new to the list, but I like to veto things too. Somebody point me at something I can veto... :-) Ryan __ Ryan Bloom [EMAIL PROTECTED] Covalent Technologies [EMAIL PROTECTED] --

Re: [VOTE] Removal of mod_jk for Apache 2.0 from jakarta-tomcat f or Tomcat 3.3

2001-09-10 Thread Ryan Bloom
On Monday 10 September 2001 15:22, Pier Fumagalli wrote: > "Ryan Bloom" <[EMAIL PROTECTED]> wrote: > >> MMAP is the other scary stuff in APR, the new code (without Ralph's > >> libmm) it no more than one month old... I need it for load balancing, > &

Re: [VOTE] Removal of mod_jk for Apache 2.0 from jakarta-tomcat f or Tomcat 3.3

2001-09-10 Thread Ryan Bloom
) :) :) Give me one or two hours, and I will commit it. :-) Ryan ______ Ryan Bloom [EMAIL PROTECTED] Covalent Technologies [EMAIL PROTECTED] --

Re: [VOTE] Removal of mod_jk for Apache 2.0 from jakarta-tomcat f or Tomcat 3.3

2001-09-10 Thread Ryan Bloom
to start agitating for an APR release. We should have APR 1.0 out the door soon-ish. I am hoping to have it released sometime in the next month or two. :-) Ryan __ Ryan Bloom [EMAIL PROTECTED] Covalent Technologies [EMAIL PROTECTED] --

Re: [VOTE] Removal of mod_jk for Apache 2.0 from jakarta-tomcat f or Tomcat 3.3

2001-09-10 Thread Ryan Bloom
e > > something... > > Slowww down... :) If mod_jk wants to start using APR, I believe we're > talking, otherwise, I'm done with cross-platform porting, I live it to Ryan Oh no you don't. I did the cross-platform stuff. I wrote APR to get awar from it. Ryan __

Re: [VOTE] New commiter Ryan Bloom

2001-09-10 Thread Ryan Bloom
gt; * Pleurez, pleurez, mes yeux, et fondez vous en eau! > * La moitiƩ de ma vie a mis l'autre au tombeau. > *---Corneille > */ > > GOMEZ Henri wrote: > > I would like to propose Ryan Bloom as commiter > > in Tomcat, and particulary on jakarta-tomcat-

Re: [VOTE] Removal of mod_jk for Apache 2.0 from jakarta-tomcat for Tomcat 3.3

2001-09-10 Thread Ryan Bloom
our APIs. > > > > BTW, giving the amount of change in 2.0 - what about removing > > the 2.0 jk > > connector from 3.3, and relying on j-t-c for a 2.0 connector ? > > > > Right now the jk code in jakarta-tomcat is supposed to be > > 'stable&#

Re: cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 mod_w ebapp.c

2001-09-07 Thread Ryan Bloom
blem, either a memory leek, or a security hole, or it can crash the machine. IF your not using HEAD of httpd-2.0, you have a problem. :-) Ryan __ Ryan Bloom [EMAIL PROTECTED] Covalent Technologies [EMAIL PROTECTED] --

[PATCH] only parse workers.properties once

2001-09-06 Thread Ryan Bloom
808) ap_hook_map_to_storage(jk_map_to_storage, NULL, NULL, APR_HOOK_MIDDLE); __ Ryan Bloom [EMAIL PROTECTED] Covalent Technologies [EMAIL PROTECTED] --

Patch for mod_jk and Apache 2.0

2001-09-05 Thread Ryan Bloom
age, NULL, NULL, APR_HOOK_MIDDLE); } module AP_MODULE_DECLARE_DATA jk_module = ______ Ryan Bloom [EMAIL PROTECTED] Covalent Technologies [EMAIL PROTECTED] --

Re: Build system for mod_webapp and Apache 2.0

2001-09-05 Thread Ryan Bloom
On Wednesday 05 September 2001 09:57, jean-frederic clere wrote: > Ryan Bloom wrote: > > On Wednesday 05 September 2001 04:13, jean-frederic clere wrote: > > > > If you don't remove the --disable-shared, then libtool 1.4 can't compile > > mod_webapp as a d

Re: Build system for mod_webapp and Apache 2.0

2001-09-05 Thread Ryan Bloom
; > Cheers > > Jean-frederic ______ Ryan Bloom [EMAIL PROTECTED] Covalent Technologies [EMAIL PROTECTED] --

Re: Build system for mod_webapp and Apache 2.0

2001-08-31 Thread Ryan Bloom
/APRVARS]) fi +else + LIBDIR="" +fi if ${TEST} ! -x ${APRDIR}/libtool then + if ${TEST} "${APA}" ; then +LIBTOOL="${APXS_PREFIX}/build/libtool" + else AC_MSG_RESULT([error]) AC_MSG_ERROR([Cannot find APR libtool binary]) + fi else LIBTOOL="${APRDIR}/libtool" fi -eval `cat ${APRDIR}/APRVARS` +eval `cat ${APRDIR}${LIBDIR}/APRVARS` AC_SUBST(CC) AC_SUBST(CPP) AC_SUBST(SHELL) __ Ryan Bloom [EMAIL PROTECTED] Covalent Technologies [EMAIL PROTECTED] --

Re: Build system for mod_webapp and Apache 2.0

2001-08-31 Thread Ryan Bloom
. (I'll see what I can figure out, > hoping that 2.0 works on my OS/X box :) Oh, if that's what you want to do, I can make that happen. Give me five minutes, and you'll have a patch. :-) Ryan __ Ryan Bloom [EMAIL PROTECTED] Covalent Technologies [EMAIL PROTECTED] --

Re: cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 Makefile.in

2001-08-31 Thread Ryan Bloom
ast weekend, and I have used it many times now to build mod_webapp. :-) Ryan __ Ryan Bloom [EMAIL PROTECTED] Covalent Technologies [EMAIL PROTECTED] --

Re: Build system for mod_webapp and Apache 2.0

2001-08-30 Thread Ryan Bloom
On Thursday 30 August 2001 01:10, jean-frederic clere wrote: > Ryan Bloom wrote: > > Hi everybody, I'm new to the list, but for anybody who doesn't know me, > > I have been pretty active on httpd 2.0. I decided to port mod_webapp > > last week, and Pier committed

Build system for mod_webapp and Apache 2.0

2001-08-29 Thread Ryan Bloom
AC_MSG_CHECKING([APR directory]) @@ -253,7 +288,7 @@ LOCAL_HEADER([Configuring APR]) LOCAL_FILTEREXEC( - [./configure --enable-static --disable-shared --disable-threads], + [./configure --enable-static --disable-threads], ["APR configure"]) if