RE: [J-T-C] Ajp14 Autoconf features

2001-06-21 Thread GOMEZ Henri
In JkMount you'll need to indicate ALL the URL handled under the given context, ie /myapp/servlet/* /myapp/*.jsp. With JkAutoMount if you provide the base context, the servlet-engine will give them to web-servlet. Imagine you install cocoon on myapp, it's will handle also the .xml.

Re: [J-T-C] Ajp14 Autoconf features

2001-06-20 Thread jean-frederic clere
Gomez Henri wrote: Hi, If you take a look at Ajp14 documentation, you'll see the JkAutoMount directive : Rigth now it at the following synthax : JkAutoMount workername [virtualhost] Having virtualhost there is not very good because there is already a VirtualHost in Apache, having

Re: [J-T-C] Ajp14 Autoconf features

2001-06-20 Thread Gomez Henri
If you take a look at Ajp14 documentation, you'll see the JkAutoMount directive : Rigth now it at the following synthax : JkAutoMount workername [virtualhost] Having virtualhost there is not very good because there is already a VirtualHost in Apache, having information in 2

Re: [J-T-C] Ajp14 Autoconf features

2001-06-20 Thread jean-frederic clere
Gomez Henri wrote: If you take a look at Ajp14 documentation, you'll see the JkAutoMount directive : Rigth now it at the following synthax : JkAutoMount workername [virtualhost] Having virtualhost there is not very good because there is already a VirtualHost in Apache,

Re: AJP14 - autoconf

2001-06-08 Thread jean-frederic clere
Pier P. Fumagalli wrote: jean-frederic clere at [EMAIL PROTECTED] wrote: GOMEZ Henri wrote: Hi JF, Just test the latest configure stuff and autoconf failed with : autoconf: Undefined macros: configure.in:23:AC_PROG_LD I've got autoconf 2.13, libtool 1.3.4, automake 1.4

Re: AJP14 - autoconf

2001-06-08 Thread jean-frederic clere
GOMEZ Henri wrote: Oh, BTW, I don't want to see libtool used anywhere... The would would be a better place without that evil thing... (Doesn't run on OS/X) You mean it does not support OS/X yet or that is buggy? What about aplibtool? I used to be a Mac Developpers (10 years ago) and

RE: AJP14 - autoconf

2001-06-08 Thread GOMEZ Henri
Oh, BTW, I don't want to see libtool used anywhere... The would would be a better place without that evil thing... (Doesn't run on OS/X) You mean it does not support OS/X yet or that is buggy? What about aplibtool? I used to be a Mac Developpers (10 years ago) and allways like this

RE: AJP14 - autoconf

2001-06-08 Thread GOMEZ Henri
By the way my apxs (2.0) tries to build an excutable instead a dynamic library, has someone seen a problem like that? (evil libtool or JF's big fingers?:-( ). I didn't have such problem here using Linux :) And I use your apache 2.0 (or may be mine, what was the latest of our 2 pacthes commit

Re: AJP14 - autoconf

2001-06-08 Thread Pier P. Fumagalli
jean-frederic clere at [EMAIL PROTECTED] wrote: GOMEZ Henri wrote: Oh, BTW, I don't want to see libtool used anywhere... The would would be a better place without that evil thing... (Doesn't run on OS/X) You mean it does not support OS/X yet or that is buggy? What about aplibtool? I

Re: AJP14 - autoconf (apxs 2.0 buggy?)

2001-06-08 Thread jean-frederic clere
: 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From: jean-frederic clere [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 1:08 PM To: [EMAIL PROTECTED] Cc: Martin Kraemer; [EMAIL PROTECTED] Subject: Re: AJP14 - autoconf (apxs 2.0 buggy?) GOMEZ Henri wrote

RE: AJP14 - autoconf (apxs 2.0 buggy?)

2001-06-08 Thread GOMEZ Henri
Strange, I didn't have that, libtool use mod_jk.la : make -f Makefile.linux /usr/sbin/apxs2 -DUSE_APACHE_MD5 -I ../common -I /opt/IBMJava2-13/include -I /opt/IBMJava2-13/include/linux -c -o mod_jk.la mod_jk.c mod_jk.la that why I am complaining! Should not we able to use mod_jk.so

RE: AJP14 - autoconf (apxs 2.0 buggy?)

2001-06-08 Thread GOMEZ Henri
: 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From: jean-frederic clere [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 1:08 PM To: [EMAIL PROTECTED] Cc: Martin Kraemer; [EMAIL PROTECTED] Subject: Re: AJP14 - autoconf

Re: AJP14 - autoconf (apxs 2.0 buggy?)

2001-06-08 Thread jean-frederic clere
GOMEZ Henri wrote: Strange, I didn't have that, libtool use mod_jk.la : make -f Makefile.linux /usr/sbin/apxs2 -DUSE_APACHE_MD5 -I ../common -I /opt/IBMJava2-13/include -I /opt/IBMJava2-13/include/linux -c -o mod_jk.la mod_jk.c mod_jk.la that why I am complaining! Should

AJP14 - autoconf

2001-06-07 Thread GOMEZ Henri
Hi JF, Just test the latest configure stuff and autoconf failed with : autoconf: Undefined macros: configure.in:23:AC_PROG_LD I've got autoconf 2.13, libtool 1.3.4, automake 1.4 :) The configure.in from yesterday (without AC_PROG_LD) worked fine... - Henri Gomez

Re: AJP14 - autoconf

2001-06-07 Thread jean-frederic clere
GOMEZ Henri wrote: Hi JF, Just test the latest configure stuff and autoconf failed with : autoconf: Undefined macros: configure.in:23:AC_PROG_LD I've got autoconf 2.13, libtool 1.3.4, automake 1.4 :) The configure.in from yesterday (without AC_PROG_LD) worked fine... I use

Re: AJP14 - autoconf

2001-06-07 Thread jean-frederic clere
GOMEZ Henri wrote: autoconf: Undefined macros: configure.in:23:AC_PROG_LD I've got autoconf 2.13, libtool 1.3.4, automake 1.4 :) The configure.in from yesterday (without AC_PROG_LD) worked fine... I use libtool 1.3.5... AC_PROG_LD is in libtool.m4 (/usr/local/share/aclocal) I

Re: AJP14 - autoconf

2001-06-07 Thread Pier P. Fumagalli
jean-frederic clere at [EMAIL PROTECTED] wrote: GOMEZ Henri wrote: Hi JF, Just test the latest configure stuff and autoconf failed with : autoconf: Undefined macros: configure.in:23:AC_PROG_LD I've got autoconf 2.13, libtool 1.3.4, automake 1.4 :) The configure.in from