[PATCH] mod_jk - chroot and user issues

2002-12-10 Thread Kurt Miller
I recently created a port of mod_jk-1.2.1 for OpenBSD and needed to make some minor patches to mod_jk. OpenBSD 3.2 has Apache 1.3.26 configured as ServerType standalone, to chroot to /var/www and run as user www by default. This combination requires a few minor patches so that mod_jk will continue

Re: [PATCH] mod_jk - chroot and user issues

2002-12-12 Thread Kurt Miller
Henri Gomez wrote: I'm fine with the makefile updates but there is a problem with change in apache-1.3/mod_jk.c since there is no ap_server_strip_chroot call available on my Linux box. Is it an OpenBSD specific call ? Yes. My bad here. I mistakenly assumed that the chroot feature in

Re: [PATCH] mod_jk - chroot and user issues

2002-12-13 Thread Kurt Miller
Ok, it's in jk CVS and you'll just have to add -DCHROOTED_APACHE to check it. Thanks to give some feedback. Thank you for commiting the patches. :-) I tested them and noted one problem with apache-1.3/Makefile.in. It includes ../common/list.mk which requires the JK=../common line to be

Re: [VOTE] Release mod_jk 1.2.5

2003-08-01 Thread Kurt Miller
From: Glenn Nielsen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 01, 2003 6:39 AM Subject: [VOTE] Release mod_jk 1.2.5 No problems have been reported since the last test source distribution of mod_jk 1.2.5 was made available for testing July 26. I've found one problem on the

Re: [VOTE] Release mod_jk 1.2.5

2003-08-01 Thread Kurt Miller
From: Henri Gomez [EMAIL PROTECTED] It was u_long before I change it in in_addr_t and then change it back to u_long. Oh. I guess I should have done a bit more research.;-) I just started attempting to get mod_jk going on sparc64 a few days ago. However, using a u_long for laddr is the cause of

Re: [VOTE] Release mod_jk 1.2.5

2003-08-02 Thread Kurt Miller
From: Henri Gomez [EMAIL PROTECTED] The future will be mod_jk2, and I think we should focus on it after the 1.2.5 release. Ok. I jumped in on this thread because I thought that a new problem was introduced, but that is how it was in prior releases. I can report 1.2.5 works fine on

Re: [VOTE] Release mod_jk 1.2.5

2003-08-26 Thread Kurt Miller
From: Glenn Nielsen [EMAIL PROTECTED] Henri Gomez wrote: Joseph Shraibman a écrit : Glenn Nielsen wrote: No problems have been reported since the last test source distribution of mod_jk 1.2.5 was made available for testing July 26. ballot Please vote on a release of mod_jk

Re: jk 1.2.5 and ipv6

2003-08-28 Thread Kurt Miller
It is supported on OpenBSD. int inet_pton(int, const char *, void *); Regards, -Kurt From: Henri Gomez [EMAIL PROTECTED] Hi to all, Still working on finding why iSeries couldn't use Unix98 def in_addr_t. BTW, what about adding ipv6 support in jk_connect.c by using inet_pton instead of

Re: mod_jk 1.2.5 test release source distribution

2003-09-13 Thread Kurt Miller
From: Glenn Nielsen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, September 07, 2003 12:26 AM Subject: mod_jk 1.2.5 test release source distribution I have generated a test release source distribution for mod_jk 1.2.5, you can find it at:

Re: problems with ant download

2003-10-02 Thread Kurt Miller
From: jean-frederic clere [EMAIL PROTECTED] ... but the interesting would be to have cgi that redirects to the result of closer.cgi instead displaying it. This would be useful for the *BSD porting systems to use. A method to download source tar files (without viewing/parsing an html page)

Re: [Fwd: Re: /www/www.apache.org/dyn/mirrors/mirrors.cgi]

2003-10-08 Thread Kurt Miller
From: jean-frederic clere [EMAIL PROTECTED] Tetsuya Kitahata wrote: On Tue, 07 Oct 2003 13:49:39 +0200 Remy Maucherat [EMAIL PROTECTED] wrote: There is no guarantee that the binaries d/led are not corrupted on your random mirror, or haven't been tampered with, or if the mirror is

Re: [Fwd: Re: /www/www.apache.org/dyn/mirrors/mirrors.cgi]

2003-10-09 Thread Kurt Miller
From: jean-frederic clere [EMAIL PROTECTED] Kurt Miller wrote: I guess a user would be willing to manually check the keys of one binary download, but would not be likely to check the keys of multiple downloads. Maybe a solution similar to what the BSD porting systems use would

jk2/jni/jdk patch

2003-10-30 Thread Kurt Miller
I noticed when building jk2 using ./configure make that the configure script checks for and requires a jdk even when --with-jni is not specified. I've attached a patch that removes the need for a jdk when --with-jni is not specified. Actually, the patch ignores the --with-java-home,

Re: jk2/jni/jdk patch

2003-10-30 Thread Kurt Miller
Looks like the patch was stripped. Here it is again... - Original Message - From: Kurt Miller [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Thursday, October 30, 2003 3:48 PM Subject: jk2/jni/jdk patch I noticed when building jk2 using ./configure make

jk2/apr patch

2003-10-30 Thread Kurt Miller
Getting ready for jk2 requiring apr (even for Apache13)... Building jk2 using: ./configure --with-apxs=/usr/sbin/apxs --with-apr=apr src loc make linking fails because the apr library is not named libapr.a it is named libapr-0.a. I'm not sure if this naming problem is universal for all

Re: jk2/apr patch

2003-10-30 Thread Kurt Miller
=-lapr -L${tempval} + APR_LDFLAGS=-lapr-0 -L${tempval} COMMON_APR_OBJECTS=\${COMMON_APR_OBJECTS} use_apr=true fi - Original Message - From: Kurt Miller [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Thursday, October 30

jk2/libcrypt patch

2003-10-30 Thread Kurt Miller
Last one for today... Building on mod_jk2 OpenBSD libcrypt is not available or needed. Does -lcrypt have to be specified in the Makefile.in files for other platforms? Will libtool add it on the appropriate platforms? If it will here's a patch to remove it: Index:

Re: jk2/apr patch

2003-10-31 Thread Kurt Miller
From: jean-frederic clere [EMAIL PROTECTED] Clere, Jean-Frederic wrote: Kurt Miller wrote: Checking out the apache2 makefile it looks like apr-0 is right. Here's a revised patch (I missed a spot). Index: jk/support/jk_apr.m4

Re: JK2 is using APR as mandatory

2003-10-31 Thread Kurt Miller
- Original Message - From: Mladen Turk [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Thursday, October 30, 2003 3:35 PM Subject: JK2 is using APR as mandatory As said in the subject... plus the jk_pool and jk_channel socket are marked as deprecated. Are

Re: JK2 is using APR as mandatory

2003-10-31 Thread Kurt Miller
From: Mladen Turk [EMAIL PROTECTED] From: Kurt Miller As said in the subject... plus the jk_pool and jk_channel socket are marked as deprecated. Are configurations using channel.socket depreciated now? Does this just mean that the code in jk_channel_socket.c is depreceated

Re: jk2/apr patch

2003-10-31 Thread Kurt Miller
From: jean-frederic clere [EMAIL PROTECTED] Kurt Miller wrote: Ok thanks for the heads up, I've look briefly at wa_apr.m4 now. I've got a question or two I think there are two cases: 1) when --with-apr is specified 2) when --with-apr-include and --with-apr-lib are specified

Re: jk2/apr patch

2003-11-03 Thread Kurt Miller
From: Henri Gomez [EMAIL PROTECTED] Ok, Who is handling today the many configure/m4 suggestions ? BTW, I'm using Redhat 9.0 and the apr-config is available so it should be a common situation even when it's a distro and not by hand build Hi Henri, I'm about completed with the patch for the

Re: jk2/apr patch

2003-11-03 Thread Kurt Miller
From: jean-frederic clere [EMAIL PROTECTED] Kurt Miller wrote: Before I start making a patch, I'd like to make sure I've got the new behavior nailed down... It seems like there is some conflicting stuff going on. Apr may need to be configured without threads at times (without

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_md5.c

2003-11-03 Thread Kurt Miller
While testing the apr m4 patches I'm working on, I noticed that this commit has introduced a dependency on apr-util (via apr_md5.h). I guess that means ./configure will need --with-apr-util etc. etc. to support apache13. Yes? - Original Message - From: [EMAIL PROTECTED] To: [EMAIL

jk2/apr patch v2

2003-11-03 Thread Kurt Miller
Thanks to jean-frederic clere for input on this. Ok, here goes again... ;-) Attached is a patch that makes the following changes for building jk2 via configure and make: 1) Introduces a new configure argument called --enable-apr-threads=val for use with --with-apr. This argument allows for

Re: jk2/apr patch v2

2003-11-04 Thread Kurt Miller
From: jean-frederic clere [EMAIL PROTECTED] Kurt Miller wrote: Thanks to jean-frederic clere for input on this. Ok, here goes again... ;-) Attached is a patch that makes the following changes for building jk2 via configure and make: 1) Introduces a new configure argument called

jk2/apache13 patch

2003-11-07 Thread Kurt Miller
Attached is a patch to jk2 for the remaining changes that are needed for using HEAD with apache13. In addition to this patch I needed to delete common/jk_channel_socket.c and common/jk_pool.c from my tree (perhaps these should be moved to the attic). This patch does the following things: 1) adds

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.c Makefile.in

2003-11-10 Thread Kurt Miller
Obtained from: Kurt Miller Revision ChangesPath 1.14 +14 -11jakarta-tomcat-connectors/jk/native2/configure.in Index: configure.in === RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/configure.in,v

Re: Why is mod_jk distributed both as 2.0.2 and 2.0.4?

2003-11-11 Thread Kurt Miller
From: Palle Girgensohn [EMAIL PROTECTED] Hi! How come this confusion about the latest version of mod_jk2? With the jakarta-tomcat-connectors-4.1.2X, a mod_jk2 version 2.0.4 is distributed. With http://www.apache.org/dist/jakarta/tomcat-connectors/jk2/source/jakarta-tom

Re: Why is mod_jk distributed both as 2.0.2 and 2.0.4?

2003-11-11 Thread Kurt Miller
From: Glenn Nielsen [EMAIL PROTECTED] Perhaps the mod_jk connector should not be released with Tomcat 4/5 since it has its own release cycle and we are already doing separate releases of these. Regards, Glenn Would this work... When a stable version of mod_jk or mod_jk2 is released put

Re: Why is mod_jk distributed both as 2.0.2 and 2.0.4?

2003-11-12 Thread Kurt Miller
From: Henri Gomez [EMAIL PROTECTED] Kurt Miller a écrit : From: Glenn Nielsen [EMAIL PROTECTED] Perhaps the mod_jk connector should not be released with Tomcat 4/5 since it has its own release cycle and we are already doing separate releases of these. Regards, Glenn

Re: [VOTE] Kurt Miller as commiter

2003-11-13 Thread Kurt Miller
From: Henri Gomez [EMAIL PROTECTED] jean-frederic clere a écrit : Henri Gomez wrote: Hi to all, I would like to propose you a new tomcat commiter, Kurt Miller which as proposed many usefull patches for JK2 Since we want to deprecated jk and focus jk2, we need more people

Re: [5.0.15] Test build available

2003-11-25 Thread Kurt Miller
From: Remy Maucherat [EMAIL PROTECTED] 5.0.15 is available for testing. Please be extra careful about regressions. If there are significant regressions, those will need to be fixed ASAP, and I'll release a new build shortly after that.

Re: why is jk_registry.h in ./jk/native2/common? /2

2004-06-15 Thread Kurt Miller
From: Günter Knauf [EMAIL PROTECTED] [X ] dont know If moving the file loses its CVS history it may be a good reason for it to stay put. -Kurt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: mod_jk 1.0.26 release ?

2004-07-14 Thread Kurt Miller
From: Henri Gomez [EMAIL PROTECTED] jk 1.2.6 seems to be in a good shape and a release should be welcome for many users. I'd like to release jk 1.2.6 next week. Any objections ? Vote please ;-) +1 - To unsubscribe,

Re: [Fwd: Re: Some benchs results : WAS: Invitation to HTTPD commiters in tomcat-dev]

2004-07-28 Thread Kurt Miller
From: Bill Barker [EMAIL PROTECTED] From: Filip Hanik - Dev [EMAIL PROTECTED] The Java VM does this through file handling, we would have to find out where it issues this call and if we can get around it. The Tomcat developers are not calling stat anywhere in the code, but the underlying

Re: [VOTE] 4.1.31 maintenance release

2004-08-21 Thread Kurt Miller
ballot The 4.1.31 maintenance release should happen: [X ] Yes [ ] No /ballot I'd like to see the fix for bug 20148 get released on the 4.x branch. -Kurt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

karma please

2004-01-30 Thread Kurt Miller
Could I have karma for jakarta-tomcat-connectors please? I'd like to start working on native jk2 build. Thanks, -Kurt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: karma please

2004-01-30 Thread Kurt Miller
From: Kurt Miller [EMAIL PROTECTED] Could I have karma for jakarta-tomcat-connectors please? I'd like to start working on native jk2 build. Sorry. Ignore that. -Kurt - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PATCH] ./jk/native2/Makefile.in - add apxs install target

2004-02-13 Thread Kurt Miller
There isn't an install target in server/apache13/Makefile.apxs yet. I will be committing one soon (along with some other changes). From: Guenter Knauf [EMAIL PROTECTED] Hi, the patch below adds an install target for apxs build to the Makefile. http://www.gknw.com/test/Makefile.in.diff

Re: jK2 and bugzilla

2004-02-16 Thread Kurt Miller
From: Henri Gomez [EMAIL PROTECTED] Many others errors need investigation, and I need help to see what could be fixed, and what should wait until next release. JK2 commiters, we need you :) The timing of the release is not good for me. My kids are off from school this week. I'll try to make

Re: JK2 release delayed one week ? WAS: POST recovery in JK and JK2 HEAD

2004-02-16 Thread Kurt Miller
From: Henri Gomez [EMAIL PROTECTED] Did you see my request for release delay ? The POST patch is important, and I'd like to see it in jk2 2.0.4, I think I may delay the release for one week if others tomcat-dev agreed. I wan't to make the behaviour configurable, ie abort or/not if Tomcat

Re: JK2 release Expat

2004-02-19 Thread Kurt Miller
Thanks Greg for all the detailed information. I've committed the fix for this. Could you update your source and let us know how it goes? -Kurt From: [EMAIL PROTECTED] Few, apr-utils has a dependency on expat, yet when linking mod_jk2 apr-config --libs is used:

Re: DO NOT REPLY [Bug 27006] - libtool: install: error: cannot install `../../../build/jk2/apache2/jkjni.la' to a directory not ending in /usr/lib/apache2

2004-02-24 Thread Kurt Miller
From: Al Banard [EMAIL PROTECTED] Hi Henri, Thanks for giving me help. OK, I have to admit I don't know a lot about libtool. I'm using apache 2.0.48 and have also installed apr-0.9.2. How do I specify to use the libtool from Apache 2.0 / APR? Could you try building from current source

Re: DO NOT REPLY [Bug 27006] - libtool: install: error: cannot install `../../../build/jk2/apache2/jkjni.la' to a directory not ending in /usr/lib/apache2

2004-02-26 Thread Kurt Miller
Are you using the current source from CVS or http://cvs.apache.org/snapshots/jakarta-tomcat-connectors/ yet? libtool is set correctly for you in the current version. Simply configure with --with-apxs2 with current source and it should be correctly set for you. From: Al Banard [EMAIL PROTECTED]

Re: [PATCH] use ap_ prefixed PCRE functions - take 3

2004-02-26 Thread Kurt Miller
Hi Guenter, Just a tweak or two and its ready. The preg calloc only applies to the HAS_PCRE case and PREGCOMP isn't needed. Otherwise it looks good. I'll test and commit it tomorrow. -Kurt From: Guenter Knauf [EMAIL PROTECTED] Hi Kurt, I've reviewed your patch and have some comments included

Re: [PATCH] use ap_ prefixed PCRE functions - take 2

2004-02-26 Thread Kurt Miller
Hi Guenter, I've reviewed your patch and have some comments included inline below. From: Guenter Knauf [EMAIL PROTECTED] Hi all, the previous patch seems to break non-Apache connectors, so here's another patch which shouldnt break anything unless you set the HAVE_AP_PCRE. I would like to get

Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf CharChunk.java

2004-03-05 Thread Kurt Miller
From: Remy Maucherat [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: remm2004/03/05 05:08:00 Modified:util/java/org/apache/tomcat/util/buf CharChunk.java Log: - Same fix. - Make calls to realReads compatible with marking (which is just for cleaness, as the

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_worker_lb.c

2004-03-08 Thread Kurt Miller
Could one of the more senior jtc committers review this for me please? The problem was that jk_lb_refresh was being called for each channel parsed and adding all the workers to the workersTable each time. The result was that the first channel was added to the table n+1 times (where n = total

Re: DO NOT REPLY [Bug 27006] - libtool: install: error: cannot install `../../../build/jk2/apache2/jkjni.la' to a directory not ending in /usr/lib/apache2

2004-03-09 Thread Kurt Miller
From: Al Banard [EMAIL PROTECTED] /bin/sh /usr/lib/apache2/build/libtool --silent --mode=install /bin/cp ../../../build/jk2/apache2/mod_jk2.la `pwd`/../../../build/jk2/apache2 ... /bin/sh /usr/lib/apache2/build/libtool --silent --mode=install /bin/cp ../../../build/jk2/apache2/libjkjni.la

libjkjni and pcre build

2004-03-10 Thread Kurt Miller
libjkjni is built when --with-jni is not specified at configure time. When this happens it is not usable, so I'll be changing the build to only build libjkjni when --with-jni is specified. I overlooked one thing with the recent pcre changes I committed. The functions ap_pregcomp and ap_regexec

Re: libjkjni and pcre build

2004-03-10 Thread Kurt Miller
with this unless someone has a better idea. -Kurt From: Kurt Miller [EMAIL PROTECTED] libjkjni is built when --with-jni is not specified at configure time. When this happens it is not usable, so I'll be changing the build to only build libjkjni when --with-jni is specified. I overlooked one thing

Re: libjkjni and pcre build

2004-03-10 Thread Kurt Miller
. -Kurt From: Kurt Miller [EMAIL PROTECTED] libjkjni is built when --with-jni is not specified at configure time. When this happens it is not usable, so I'll be changing the build to only build libjkjni when --with-jni is specified. I overlooked one thing with the recent pcre changes I

Re: jk2 2.0.4 release

2004-03-12 Thread Kurt Miller
From: Henri Gomez [EMAIL PROTECTED] Hi, We see many bug fixes in the last 2 weeks in jk2, and I wonder if some of you still have some corrections to commit. I plan to tag jk2 next Monday morning, and make the release on monday afternoon. If nobody object, I'll do like this +1 as

Re: jk2 2.0.4 release

2004-03-15 Thread Kurt Miller
From: Mladen Turk [EMAIL PROTECTED] Have you (or pehaps others too) been able to test the new shm implementation? I've tested it on FreeBSD Apache/2.0.48 prefork. anon is working ok, but file is not. Looks like I've got a similar problem as Greg. I'm getting permission errors (httpd runs as

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_shm.c

2004-03-15 Thread Kurt Miller
As of this commit my shm file rights problem on FreeBSD Apache/2.0.48 prefork is gone. ;-) I've also tested both anon and file shm on OpenBSD Apache/1.3.29 successfully. The new shm implementation is looking good to me. -Kurt - Original Message - From: [EMAIL PROTECTED] To: [EMAIL

Re: jk2 new shmem using APR

2004-03-15 Thread Kurt Miller
From: Andy Armstrong [EMAIL PROTECTED] Guenter Knauf wrote: I believe there's a problem with the file rights, not with SHM self. I think the scoreboard is created by the init process, but later on when the child wants to access it it has insufficient rights. I think I'm seeing that same

Re: [Vote] Guenter Knauf as commiter

2004-03-17 Thread Kurt Miller
+1 -Kurt From: Henri Gomez [EMAIL PROTECTED] Hi to all, jk2 2.0.4 seems in a good shape and I'd like to thanks all of you commiter, and tomcat-dev members for your feedback, patches and time. I'd like to see Guenter Knauf promoted to commiter since he provided us may fine patches on jk2

Re: [Fwd: Releasing JK 2.0.4]

2004-03-17 Thread Kurt Miller
From: jean-frederic clere [EMAIL PROTECTED] Henri Gomez wrote: If Jean-Frederic, Mladen, Kurt (commiters) agreed, and if Gueunter, NorW and users didn't complain, I think I could tag tomorrow and prepare the 2.0.4 release I have a new problem on (one) FreeBSD: +++ if [ ! -d

Re: [Fwd: Releasing JK 2.0.4]

2004-03-17 Thread Kurt Miller
From: jean-frederic clere [EMAIL PROTECTED] Henri Gomez wrote: jean-frederic clere wrote: Henri Gomez wrote: jean-frederic clere wrote: Henri Gomez wrote: jean-frederic clere wrote: Mladen Turk wrote: -Original Message- From: jean-frederic clere I

Re: [Fwd: Releasing JK 2.0.4]

2004-03-18 Thread Kurt Miller
From: jean-frederic clere Henri Gomez wrote: jean-frederic clere wrote: Henri Gomez wrote: jean-frederic clere wrote: Henri Gomez wrote: jean-frederic clere wrote: Mladen Turk wrote: -Original Message- From: jean-frederic clere I have the following

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 Makefile.apxs.in Makefile.in

2004-03-18 Thread Kurt Miller
Whoops. This commit message had a copy paste error. Should have read ... for apache2... throughout. From: [EMAIL PROTECTED] truk2004/03/18 18:52:23 Modified:jk/native2/server/apache2 Makefile.apxs.in Makefile.in Log: Rearrange Makefile.apxs.in to be more consistant with

Re: Minimal HOWTO for jk2 2.0.4 - proposal

2004-03-19 Thread Kurt Miller
From: Guenter Knauf [EMAIL PROTECTED] Hi, Here are the HOWTOs I use for binary distributions: NetWare: This is a binary package of mod_jk2. If you have installed Apache2 to the default location /Apache2 then simply extract

Re: Minimal HOWTO for jk2 2.0.4 - proposal

2004-03-19 Thread Kurt Miller
From: Guenter Knauf [EMAIL PROTECTED] Hi Kurt, I like the idea of this and the text is good. I would think you would need to cover how to install if the user is using a non-default directory structure. I'm not sure if its common on Netware and W32, but the *BSD's each use different

Re: cvs commit: jakarta-tomcat-connectors/jk/native2 BUILD.txt

2004-03-19 Thread Kurt Miller
Hi Henri, I hope you don't mind, but I rewrote the build instructions for Unix-like systems. If its OK with you I'd like to commit this (or something like it). Of course comments, additions or criticisms welcome too. ;-) -Kurt Information on building mod_jk2: Starting with 2.0.4, APR is

Re: Connectors makefile typo...

2004-03-22 Thread Kurt Miller
Hi Adam, I committed a fix for the hardcoded -lapr-0. Now libapr.so, libapr-0.so or libapr-1.so will be detected while configuring. Detection could be better but this works for now. -Kurt - Original Message - From: Adam Fowler [EMAIL PROTECTED] To: [EMAIL PROTECTED] Apache. Org

Re: jk2 2.0.4 tagged

2004-03-24 Thread Kurt Miller
From: Henri Gomez [EMAIL PROTECTED] Mladen Turk wrote: -Original Message- From: Henri Gomez Will you build the sources? I'm preparing a source tarball, and will build Linux binaries for Fedora Core 1, Suse 9.0 and Suse SLES 8.0 (PPC). Others archs, are welcomed

Re: jk2 2.0.4 tagged

2004-03-25 Thread Kurt Miller
From: Henri Gomez [EMAIL PROTECTED] Henri Gomez wrote: Jess Holle wrote: Is there a source tarball for 2.0.4 available for download somewhere yet? -- Jess Holle Henri Gomez wrote: jk2 2.0.4 has been tagged. jk2_2_0_4 We're now in HEAD at 2.0.5-dev yes :

Re: jk2 2.0.4 tagged

2004-03-25 Thread Kurt Miller
From: Henri Gomez [EMAIL PROTECTED] Henri Gomez wrote: Jess Holle wrote: Is there a source tarball for 2.0.4 available for download somewhere yet? -- Jess Holle Henri Gomez wrote: jk2 2.0.4 has been tagged. jk2_2_0_4 We're now in HEAD at 2.0.5-dev yes :

Re: jk2 2.0.4 tagged

2004-03-26 Thread Kurt Miller
From: Henri Gomez [EMAIL PROTECTED] Henri Gomez wrote: Henri Gomez wrote: Mladen Turk wrote: First set of Linux binaries available : http://www.apache.org/dist/jakarta/tomcat-connectors/jk2/binaries/linux/ FreeBSD 4.9 packages are available:

Re: Segmentatio fault in Apache 2

2004-04-01 Thread Kurt Miller
From: Thorsten Kamann [EMAIL PROTECTED] Hello, jean-frederic clere schrieb: jk2 2.0.4 and Apache 2.0.48, hard to improve. - Try to get a core file by adding in httpd.conf: +++ CoreDumpDirectory /home/cores this dosnt work. I have appended CoreDumpDirectory /tmp/apache_cores

Re: problem with new 2.04 mod_jk2

2004-04-01 Thread Kurt Miller
From: [EMAIL PROTECTED] Hello, I decided to try the new mod_jk2 today. I put all the files in the right place, but got this error when starting up httpd: Starting httpd: Syntax error on line 5 of /etc/httpd/conf.d/jk2.conf: Cannot load /etc/httpd/modules/mod_jk2.so into server:

Re: compiling mod_jk 2.0.4 on macos X (10.2)

2004-04-02 Thread Kurt Miller
From: Marco Baringer [EMAIL PROTECTED] i'm trying to compile mod_jk (just the apache side, not the tomcat side). I downloaded jakarta-tomcat-connectors-jk2-2.0.4-src. apr-0.9.4 and apr-util-0.9.4 and was able to successfully run configure (i'm building against apache 1.3). however

Re: compiling mod_jk 2.0.4 on macos X (10.2)

2004-04-02 Thread Kurt Miller
From: Marco Baringer [EMAIL PROTECTED] twas libtool after all. I grabbed a clean cvs tree, deleted jk/native2/libtool, copied in my version of gnu libtool (1.5.2) and everything went smoothly. compiled, built mod_jk2.so and apache seems to like it. Great! I'm assuming that you got it

Re: compiling mod_jk 2.0.4 on macos X (10.2)

2004-04-02 Thread Kurt Miller
From: Marco Baringer [EMAIL PROTECTED] On Venerdì, apr 2, 2004, at 19:43 Europe/Rome, Kurt Miller wrote: Great! I'm assuming that you got it working for apache2, right? From your last email it apears that apache13 on macos X might need some changes. Could you try apache13 and let us know

Re: [VOTE] 4.1.31 stability

2004-09-20 Thread Kurt Miller
From: Keith Wannamaker [EMAIL PROTECTED] I have uploaded a Tomcat 4.1.31 release canidate to http://apache.org/~keith/rc1/ In the binary releases, the servletapi documentation was installed into /webapps/tomcat-docs/servletapi/api/ instead of /webapps/tomcat-docs/servletapi/. This breaks the

Re: JK Todo List

2004-10-11 Thread Kurt Miller
From: Henri Gomez [EMAIL PROTECTED] Well JK using APR will be a good solution for every webservers but Apache 1.3.x. Apache 2.x came with APR, IIS, Domino and others should have no problems to use an external APR library (.so, .dll). So the remaining question will be shoud we drop Apache

Re: [VOTE] Tomcat 4.1.31

2004-10-08 Thread Kurt Miller
From: Keith Wannamaker [EMAIL PROTECTED] Ballot [ ] Alpha [ ] Beta [X] Stable /Ballot I tested connector bugs 20184 24763 are fixed with this release. All the major branches have this fix now (3.x 4.1 and 5.x). I'm now aware that this release passes all the watchdog tests, too. -Kurt

Re: JK Todo List

2004-10-08 Thread Kurt Miller
From: Mladen Turk [EMAIL PROTECTED] Remy Maucherat wrote: Over all, I don't, personally, think that it's worth trying to build on the existing Jk code base. However, if you have an itch Well, we deceased JK2, for Apache2.1 we have proxy_ajp. Until Apache2.1 becomes the only server

Re: [VOTE] Propose Jim Jagielski and William A. Rowe as JakartaTomcatConnectors commiters

2005-02-27 Thread Kurt Miller
[x] Yes, Jim is really a cool guy. [x] Sure, wellcome Bill. both +1, welcome. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE] Release JK 1.2.9 as stable

2005-03-30 Thread Kurt Miller
From: Mladen Turk [EMAIL PROTECTED] Vote 1.2.9 as stable: [X ] Yes Built and basic operation tested on OpenBSD 3.7-current i386/sparc64/macppc with Apache 1.3.29. The source distribution used to contain a copy of the html docs. Not that it matters much, but do we want to include them anymore?

Re: [RESULT] PMC Chair

2005-04-01 Thread Kurt Miller
From: Yoav Shapira [EMAIL PROTECTED] Below is the draft resolution we agreed on previously, so it should be pretty close. We need to make sure the PMC names are correct and complete. Congrats to Remy and thanks everyone for voting, and of course thanks Henri ;) Yoav While my low level of

Re: [RESULT] PMC Chair

2005-04-01 Thread Kurt Miller
From: Remy Maucherat [EMAIL PROTECTED] Kurt Miller wrote: From: Yoav Shapira [EMAIL PROTECTED] Below is the draft resolution we agreed on previously, so it should be pretty close. We need to make sure the PMC names are correct and complete. Congrats to Remy and thanks everyone for voting

Re: Problem with mod_jk 1.2.8 (and 1.2.10) and Tomcat 4.0.4

2005-04-11 Thread Kurt Miller
From: Mladen Turk [EMAIL PROTECTED] Laurent LE PRIEUR wrote: Hello, I have a problem of ping pong between the connector mod_jk and tomcat 4.0.4 which entraine a significant load network. Did you tried your app with Tomcat5 or Tomcat5.5? Perhaps the problem is not with the native side of mod_jk.

Re: [Vote] (was Re: Top Level Project? Time for Top Level Lists?)

2005-09-13 Thread Kurt Miller
Bugs [ ] forward to [EMAIL PROTECTED] [X ] forward to [EMAIL PROTECTED] Commits [ ] forward to [EMAIL PROTECTED] [ X] forward to [EMAIL PROTECTED] Vote away :) - To unsubscribe, e-mail: [EMAIL PROTECTED] For