Ian,
Thank you! Just want'd to pass along some notes from the field on this:
1. Works on RHL8 (psyche).
2. Config:
Binary Tomcat in /usr/local/jakarta-tomcat-4.1.29
Source build of Apache 2.0.48 in /usr/local/httpd-2.0.48
# maybe not the most effective/efficent build invocation
$ ./configure \
--prefix=/usr/local/httpd-2.0.48 \
--mandir=/usr/local/man \
--enable-mods-shared=all \
--enable-file_cache=shared \
--enable-cache=shared \
--enable-disk_cache=shared \
--enable-mem_cache=shared \
--enable-deflate=shared \
--enable-ext_filter=shared \
--enable-proxy=shared \
--enable-proxy_connect=shared \
--enable-proxy_ftp=shared \
--enable-proxy_http=shared JTC source in /usr/local/src/jakarta-tomcat-connectors-jk2-2.0.2-src
Download at:
http://jakarta.apache.org/site/sourceindex.cgi3. I *did not* have to modify source of jk_channel_socket.c and jk_pool.c as described. Hmmm...may be artifacts of CVS the source?
Now, I'll give this a try at home in Mac OS X Panther. But I'm not holding my breath. Having a bitch of a time getting that to work. :)
Tim
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
