Re: cvscommit:jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-03 Thread Pier Fumagalli
er* > version you like!) Punky, I appreciate your effort, but IMO, wa_version.h is way too utterly complicated. I'd add -DWEBAPP_VERSION="x" to CFLAGS from the autoconf magicness, and go from there... Pier -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECT

cvs commit: jakarta-tomcat-connectors/webapp VERSION configure.in

2002-05-03 Thread pier
pier02/05/03 02:40:39 Modified:webapp configure.in Added: webapp VERSION Log: Versioning Revision ChangesPath 1.55 +14 -3 jakarta-tomcat-connectors/webapp/configure.in Index: configure.in

cvs commit: jakarta-tomcat-connectors/webapp/support wa_apxs.m4 wa_util.m4

2002-05-03 Thread pier
pier02/05/03 02:38:52 Modified:webapp/support wa_apxs.m4 wa_util.m4 Log: Added WA_PATH_PROG (cuz' AC_PATH_PROG is just plain silly), and HTTPD version discovery. Revision ChangesPath 1.6 +27 -14jakarta-tomcat-connectors/webapp/support/wa_ap

Re: cvscommit:jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread Pier Fumagalli
t;> Why shouldn't they? For sure I'm not going to set JK's >> pointers to NULL just >> to make it segfault :) > > Never think about it ? Yeah, but then I'd have to dig into JK's sources and I wouldn't tell to do that not even to my worst enemy... :)

WebApp 1.2.0

2002-05-02 Thread Pier Fumagalli
I want to finish up a couple of things before tagging, such as having a make which actually builds up a "dist" directory, update the docs slightly and stupid things like that... Maybe later tonight? Pier -- I think that it's extremely foolish to name a server after

Re: cvscommit:jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread Pier Fumagalli
ht do that as well... > Nota that mod_jk / mod_webapp coexist very well ;) Why shouldn't they? For sure I'm not going to set JK's pointers to NULL just to make it segfault :) Pier -- I think that it's extremely foolish to name a server after the current U.S. President.

Re: cvscommit:jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread Pier Fumagalli
"GOMEZ Henri" <[EMAIL PROTECTED]> wrote: > Ok, so you have to add around > webapp config. No... > I remember an old mail where Pier told something > about adding support to DefaultHost but it's quite > sometimes ago You just have to put "ServerName&

Re: cvscommit:jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread Pier Fumagalli
1.0.2 Version??? Doh... Someone calls it 1.1, someone 0.9, someone 1.0... I'd say we call it 1.2.0 (which I've never seen around) and start back from scratch from there... I'll put up the tarball... Pier -- I think that it's extremely

Re: cvscommit:jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread Pier Fumagalli
"Pier Fumagalli" <[EMAIL PROTECTED]> wrote: > "GOMEZ Henri" <[EMAIL PROTECTED]> wrote: > >> It build on my Redhat 6.2 box but failed at http2 start : >> >> Invalid virtual host name ?[ > > Put "ServerName" befor WebApp**

Re: cvscommit:jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread Pier Fumagalli
"GOMEZ Henri" <[EMAIL PROTECTED]> wrote: > It build on my Redhat 6.2 box but failed at http2 start : > > Invalid virtual host name ?[ Put "ServerName" befor WebApp... Will have to fix that one Pier -- To unsubscribe, e-mail: <mailto:[EMA

Re: cvs commit:jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread Pier Fumagalli
script and > I'll try the build ;) Since the nightly since the very latest (important) changes didn't run yet, here's a snapshot: http://nagoya.apache.org/~pier/webapp-current.tar.gz Pier -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: cvs commit: jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread Pier Fumagalli
can always use nightlies, which have the already-autoconfed "configure" script. It's a PITA, but there are so many changes between 2.1x and 2.5x that maintaining if for both will be a major pain in the neck... Otherwise, we can always check-in the configure script (now I hear Jon screa

Re: [JTC] layout for jtc download site

2002-05-02 Thread Pier Fumagalli
://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.x/b > in/win32/ > http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.x/b > in/netware/ > > It will be great if Pier does the same for mod_webapp. > > NB: For projects requiring an APR

Re: mod_webapp build problem

2002-05-02 Thread Pier Fumagalli
rning (London time)... Folks, what's wrong? I didn't get the original message... (Who tried what and at what time?) > BTW : May I recommand you to make a webapp snapshot, for example in > http://jakarta.apache.org/builds/jakarta-tomcat-connectors/webapp/ > including a source tarball

Re: [VOTE] New committer: Christopher St John

2002-05-02 Thread Pier Fumagalli
"GOMEZ Henri" <[EMAIL PROTECTED]> wrote: > With a great pleasure Christopher got my +1 +1 from me... Hoping that MinTC will make it in TC40's contrib section or something like it soon :) Pier -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additi

cvs commit: jakarta-tomcat-connectors/webapp/support install.sh mkinstalldirs.sh

2002-05-01 Thread pier
pier02/05/01 14:33:00 Removed: webapp/support install.sh mkinstalldirs.sh Log: Don't need those anymore. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

cvs commit: jakarta-tomcat-connectors/webapp/lib Makefile.in

2002-05-01 Thread pier
pier02/05/01 14:27:51 Modified:webapp/lib Makefile.in Log: New makefile also for library Revision ChangesPath 1.26 +4 -14 jakarta-tomcat-connectors/webapp/lib/Makefile.in Index: Makefile.in

cvs commit: jakarta-tomcat-connectors/webapp configure.in

2002-05-01 Thread pier
pier02/05/01 14:27:20 Modified:webapp configure.in Log: Now builds modules for Apache 1.3 and Apache 2.0 correctly Revision ChangesPath 1.54 +68 -34jakarta-tomcat-connectors/webapp/configure.in Index: configure.in

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

2002-05-01 Thread pier
pier02/05/01 14:26:28 Modified:webapp Makefile.in Log: Reorganized how we make dependancies on libraries... Revision ChangesPath 1.29 +14 -16jakarta-tomcat-connectors/webapp/Makefile.in Index: Makefile.in

cvs commit: jakarta-tomcat-connectors/webapp Makedefs.in

2002-05-01 Thread pier
pier02/05/01 14:25:40 Modified:webapp Makedefs.in Log: New variable templates from configure.in Revision ChangesPath 1.15 +22 -14jakarta-tomcat-connectors/webapp/Makedefs.in Index: Makedefs.in

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

2002-05-01 Thread pier
pier02/05/01 14:24:04 Modified:webapp/apache-1.3 Makefile.in Log: New makefile for Apache 1.3. Revision ChangesPath 1.25 +34 -14jakarta-tomcat-connectors/webapp/apache-1.3/Makefile.in Index: Makefile.in

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

2002-05-01 Thread pier
pier02/05/01 14:23:19 Modified:webapp/apache-2.0 Makefile.in Log: New makefile for Apache 2.0 (it _WORKS_ ! - in theory) Revision ChangesPath 1.6 +25 -26jakarta-tomcat-connectors/webapp/apache-2.0/Makefile.in Index: Makefile.in

cvs commit: jakarta-tomcat-connectors/webapp/support wa_apr.m4 wa_apxs.m4 wa_util.m4

2002-05-01 Thread pier
pier02/05/01 13:58:37 Modified:webapp/support wa_apr.m4 wa_apxs.m4 wa_util.m4 Log: Added function to append value to environment variable. Revision ChangesPath 1.3 +2 -6 jakarta-tomcat-connectors/webapp/support/wa_apr.m4 Index: wa_apr.m4

cvs commit: jakarta-tomcat-connectors/webapp/support wa_apxs.m4

2002-05-01 Thread pier
pier02/05/01 11:19:42 Modified:webapp/support wa_apxs.m4 Log: More M4 name localization (done!) Revision ChangesPath 1.4 +27 -26jakarta-tomcat-connectors/webapp/support/wa_apxs.m4 Index: wa_apxs.m4

cvs commit: jakarta-tomcat-connectors/webapp/support wa_exec.m4

2002-05-01 Thread pier
pier02/05/01 11:12:48 Modified:webapp/support wa_exec.m4 Log: More M4 variable localization madness. Revision ChangesPath 1.2 +19 -19jakarta-tomcat-connectors/webapp/support/wa_exec.m4 Index: wa_exec.m4

cvs commit: jakarta-tomcat-connectors/webapp/support wa_apr.m4

2002-05-01 Thread pier
pier02/05/01 11:09:17 Modified:webapp/support wa_apr.m4 Log: Some more variable localization, now WA_APR_GET appends data to the variable instead of replacing it, and removed a little useless check in WA_APR (WA_PATH_DIR already exits if the directory is not found

cvs commit: jakarta-tomcat-connectors/webapp/support wa_util.m4

2002-05-01 Thread pier
pier02/05/01 11:05:37 Modified:webapp/support wa_util.m4 Log: Localization of variable names within M4 macros (darn, there's no stack) Revision ChangesPath 1.3 +13 -14jakarta-tomcat-connectors/webapp/support/wa_util.m4 Index: wa_ut

cvs commit: jakarta-tomcat-connectors/webapp/support aplocal.m4 config.guess config.sub

2002-05-01 Thread pier
pier02/05/01 08:53:31 Removed: webapp/support aplocal.m4 config.guess config.sub Log: Removed scripts not required anymore by configure. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: email servlet not working on TOMCAT

2002-05-01 Thread Pier Fumagalli
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Can anyone help? Someone on the APPROPRIATE mailing list might (tomcat-user) -- I think that it's extremely foolish to name a server after the current U.S. President. B.W. Fitzpatrick -- To unsub

cvs commit: jakarta-tomcat-connectors/webapp configure.in

2002-05-01 Thread pier
pier02/05/01 08:31:47 Modified:webapp configure.in Log: Added retrieval of environment variables to build stuff when Apache 2.0 is game. Revision ChangesPath 1.53 +27 -2 jakarta-tomcat-connectors/webapp/configure.in Index: configure.in

cvs commit: jakarta-tomcat-connectors/webapp/support wa_apxs.m4

2002-05-01 Thread pier
pier02/05/01 08:30:58 Modified:webapp/support wa_apxs.m4 Log: Added function to retrieve values out of APXS. Revision ChangesPath 1.3 +21 -1 jakarta-tomcat-connectors/webapp/support/wa_apxs.m4 Index: wa_apxs.m4

cvs commit: jakarta-tomcat-connectors/webapp/support wa_util.m4

2002-05-01 Thread pier
pier02/05/01 08:29:36 Modified:webapp/support wa_util.m4 Log: Added check if weird characters are in the specified directory when trying to resolve its full path (like, newlines at the end and such, M4 sucks). Revision ChangesPath 1.2 +6 -4 jakarta

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

2002-05-01 Thread pier
pier02/05/01 08:27:51 Modified:webapp Makefile.in Log: Wrong dependancy. Revision ChangesPath 1.28 +2 -2 jakarta-tomcat-connectors/webapp/Makefile.in Index: Makefile.in === RCS file

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

2002-05-01 Thread Pier Fumagalli
"Pier Fumagalli" <[EMAIL PROTECTED]> wrote: > "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > >> pier02/04/30 17:37:16 >> >> Modified:webapp Makedefs.in Makefile.in configure.in >> webapp/apache

cvs commit: jakarta-tomcat-connectors/webapp/support wa_apxs.m4

2002-05-01 Thread pier
pier02/05/01 07:19:42 Modified:webapp/support wa_apxs.m4 Log: Correctly handle the value of APXS when this is specified as an ABSOLUTE file name (AC_PATH_PROG doesn't like full paths). Revision ChangesPath 1.2 +9 -2 jakarta-tomcat-connectors/w

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

2002-04-30 Thread Pier Fumagalli
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > pier02/04/30 17:37:16 > > Modified:webapp Makedefs.in Makefile.in configure.in > webapp/apache-1.3 Makefile.in > webapp/lib Makefile.in > Log: > Reorganization and cl

cvs commit: jakarta-tomcat-connectors/webapp/lib Makefile.in

2002-04-30 Thread pier
pier02/04/30 17:41:58 Modified:webapp/lib Makefile.in Log: Forgot -I. for the generated pr_warp_defs.h Revision ChangesPath 1.25 +2 -2 jakarta-tomcat-connectors/webapp/lib/Makefile.in Index: Makefile.in

cvs commit: jakarta-tomcat-connectors/webapp/lib Makefile.in

2002-04-30 Thread pier
pier02/04/30 17:37:16 Modified:webapp Makedefs.in Makefile.in configure.in webapp/apache-1.3 Makefile.in webapp/lib Makefile.in Log: Reorganization and clean-up of all the autoconf code, with the objective to build Apache 2.0 binaries from APXS

cvs commit: jakarta-tomcat-connectors/webapp/support wa_util.m4

2002-04-30 Thread pier
pier02/04/30 17:31:07 Added: webapp/support wa_util.m4 Log: Various M4 utilities we'll need in configure. Revision ChangesPath 1.1 jakarta-tomcat-connectors/webapp/support/wa_util.m4 Index: wa_ut

cvs commit: jakarta-tomcat-connectors/webapp/support wa_apxs.m4

2002-04-30 Thread pier
pier02/04/30 17:25:50 Added: webapp/support wa_apxs.m4 Log: Handle configuration of APXS (both 1.3 and 2.0) Revision ChangesPath 1.1 jakarta-tomcat-connectors/webapp/support/wa_apxs.m4 Index: wa_apxs.m4

cvs commit: jakarta-tomcat-connectors/webapp/support wa_exec.m4

2002-04-30 Thread pier
pier02/04/30 17:22:29 Added: webapp/support wa_exec.m4 Log: Pretty printing of a command execution. Revision ChangesPath 1.1 jakarta-tomcat-connectors/webapp/support/wa_exec.m4 Index: wa_exec.m4

cvs commit: jakarta-tomcat-connectors/webapp/support wa_apr.m4

2002-04-30 Thread pier
pier02/04/30 17:19:18 Added: webapp/support wa_apr.m4 Log: Added M4 definitions to handle building APR from sources. Revision ChangesPath 1.1 jakarta-tomcat-connectors/webapp/support/wa_apr.m4 Index: wa_apr.m4

cvs commit: jakarta-tomcat-connectors/webapp/support buildconf.sh

2002-04-30 Thread pier
pier02/04/30 17:09:46 Modified:webapp/support buildconf.sh Log: Start enforcing AutoConf 2.52 since it'll be used in the next revision of configure. Nagoya's nightly build have been already upgraded to the correct revision, if you don't have this versio

Re: mod_webapp build problem

2002-04-30 Thread Pier Fumagalli
going to commit pretty soon, once it's done... Here's a short-hand patch from my machine, I'm breaking few bits and pieces (so right now the 2.0 doesn't even try to compile), but I'm getting a hold on the beast... Pier -- I think that it&

cvs commit: jakarta-tomcat-connectors/webapp/support aplocal.m4

2002-04-30 Thread pier
pier02/04/30 09:42:44 Modified:webapp/support aplocal.m4 Log: Stripped little thing that prevented to build ./configure with AutoConf 2.52 and greater. Revision ChangesPath 1.10 +6 -6 jakarta-tomcat-connectors/webapp/support/aplocal.m4 Index

[TEST] Please ignore...

2002-04-30 Thread Pier Fumagalli
I need to test the antivirus thinghie on a _BIG_ list, and that's a good one... Sorry... Pier -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

FW:http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/realm.html

2002-04-29 Thread Pier Fumagalli
Not Acknowledged Pier -- I think that it's extremely foolish to name a server after the current U.S. President. B.W. Fitzpatrick -- Forwarded Message > From: "Yan Perron" <[EMAIL PROTECTED]> > Date: Tue,

Re: [4.0.4] [VOTE] Beta 3 release

2002-04-29 Thread Pier Fumagalli
diotic reason) we might as well have a new build system for webapp in place (which builds for Apache 1.3 AND 2.0 :) (mabe, just mabe) Pier -- I think that it's extremely foolish to name a server after the current U.S. President. B.

Re: DO NOT REPLY [Bug XXXX] - ... Webapp ...

2002-04-29 Thread Pier Fumagalli
"Bojan Smojver" <[EMAIL PROTECTED]> wrote: > Gee, you must have had too much coffee or something ;-) Nah, just two complaints in two days about the "size" of the bugs list in two days (and don't say it out loud, but today my boss wasn't in town :)

cvs commit: jakarta-tomcat-connectors/webapp/support buildconf.sh

2002-04-29 Thread pier
pier02/04/29 12:22:04 Modified:webapp/support buildconf.sh Log: Check for AUTOCONF version as well now before creating the CONFIGURE script. Revision ChangesPath 1.9 +56 -11jakarta-tomcat-connectors/webapp/support/buildconf.sh Index: buildconf.sh

cvs commit: jakarta-tomcat-connectors/webapp/nsapi webapp.c

2002-04-29 Thread pier
pier02/04/29 12:18:44 Removed: webapp/nsapi webapp.c Log: Deprecate the NSAPI connector, as noone seems to be up maintaining it... (It'll always be in the ATTIC, forever and ever and ever and ever...) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For

Re: logrotate and tomcat 3.3/4.0/4.1

2002-04-29 Thread Pier Fumagalli
descriptor and reopening a new one over the same file - I remind y'all that if you "move" a file, whilst it's open by a process, the process won't even see that move - or by changing the name...) Pier -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: logrotate and tomcat 3.3/4.0/4.1

2002-04-29 Thread Pier Fumagalli
having to close a file descriptor, and opening another one... If you want to delete the old log files (for instance) you need to make sure that those are not open by the JVM process... Therefore the best course of action is doing like catalina does... Which already has a some-sort of logrotate buil

Re: [NITPICK] didn't see this one coming...

2002-04-29 Thread Pier Fumagalli
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Mon, 29 Apr 2002, Pier Fumagalli wrote: > > As long as we find and fix the docs that sugest that mod_webapp > is 'replacing' mod_jk and is the 'default' Apache2 ( or whatever) > connector

Re: [NITPICK] didn't see this one coming...

2002-04-29 Thread Pier Fumagalli
replace jk. >> >> I'd like to find a way to indicate that the two preferred connectors are: >> - Coyote HTTP/1.1 >> - Coyote JK 2 (AJP with mod_jk, JNI) > > And to clearly indicate that for whatever OS Pier is using and Apache2, > users can also use mod_webap

cvs commit: jakarta-tomcat-connectors/webapp/java/org/apache/catalina/connector/warp WarpEngine.java WarpHost.java

2002-04-29 Thread pier
pier02/04/29 06:49:44 Modified:webapp/java/org/apache/catalina/connector/warp WarpEngine.java WarpHost.java Log: Fix for way-too-many debug entries in the logs: PR: 6748 Obtained from:[EMAIL PROTECTED] Submitted by: [EMAIL

Re: DO NOT REPLY [Bug XXXX] - ... Webapp ...

2002-04-29 Thread Pier Fumagalli
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > several times (too many?) That was called spring cleaning... pier -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: [NITPICK] didn't see this one coming...

2002-04-29 Thread Pier Fumagalli
from 33 to 18 in 10 minutes, not bad, huh? > as well as many associated frustrated users (because one year later, there's > still almost zero documentation). Wasn¹t to volunteer and write some? > Pier may be back, but he's not fixing bugs either. Because from what I can see on the

Re: jakarta-tomcat-connectors documentation/summaries

2002-04-28 Thread Pier Fumagalli
g it out and go for the "eat our own dogfood" vision, meaning, I don't care about anything else but Apache (and frankly ATM I don't care much about Apache 1.3 anymore as well, if someone volunteers to keep maintaining that code, well, he's more than welcome to) > P

Re: jakarta-tomcat-connectors documentation/summaries

2002-04-28 Thread Pier Fumagalli
l code in the repository to add multi-threaded support, namedly Apache 1.3 under Windows and Apache 2.0 with the other MPMs. > where to get the source: >jakarta-tomcat-connectors/webapp Correct. > where to find documentation: >jakarta-tomcat-connectors/webapp >http://na

cvs commit: jakarta-tomcat-connectors/webapp/support apjava.m4

2002-04-28 Thread pier
pier02/04/28 12:21:07 Modified:webapp configure.in Removed: webapp/support apjava.m4 Log: Since Java is now built with Ant, let's remove it from AutoConf. Revision ChangesPath 1.51 +1 -2 jakarta-tomcat-connectors/webapp/configure.in

[NITPICK] didn't see this one coming...

2002-04-27 Thread Pier Fumagalli
IMPORTANT NOTE: The Webapp connector is now deprecated. Use the Coyote JK 2 connector instead. I'm just asking "why"??? Just because it doesn't use "Coyote"? Pier -- I think that it's extremely foolish to name a serv

Re: mod_webapp.so socketpool changes..

2002-04-27 Thread Pier Fumagalli
y on V9 architectures (JF might explain it better than me, the only 2 RISCs I've coded for are PPCs and MIPSes), thus making binaries unportable from one architecture to another... Therefore my thought is to rely on inter-process mutex locking, instead of atomics)... > Thank

Re: mod_webapp.so socketpool changes..

2002-04-27 Thread Pier Fumagalli
the C. Yes, that's right... Can you send out why it doesn't compile? That code uses ATOMIC, but given that atomics are going to go away in a short time from APR, we'll need to change it to use intra-process mutexes... It doesn't compile on OS/X as well... :( Pier -- I thi

Re: R: ATTENZIONE A QUESTO VIRUS

2002-04-26 Thread Pier Fumagalli
Yep! That is a known hoax (http://vil.mcafee.com/dispVirus.asp?virus_k=99436). > - I was just not remembering what jdbgmgr.exe was for - I already killed the guy personally... Italian mob, capisc Pier -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: mod_webapp.so socketpool changes..

2002-04-25 Thread Pier Fumagalli
want me to do any more work on this just let me know... BTW I've been > testing this on an NT intranet web server running Apache 1.3.24 and more > recently 2.0 and so far it's seems to be stable... Simon, are you using 2.0 on WinNT as well??? Pier -- I think that it&

Re: [PROPOSAL] "New" version numbering scheme

2002-04-25 Thread Pier Fumagalli
> tested. > > Each milestone should work and pass some basic tests. Agreed... The "stability" label can be attached and changed over time... For new releases, they all should come out as Alhpha unless the code is solid Beta stage is assigned after internal/committer tests, and G

Re: [PROPOSAL] "New" version numbering scheme

2002-04-25 Thread Pier Fumagalli
"Remy Maucherat" <[EMAIL PROTECTED]> wrote: > > [X] Yes > [ ] No > Big time... -- I think that it's extremely foolish to name a server after the current U.S. President. B.W. Fitzpatrick -- To unsubscribe, e-mail:

Re: [VOTE] Release Plan for Apache Tomcat 4.1

2002-04-25 Thread Pier Fumagalli
res" of the container... The only thing I'm concerned about ATM are JSPs and those need to go on 4.0 as well... :) Pier -- I think that it's extremely foolish to name a server after the current U.S. President. B.W. Fitzpatrick -

Re: Using InstallAnywhere for Tomcat installer

2002-04-25 Thread Pier Fumagalli
... Not OSS, but directly derived from an Operating System... MSI (MicroSoft Installer) is embedded into each copy of Window$, they just "leverage" a capability already present in the platform... Pier -- I think that it's extremely foolish to name a server after the current U.S

Re: Using InstallAnywhere for Tomcat installer

2002-04-25 Thread Pier Fumagalli
e else for free (what about Symantec, what about Aladdin, what about ... You name it)... Pier -- I think that it's extremely foolish to name a server after the current U.S. President. B.W. Fitzpatrick -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Using InstallAnywhere for Tomcat installer

2002-04-25 Thread Pier Fumagalli
s well. Frankly I'd reject even a license given only to the ASF. I would +1 it only if they had a license (with a little nag at startup, like the one we used to have in Jserv) free for everyone (or open-communities) to use... Pier -- I think that it's extremely foolish to name a ser

Re: Tomcat in industry

2002-04-25 Thread Pier Fumagalli
eilly's Open Source Convention this July in San Diego right on this topic... Pier -- I think that it's extremely foolish to name a server after the current U.S. President. B.W. Fitzpatrick -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: [PATCH]org.apache.catalina.connector.warp.WarpRequestHandler.java

2002-04-25 Thread Pier Fumagalli
the archive located here > http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4-b2/src/jaka > rta-tomcat-connectors-4.0.4-b2-src.zip Thanks Cavan... Pier -- I think that it's extremely foolish to name a server after the current U.S. President.

Re: Daemon Thread Problem in J-T-C

2002-04-25 Thread Pier Fumagalli
know... Any performance ideas (latest stats I've seen are of several years ago, Jserv time)... Pier -- I think that it's extremely foolish to name a server after the current U.S. President. B.W. Fitzpatrick -- To unsubscribe, e-mail

Re: [COMMENTS] Tomcat 4.1 release plan draft posted

2002-04-25 Thread Pier Fumagalli
but can't get away from 4.0.2 until we do some major rewriting of stuff... Pier -- I think that it's extremely foolish to name a server after the current U.S. President. B.W. Fitzpatrick -- To unsubscribe, e-mail: <mailto:[EMAIL P

Re: Bad build process for mod_webapp for Apache 2

2002-04-25 Thread Pier Fumagalli
integrated in out ./configure.in code as well (I know it's broken, I use 2.0 almost everywhere)... Will try to patch it up with your changes later during this week-end (or if you want to tackle M4, well, you're more than welcome! :) :) :) Pier -- I think that it's extremely f

Re: mod_webapp.so socketpool changes..

2002-04-25 Thread Pier Fumagalli
to find some time today ;-) Same here, this week was crazy... Hopefully I'll get around to get some time to do some OSS work this week-end... Pier (now with a _real_real_ job) -- I think that it's extremely foolish to name a server after the current U.S. President.

Re: MinTC, "terrible rudeness", persistence

2002-04-25 Thread Pier Fumagalli
r public when his email address is "[EMAIL PROTECTED]", because he is _de_facto_ representing an entire community with that email address, and by doing this, he _must_ be so aware of the _responsibilities_ that using that address involves. It's just a matter of ethics... Pier (who rarely posts from his @apache.org address) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Problems with tomcat downloads for OS X (via Webmaster)

2002-04-25 Thread Pier Fumagalli
Problem on his (Gunnar) side... _DO_NOT_ use StuffIt EVER on OS/X, it corrupts data... P{ier} "Paulo Gaspar" <[EMAIL PROTECTED]> wrote: > Via webmaster, please check the "Original Message" that follows. > > Have fun, > Paulo Gaspar > > >> -Original Message- >> From: Gunnar Schoma

Re: MinTC, "terrible rudeness", persistence

2002-04-19 Thread Pier Fumagalli
e Tomcat 4 is bad, it's > just that it's full featured. I didn't think a patch > to remove MBeans, JNDI and auto-deployment from the core > would be well received :-) I don't consider me a Tomcat 4.0 "core" committer, but that patch would have my biggest +1

Re: MinTC, "terrible rudeness", persistence

2002-04-19 Thread Pier Fumagalli
at _who_ is developing it and _where_... Someone might perceive Tomcat 3.3 as a fork as well, or the whole Tomcat stuff as a fork from HTTPD since someone invented the HTTP connector, but do we want to go over the same stuff over-and-over-and-over again? Pier -- To unsubscribe, e-mail: <

Re: MinTC, "terrible rudeness", persistence

2002-04-19 Thread Pier Fumagalli
n't work there anymore...) On the other hand, how many replies were there to a notification of a _bug_ (a serious security hole -IMO) I found on OS/X? Zero, not even a (as I said) "since you have OS/X can you volunteer to fix it", or "since I don't have OSX I don't care ab

Re: MinTC, "terrible rudeness", persistence

2002-04-19 Thread Pier Fumagalli
at least) some of your mates over there at Sun (like Craig, who's also an ASF member). Pier -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Building modapp for Tomcat4.0 and apache1_3.23

2002-04-18 Thread Pier Fumagalli
do (so that all platforms supported by that build system are supported in the same way by mod_webapp). For the rest, I don't really care (actually, I don't even care about Win32) Pier -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Apache 2.0 - webapps

2002-04-17 Thread Pier Fumagalli
ow, you're using a module built for Apache 1.3 with Apache 2.0... Rebuild Rebuild... Pier -- I think that it's extremely foolish to name a server after the current U.S. President. B.W. Fitzpatrick -- To unsubscribe, e-mail: &l

Re: warp_socketpool (new update!)

2002-04-17 Thread Pier Fumagalli
"Pier Fumagalli" <[EMAIL PROTECTED]> wrote: > "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > >> oops! Brian - thanks for the feedback. I've corrected the problem you found >> and have attached the updates. > > Few bobs have

Re: warp_socketpool (new update!)

2002-04-17 Thread Pier Fumagalli
und the Autoconfigure stuff might be a good idea. Pier -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: warp_socketpool

2002-04-17 Thread Pier Fumagalli
27;s one piece of news I wanted to hear... And I trust Brian's judgement... If I don't see a -1 in the next 48 hours I'm going to check in... Pier -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: mod_webapp.so socketpool changes..

2002-04-17 Thread Pier Fumagalli
I and JF have been pretty busy this last few days... I wanted to it out also with Apache 2.0's worker MPM before committing... Pier -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: [4.0-HEAD] JSP source exposure ?

2002-04-16 Thread Pier Fumagalli
Pier Fumagalli <[EMAIL PROTECTED]> wrote: > Anyhow, under OS/X with HFS filesystem, something like foo.JsP returns the > original source of the page... Can be fixed comparing file.getAbsolutePath() and file.getCanonicalPath(), or at least it looks like it from brief tests...

Re: [4.0-HEAD] JSP source exposure ?

2002-04-16 Thread Pier Fumagalli
Pier Fumagalli <[EMAIL PROTECTED]> wrote: > Craig R. McClanahan <[EMAIL PROTECTED]> wrote: > >> IIRC, this is the same as what we saw the last time this kind of thing >> showed up -- and it was ultimately because of the filesystem logic on the >> underly

Re: [4.0-HEAD] JSP source exposure ?

2002-04-16 Thread Pier Fumagalli
ng us a lot of hassle in the underlying code... Anyhow, under OS/X with HFS filesystem, something like foo.JsP returns the original source of the page... Pier -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Error running Apache 2.0 with mod_webapp.so ormod_jk-01.sobinaries

2002-04-16 Thread Pier Fumagalli
had been such API change in APR? >> >> No, AFAIK apr_table_get never changed... What _really_ puzzles me, is that >> ap_table_get is used in httpd 1.3... I believe this is because he's using > a >> module compiled for 1.3 under 2.0... >> >> Pier &g

Re: [GUMP] Build Failure - jakarta-tomcat-4.0

2002-04-16 Thread Pier Fumagalli
"Sam Ruby" <[EMAIL PROTECTED]> wrote: > Larry Isaacs wrote: >> >> Thanks for the other tip. Are the nagoya runs still >> being run? The result file is currently dated 4/4/02. > > Pier, do you know anything about the following? > > # Disabled

FW: Bad link

2002-04-12 Thread Pier Fumagalli
et. The initialization parameter namess for this servlet are the "servlet path" that will be received by this servlet (after the filename extension is removed). The corresponding value is the name of the action class that will be used to process this req

Re: Error running Apache 2.0 with mod_webapp.so or mod_jk-01.sobinaries

2002-04-12 Thread Pier Fumagalli
table_get > > howerver, I found apr_table_get symbol in httpd instead. Anybody here in > this list know if there had been such API change in APR? No, AFAIK apr_table_get never changed... What _really_ puzzles me, is that ap_table_get is used in httpd 1.3... I believe this is because he's

Re: JNI

2002-04-12 Thread Pier Fumagalli
all the cases when this happens, or to preload the library at startup, either by linking your executable binary with the required library, or using the LD_PRELOAD environment variable. If things get messy at that point, the kernel will simply avoid to even

Re: JNI

2002-04-12 Thread Pier Fumagalli
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Fri, 12 Apr 2002, Pier Fumagalli wrote: > >>>> Then it won't work... BTW, I hope you guys are not trying to load APR from >>>> the VM, right? Because if so, I _really_ want to see

FW: [GUMP] Build Failure - Tomcat 3.x

2002-04-12 Thread Pier Fumagalli
Sam? Any clue on what's going on? Pier -- Forwarded Message From: "Ignacio J. Ortega" <[EMAIL PROTECTED]> Reply-To: "Tomcat Developers List" <[EMAIL PROTECTED]> Date: Fri, 12 Apr 2002 15:25:58 +0200 To: 'Tomcat Developers List' <[E

<    1   2   3   4   5   6   7   8   9   10   >