RE: Trying New Connectors Build Stuff

2001-05-14 Thread GOMEZ Henri
I'm pleased to see how the thing moved in mod_webapp since the jakarta-tomcat-connectors is in CVS and after all the AJP14 discussion. Did we'll see another brake in connector side ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY :

RE: [PROPOSAL] jakarta-tomcat-connectors renaming

2001-05-14 Thread GOMEZ Henri
-1. mod_jk isn't the only connector out there ;-) yes, there is also mod_webapp, mod_jserv. We discussed last weeks about renaming jk/jk_ stuff in native code and I worked this week-end in converting all jk/jk_ stuff to jtc/jtc_ in native code. Why ? To help users having at the same time

RE: Trying New Connectors Build Stuff

2001-05-14 Thread GOMEZ Henri
Will you also Jon, contribute to jakarta-tomcat-connectors ? You were invited with Pier last week and there is still no anwsers :) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint :

RE: configure for jakarta-tomcat-connectors

2001-05-14 Thread GOMEZ Henri
I have started a configure.in and makefile(s).in for the jakarta-tomcat-connectors. Thanks great works :! Currently I have just prepared it for Apache2.0 and Apache1.3, before going on I have some questions: - The idea is to have one configure.in in jakarta-tomcat-connectors/jk/src/native and

RE: cvs commit: jakarta-tomcat-connectors/src - New directory

2001-05-11 Thread GOMEZ Henri
+1 let's do src/native, src/java :) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From: Remy Maucherat

[PROPOSAL] jakarta-tomcat-connectors renaming

2001-05-11 Thread GOMEZ Henri
I'd like to rename the mod_jk and jk_ stuff to mod_jtc (jtc_) to let users have at the same time the actual mod_jk and the in dev mod_jtc. Are you agree ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD

RE: [PROPOSAL] jakarta-tomcat-connectors renaming

2001-05-11 Thread GOMEZ Henri
wrote: +1. GOMEZ Henri wrote: I'd like to rename the mod_jk and jk_ stuff to mod_jtc (jtc_) to let users have at the same time the actual mod_jk and the in dev mod_jtc. Are you agree ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY

RE: [PROPOSAL] jakarta-tomcat-connectors renaming

2001-05-11 Thread GOMEZ Henri
actually, i think i might prefer something like mod_ajp and ajp_. if jtc means jakarta-tomcat-connector, that might be a little too generic. what do you call the next connector protocal? and ajp = Apache Jakarta Protocol (which not much clear) so, do you envision one native library

RE: [PATCH] LDAPRealm implementation

2001-05-11 Thread GOMEZ Henri
a counterpart to that one on the TC 3.3 tree (same setup, etc.)? - Original Message - From: GOMEZ Henri [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 11, 2001 6:52 AM Subject: RE: [PATCH] LDAPRealm implementation I'll thanks you for porting the LDAPRealm implementation

RE: ajp13 and tomcat 4

2001-05-11 Thread GOMEZ Henri
javac --classpath /tomcat_path/.../catalina.jar *.java jar cf Ajp13.jar *.class any thoughts on the directory structure in jakarta-tomcat-connector? i'm assuming there's going to be common ajpxx code, then ajpxx-servletcontainer-connector code, then common util code (i.e. MessageBytes,

RE: [PROPOSAL] jakarta-tomcat-connectors renaming

2001-05-11 Thread GOMEZ Henri
GOMEZ Henri wrote: actually, i think i might prefer something like mod_ajp and ajp_. if jtc means jakarta-tomcat-connector, that might be a little too generic. what do you call the next connector protocal? and ajp = Apache Jakarta Protocol (which not much clear) so, do you

RE: [PROPOSAL] Update to Tomcat 3.3 Release Plan

2001-05-10 Thread GOMEZ Henri
+1 And +1 for the list of open bugs which are high priority... - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6

RE: [PROPOSAL/VOTE] Tomcat 4.0 Beta 4 Release

2001-05-10 Thread GOMEZ Henri
] Subject: RE: [PROPOSAL/VOTE] Tomcat 4.0 Beta 4 Release On Tue, 8 May 2001, GOMEZ Henri wrote: +0 but with RPM packaging ;) And source packages, right Henri? :-) They will be there at the same time as the binaries this time. Craig

RE: [PROPOSAL AJP14] AJP13 Evolution

2001-05-10 Thread GOMEZ Henri
Subject: Re: [PROPOSAL AJP14] AJP13 Evolution on 5/8/01 3:00 PM, GOMEZ Henri [EMAIL PROTECTED] wrote: But APR is only available in Apache 2.0, what about Apache 1.3, NES and IIS ? That isn't true. http://Apr.apache.org/ APR is just a library. -jon -- If you come from a Perl or PHP

RE: New CVS Repositories

2001-05-10 Thread GOMEZ Henri
Couldn't access these CVS directories, could you check group ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original

RE: ajp13 and tomcat 4

2001-05-10 Thread GOMEZ Henri
so, i guess the essence of this message is, what might be a short-term plan for having ajp13 support in tomcat 4? i have done some preliminary work, creating an ajp13 connector for tc 4, which for the most part works. long term, i think part of this code will live in

RE: New CVS Repositories

2001-05-10 Thread GOMEZ Henri
Fixed ... my default group for CVS commits seems to be apcvs, and it needed to be jakarta. the cvs still couldn't be accessed in anonymous mode : cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout jakarta-tomcat-jasper cvs server: cannot find module

RE: [PROPOSAL AJP14] AJP13 Evolution - Second Pass

2001-05-10 Thread GOMEZ Henri
The evolution will goes in jakarta-tomcat-connectors to avoid disturbing mod_jk/ajp13 in the to be released TC 3.3. Of course all bugs fixes from TC 3.3 mod_jk will be back ported to jakarta-tomcat-connectors. The auto-update will not be my premium priority and I think to delay it since it

RE: New CVS Repositories

2001-05-10 Thread GOMEZ Henri
You have an account on apache.org, fix it yourself... ln -s /home/cvs/jakarta-tomcat-jasper /home/cvspublic/jakarta-tomcat-jasper Thanks Jon

RE: [PROPOSAL AJP14] AJP13 Evolution

2001-05-08 Thread GOMEZ Henri
1) How did we share it in forked (apache 1.3) env ? = shared memory = MM or APR APR of course: MM is included in it. But APR is only available in Apache 2.0, what about Apache 1.3, NES and IIS ? And MM is still only for Unix OS 2) Ditto in a threaded architecture (Apache 2.0)

RE: [PROPOSAL AJP14] AJP13 Evolution

2001-05-08 Thread GOMEZ Henri
1) FORWARD REQUEST FROM WEB-SERVER TO SERVLET ENGINE 2) WAIT FOR RESPONSE 3) GET RESPONSE AND FORWARD TO WEB-SERVER. Well, I see it a bit different :-) 1. Apache sends a message to tomcat with the original request ( or part of it ! - for example it can send only some headers that are

RE: [PROPOSAL AJP14] AJP13 Evolution

2001-05-08 Thread GOMEZ Henri
ajp13 reuses connections, but, in general for each worker there will be a pool of connections between the web server and the servlet engine. That way it can handle multiple requests concurrently, but still save on the socket creation time (since connections are reused for many requests). So

RE: Tomcat 3.2.2 beta 4

2001-05-08 Thread GOMEZ Henri
Could you try with the mod_jk from TC 3.3 cvs ? Could you also send a small servlet for test purpose ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A

Tomcat 3.2.2 : RE : cvs commit: jakarta-tomcat/src/doc readme

2001-05-08 Thread GOMEZ Henri
Hi Marc, Could you clarify the getRemoteHost in readme := === 7. FIXES AND ENHANCEMENTS IN UPDATES @@ -318,6 +332,8 @@ - HttpServletRequest.encodeURL() now properly encodes URLs that contain

RE: New CVS Repositories

2001-05-08 Thread GOMEZ Henri
Thanks - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]

RE: [PROPOSAL AJP14] AJP13 Evolution

2001-05-08 Thread GOMEZ Henri
Many users have asked for more web-server env vars they like to use also in Tomcat. May be something to add to AJP14 will be the ability to define a list of env vars to be forwarded to Tomcat, the same way the SSL web-server vars are defined : # What is the indicator for SSL session (default

RE: bug 235, request problem

2001-05-07 Thread GOMEZ Henri
The bug 235 is fixed for some times now, but was incorrectly marked as open. I'm also using Apache 1.3.19 (with mod_ssl 2.8.2) and TC 3.2.2b4 or TC 3.3 from CVS. I'm using ajp13 (and ajp12) and got no problem (I got the correct user and auth type :!!!) -Henri Gomez ___[_]EMAIL :

About bug#208

2001-05-07 Thread GOMEZ Henri
PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 2:40 PM To: [EMAIL PROTECTED] Subject: [PROPOSAL AJP14

About bug#421

2001-05-07 Thread GOMEZ Henri
The BUG#421 could also be closed in 3.2.2 (no more in 3.3) (Code inspections shows that the definition of `jk_pool_atom_t' is conditional on some CPP macro that shows what the OS is: clearly on this system, the macro should be SOLARIS, but that isn't defined anywhere. apxs however defines a

Can't close BUG#132

2001-05-07 Thread GOMEZ Henri
No Component define ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6

RE: [PROPOSAL AJP14] AJP13 Evolution

2001-05-07 Thread GOMEZ Henri
a thread to handle that, but in Apache 1.3 will have no others choice than having each child (forked) opening it's own control connection since each child is forked and so have it's own copy of 'servlet-engine infos But I like this approach of splitting data and control. -Dan GOMEZ Henri

nagoya / bug closing problems

2001-05-07 Thread GOMEZ Henri
Can't close Bug#354 since there is not Components defined. Same problem for Bug#421 There are both duplicate of bug #1343 we could fix by : --- src/native/jk/jk_pool.h.origMon May 7 16:08:04 2001 +++ src/native/jk/jk_pool.h Mon May 7 16:08:21 2001 @@ -91,6 +91,8 @@ typedef

RE: nagoya / bug closing problems - fixed

2001-05-07 Thread GOMEZ Henri
Oups, I succeed in marking as duplicate of bug #1343 the bug #354/#421 which no wait the following patch to be applied in 3.2.2 branch --- src/native/jk/jk_pool.h.orig Mon May 7 16:08:04 2001 +++ src/native/jk/jk_pool.hMon May 7 16:08:21 2001 @@ -91,6 +91,8 @@ typedef long

RE: Problems building the Mod_jk.so

2001-05-07 Thread GOMEZ Henri
We're tring to build the mod_jk.so on solaris 7 but, we have the following error: cc -DEAPI -DMOD_PERL -DUSE_EXPAT -O -G -Kpic -I/usr/apache/include -I../jk -I/us r/java/include -I/usr/java/include/solaris -DSOLARIS -c mod_jk.c /usr/ucb/cc: language optional software package not installed

RE: About bug#208

2001-05-07 Thread GOMEZ Henri
is closed ? -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 9:00 AM To: [EMAIL PROTECTED] Subject: About bug#208 Hi, The BUG #208 (request.getRemoteHost() returns empty string when using mod_jk BugRat Report#320) is still there (3.2.2b4

RE: About bug#208

2001-05-07 Thread GOMEZ Henri
According to the JavaDoc for ServletRequest.getRemoteHost() Returns the fully qualified name of the client that sent the request, or the IP address of the client if the name cannot be determined. For HTTP servlets, same as the value of the CGI variable REMOTE_HOST. Based on that I would

RE: About bug#208

2001-05-07 Thread GOMEZ Henri
I just commited the fix for 3.2.2. Not really. When the hostname is null or missing, you copy the host IP adress, but we there the name (DNS resolution). Something done by the caller (which agree to pay the price). -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED

RE: [PROPOSAL AJP14] AJP13 Evolution

2001-05-07 Thread GOMEZ Henri
In the doc, the secret key is a string present in web-server and servlet engine : must be defined for each workers: worker.myworker.port=8010 worker.myworker.type=ajp14 worker.myworker.host=myremotesystem worker.myworker.secretkey=myverysecretkey = in TC 3.2.x = Connector

RE: About bug#208

2001-05-07 Thread GOMEZ Henri
(); } public String getRemoteHost() { return xxx.getInetAddress().getHostName(); } The name lookup (DNS resolution) will be done on demand done by the caller (which agree to pay the price) -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Monday, May 07

RE: NBIO

2001-05-07 Thread GOMEZ Henri
Good stuff. Thanks - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From: Jon Stevens [mailto:[EMAIL

RE: Tomcat 3.2.2 beta 4 - AJP14 continuation

2001-05-07 Thread GOMEZ Henri
Should it become default? I hope the answer is yes:) It also has another value: inet is not a well-known parameter. Having it in default server.xml along with a little comment about what it does may compensate for the lack of proper documentation:) +1 for the addition in server.xml (Marc,

RE: About bug#208

2001-05-07 Thread GOMEZ Henri
The previous behavior violated the spec and therefore had to be changed prior to releasing 3.2.2. Right now I can live with a simple solution. And you fix it. I'm waiting to hear back from a user to make sure that the last change for JDK 1.1 support fixed his problem and then I plan to call a

RE: [PROPOSAL AJP14] AJP13 Evolution

2001-05-07 Thread GOMEZ Henri
Braden [EMAIL PROTECTED] [EMAIL PROTECTED] -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 8:40 AM To: [EMAIL PROTECTED] Subject: [PROPOSAL AJP14] AJP13 Evolution Hi to all, You could find attached a proposal of evolution to the current Apache JServ

RE: [PROPOSAL AJP14] AJP13 Evolution

2001-05-07 Thread GOMEZ Henri
1) We've talked about specifying a response packet to indicate that the engine (or the web server) doesn't recognize a packet sent over. This would allow us much more flexiblity to add packet types to ajpv14, without having to make ajpv15,16, etc. +1 In other words - both ends

RE: [PROPOSAL AJP14] AJP13 Evolution

2001-05-07 Thread GOMEZ Henri
2 things: The system is aimed to be simple, we don't want SSH/SSL here but just a basic 'protected' login. and that you can bind the socket to 127.0.0.1:PORT instead of *:PORT through a config change. In that case, you restrict to a web-sevlet/tomcat on the same machine, but yes we could

RE: ANNOUNCE - web-connector

2001-05-04 Thread GOMEZ Henri
The goals of the revolution are: - improved ajp13: better configuration,etc - build improvements - support all tomcat versions - single codebase that will be used for all versions ( reduce maintainance overhead ) - add apr support - libtool and autoconf support - improved security and

RE: ANNOUNCE - web-connector

2001-05-04 Thread GOMEZ Henri
but don't forget that today site tend to use a single web server and farms ot tomcat behind on differents systems. Scott Sanders GOMEZ Henri wrote: A quick note to announce I'll start Thursday a mini-revolution in proposals/web-connector/ The goals of the revolution are: - improved ajp13

RE: [TC3.3]Servlet-Engine Header in ajp13 and Http10 connectors

2001-05-04 Thread GOMEZ Henri
On Tue, 1 May 2001, Ignacio J. Ortega wrote: Hola a todos: I'm wondering if the lack of Servlet-Engine: header in ajp13 and http10 connectors is intentional or a missed feature ( for not call it a bug as for me it's not :) ?? mod_jk has code for Servlet-Engine support but ajp13 didn't

RE: [PROPOSAL/VOTE] New Repositories for Collaborative Development

2001-05-04 Thread GOMEZ Henri
Over the last few weeks, there has been a lot of discussion on collaborative development, across the various Tomcat branches, on two major areas: +1 for the split. * Web connectors * A new Jasper (the jasper34 proposal) and efforts have begun in the HEAD branch proposals directory of the

[VOTE] New Committer: Kevin Seguin

2001-05-03 Thread GOMEZ Henri
I would like to propose Kevin Seguin as a new committer. He make a great job in developping the ajp13 protocol for Tomcat 4.0 and this code will be a great help for sites wanting to upgrade from 3.2.x to 4.0 while still using mod_jk Henri

RE: porting ajp13 to tomcat 4 (was Re: ajp13 question)

2001-04-30 Thread GOMEZ Henri
Fine, I'll study it - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From: kevin seguin [mailto:[EMAIL

RE: porting ajp13 to tomcat 4 (was Re: ajp13 question)

2001-04-30 Thread GOMEZ Henri
You make a great job here and the ajp13 port to Tomcat 4.0 will be strategic for many sites. the code isn't real pretty right now. in fact, it's downright ugly! but that's ok, that's what refactoring is for ;) and hopefully, somebody who knows more can help! Refactoring could still be done

RE: porting ajp13 to tomcat 4 (was Re: ajp13 question)

2001-04-30 Thread GOMEZ Henri
unfortunately, i have an immediate need for ajp13 in tomcat 4. i want to move to tomcat 4, but can't without connectivity between iis/netscape web servers and tomcat. porting ajp13 from tomcat 3.x to tomcat 4 seemed like it would be easier than writing iis/netscape connectors for the

RE: porting ajp13 to tomcat 4 (was Re: ajp13 question)

2001-04-30 Thread GOMEZ Henri
-Original Message- From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 12:10 AM To: '[EMAIL PROTECTED]' Subject: RE: porting ajp13 to tomcat 4 (was Re: ajp13 question) The documentation is wrong...IIS works with ajp13...i'll change docs accordingly.. Saludos

RE: porting ajp13 to tomcat 4 (was Re: ajp13 question)

2001-04-30 Thread GOMEZ Henri
- HAve sense to continue naming ajp12 on IIS howto doc? i think not as there isnt a substitute for isape_redirect.dll as mod_jserver vs. mod_jk..so use ( or recommend ) a deprecated protocol has no sense for me .. ajp12 and ajp13 are both protocols used to link web-server to tomcat. when

[ANNOUNCEMENT] Tomcat 3.2.2 beta 4 RPMS released

2001-04-30 Thread GOMEZ Henri
RPM available at : http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.2-beta-4/rpms/ Linux i386 mod_jk.so (EAPI and STDAPI) at : http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.2-beta-4/bin/li nux/i386/ - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED]

RE: [PATCH] mod_jk apache20 shells

2001-04-27 Thread GOMEZ Henri
I have tried mod_jk with apache20 and I have noted the shells scripts to build and install it need improvements. Find enclosed the patch I have used. apxs looks buggy... apxs -c -o mod_jk.so *.c does not work, but it should ;=) I've built a RPM for Apache 2.0 and have provided some time ago a

RE: [PATCH] mod_jk timestamp and process id logging

2001-04-24 Thread GOMEZ Henri
Depend the OS: AS/400 = int GetThreadId() { pthread_t lSelf = pthread_self(); pthread_id_np_t lTid; pthread_getunique_np(lSelf, lTid); return (lTid.intId.lo); } Linux = int GetThreadId() { return (pthread_self()); } What about others

RE: ServerSocket not being closed properly.

2001-04-24 Thread GOMEZ Henri
I think you have a lucky VM/OS - close() on the accepting socket doesn't stop the accept() thread ( at least not on Linux/JDK1.3 ). That's right on Linux Redhat 6.2 and glibc 2.1.x and IBM JDK 1.3. But it seems to work fine on Redhat 7.0 which use a glibc 2.2. But the fundamental step for

RE: [Patch] Tomcat 3.2.2

2001-04-24 Thread GOMEZ Henri
Commited to 3.3 branch. What about 3.2 branch Marc ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From:

RE: Tomcat 3.2.2 patches

2001-04-24 Thread GOMEZ Henri
I'll commit later the latest mod_jk patches but only those which could be under the 3.2.2 mod_jk. (I couldn't add the fix for tomcat restart case for example) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD

RE: [PATCH] mod_jk timestamp and process id logging

2001-04-24 Thread GOMEZ Henri
364F 80E6 -Original Message- From: Pogo Com [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 24, 2001 7:13 PM To: GOMEZ Henri; [EMAIL PROTECTED] Subject: RE: [PATCH] mod_jk timestamp and process id logging This is starting to sound complicated. I'd say go with the getpid(), since

RE: what is the deal with tomcat 4 and web server connectors??

2001-04-24 Thread GOMEZ Henri
I think those pieces are very valuable - and instead of implementing the AJP13 ( and future 14 ) it would be much better to extract the full implementation and make it independent of tomcat3.3 +1 That would allow to also build a tomcat3.2 adapter ( since most people are using 3.2 right now -

RE: [VOTE] New Committer: Bip Thelin

2001-04-23 Thread GOMEZ Henri
+1 - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From: Kief Morris [mailto:[EMAIL PROTECTED]] Sent: Sunday,

RE: [PATCH] mod_jk timestamp and process id logging

2001-04-23 Thread GOMEZ Henri
Timestamp is already present in CVS. Did others modules add the pid ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original

RE: [3.3] Release request

2001-04-23 Thread GOMEZ Henri
As a RPM packager I'd like ALSO having .tar.gz archive URL access like : http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3-m2/src/jakarta- tomcat-version-src.tar.gz It's the case for 3.2.x but not each time in 4.0/3.3. It allow RPM/DEBIAN? packagers all the version archives under

RE: Patch suggestions mod_jk/ajp13

2001-04-23 Thread GOMEZ Henri
Hi Rainer, Thanks for the patches : I participated in the mod_jk fdatasync discussion on Friday. I have 4 more mod_jk/ajp13 patches on my personal wishlist. Since nobody object, I removed the fdatasync from log :) The first three (these are mod_jk patches) apply to 3.2.2 as well as to

RE: Access log files in the style of Apache

2001-04-23 Thread GOMEZ Henri
+1 for 3.3. Since it's not a bug fixes, we may never see that in 3.2.2 or 3.2.3... - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6

RE: [PATCH] mod_jk timestamp and process id logging

2001-04-23 Thread GOMEZ Henri
Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Monday, April 23, 2001 12:34 PM To: [EMAIL PROTECTED] Subject: RE: [PATCH] mod_jk timestamp and process id logging Timestamp is already present in CVS. Did others modules add the pid ? - Henri Gomez ___[_] EMAIL

RE: Store Proposal

2001-04-23 Thread GOMEZ Henri
What about having the session store stuff used also in Tomcat 3.2 / 3.3 . It seems to be a fine candidate to jakarta-commons ... - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint :

RE: CVS / mod_webapp / web-connector sub-project

2001-04-19 Thread GOMEZ Henri
I think Dan is right on this one - improving the configuration of mod_jk is probably the most important thing, and merging with mod_webapp and porting it's protocol and config mechanism would be a good way to do that. I agree that integrating mod_webapp functionnalities is not a priority for

RE: [PATCH] */build.sh

2001-04-19 Thread GOMEZ Henri
What about checking also the build.sh for Tomcat 3.3 :) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From:

RE: Use of Apache proxy module to connect to Tomcat

2001-04-17 Thread GOMEZ Henri
Of course it is. Proxy HTTP is probably not as efficient as a lightweight protocol (ie: AJP), especially if the two systems are running on the same box (ie: local sockets). It also doesn't solve the configuration issues. All you are doing in this case is putting another layer in front of the

CVS / mod_webapp / web-connector sub-project

2001-04-17 Thread GOMEZ Henri
Fine to see mod_webapp back to life :) 1) You added many features interesting in building (autoconf, apr) which we could study to adapt to mod_jk (at least autoconf). 2) I plan to update the mod_webapp RPM and hope the code will compile under GCC (it wasn't the case with tc 4.0b2/b3) 3)

RE: mod_webapp, mod_jk etc.

2001-04-17 Thread GOMEZ Henri
Forgot to ask, would you be interested in instructions/simple shell script for building mod_jk as a statically linked Apache module? Yes, certainly. Instruction and better shell script :) But did mod_jk is really faster in statically mode rather in DSO ? Bojan Dan Milstein wrote: I can't

TC 4.0B3 src missing

2001-04-17 Thread GOMEZ Henri
Could someone upload the servlet and tomcat sources to : http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-b3/src/ I could get it from CVS but RPM convention insist having .tar.gz somewhere :) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .)

RE: CVS / mod_webapp / web-connector sub-project

2001-04-17 Thread GOMEZ Henri
3) You still didn't tell us what you think into merging mod_webapp and mod_jk. And I'll continue to be silent on that... As I don't really want to start another flamewar... I've been thru enough already on that, and all I can say is that I'll let the people on this list (but me) decide...

TC 4.0B3 RPM available

2001-04-17 Thread GOMEZ Henri
RPM built and uploaded to : http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-b3/rpms/ - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A

RE: mod_webapp, mod_jk etc.

2001-04-15 Thread GOMEZ Henri
mod_jk should be compiled statically in Apache but nobody asked for that feature previously since mod_jk as still not the maturity of other well known modules like mod_index. A feature which may be added to mod_jk, but I'd like to see before autoconf stuff added :) - Henri Gomez

RE: mod_webapp help!

2001-04-15 Thread GOMEZ Henri
I didn't have much more luck with gcc on my Redhat 6.2 system. mod_webapp in the distro is just incomplete. It was compiling on previous release 4.0b1 but no more with recent. Wait for Pier to fix it - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .)

RE: Bug 1006 not fixed in 3.2.2b3

2001-04-15 Thread GOMEZ Henri
The fix was just for the native HTTP connector and didn't cover ajp12/ajp13. We could certainly add the same type of code in ajp12 but with a more little timeout (30 seconds) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY :

RE: [STATUS] Tomcat 3.2.2

2001-04-06 Thread GOMEZ Henri
I've got a fix for the URL double decode security problem in Tomcat 3.2.2. I'm going to release Tomcat 3.2.2 beta 3 tonight to make this fix publicly available. Because the only change in Beta 3 is the security fix, this beta cycle will only be one week long. If no other security issues are

Where are the source for TC 4.0B3 ?

2001-04-06 Thread GOMEZ Henri
Still nothing at : http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-b3/src/

RE: Where are the source for TC 4.0B3 ?

2001-04-06 Thread GOMEZ Henri
Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 8:37 PM To: [EMAIL PROTECTED] Subject: Re: Where are the source for TC 4.0B3 ? - Original Message - From: "GOMEZ Henri" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 06, 200

RE: LoadBalancer worker

2001-04-05 Thread GOMEZ Henri
Hello, I want to enable the load balancer worker on Apache/Tomcat. Even though I have configured the workers.properties file as - worker.loadbalancer.type=lb worker.loadbalancer.balanced_workers=myajp12_1, myajp13_1, myajp12_2, myajp13_2 Don't forget to add loadbalancer to workers list ! The

RE: LoadBalancer worker

2001-04-05 Thread GOMEZ Henri
not mention it earlier- worker.list=myajp12_1, myajp12_2, myajp13_1, myajp13_2, loadbalancer GOMEZ Henri wrote: Hello, I want to enable the load balancer worker on Apache/Tomcat. Even though I have configured the workers.properties file as - worker.loadbalancer.type=lb

TC 4.0B2 problems when compiled with jikes : Was RE: TC 4.02 error = jikes 1.3 problem

2001-04-05 Thread GOMEZ Henri
Hi, Did someone (Remy, Craig) has an idea about the problem at startup with a TC 4.0 compiled with jikes 1.3 ? Hi, Just trying a clean rebuilt of TC 4.0b2 and got : Using CLASSPATH: /var/tomcat4/bin/bootstrap.jar:/opt/IBMJava2-13/lib/tools.jar Using CATALINA_HOME: /var/tomcat4

FW: Cocoon on iSeries = mod_jk is in use.

2001-04-04 Thread GOMEZ Henri
/Connect jni JkMount /BtoB/Connect/* jni By looking at the WebSphere plug-in config, I am reasonably certain that this is a port of mod_jk. David Morris GOMEZ Henri [EMAIL PROTECTED] 04/03/01 02:13AM http://www-1.ibm.com/servers/eserver

RE: [Fwd: Tomcat may reveal script source code by URL trickery]

2001-04-04 Thread GOMEZ Henri
TC 4.0B3 sources still missing in : http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-b3/src/

RE: TC3.2.x and security problems

2001-04-04 Thread GOMEZ Henri
I can't reproduce that one, but could verify the following problems on Linux: $ telnet localhost 8080 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. GET /examples/jsp/num/numguess.jsp HTTP/1.0 200 OK Content-Type: text/plain Content-Length: 1237 Last-Modified: Tue, 03 Apr

RE: [PATCH] For mod_jk.c (tomcat_3.2.2)

2001-04-04 Thread GOMEZ Henri
Attached is a patch for mod_jk.c to more cleanly handle a bad path for the workers.properties file. Currently, this is handled in jk_init and if the call to map_read_properties fails, then we just call jk_error_exit which in turn calls exit(1). This causes some problems on NetWare because

RE: Tomcat 4.0-beta-2 Security Vulnerability

2001-04-03 Thread GOMEZ Henri
I suggest that we create a revised version of beta 2, clearly labelled so that people will know whether they have the corrected version or not -- and we should do this immediately (like today) to minimize the number of people who end up downloading twice. I suggest we call the updated

RE: [ANNOUNCE] Tomcat 4.0 Beta 2

2001-04-02 Thread GOMEZ Henri
Hi, Just finished to see how to rebuild the beta2 and I notice that many build.xml must be adapted to allow users with non-standard jar location to works. Attached are my patches. The bad news came from mod_webapp which didn't compile at all on my gcc (many bad structs declarations, missing

RE: Tomcat and IPv6

2001-03-30 Thread GOMEZ Henri
These question appeared some time ago and I think that Craig said it depend on OS where java is running and certainly JVM support on IPv6. Rigth question may be about JDK 1.3 support of IPv6 ? -Original Message- From: Ibrahim Haddad (LMC) [mailto:[EMAIL PROTECTED]] Sent: Friday, March

jk_ajp13_worker.c

2001-03-27 Thread GOMEZ Henri
Could I commit the latest jk_ajp13_worker.c I send to list ? It works fine for more than 1 week...

RE: ajp1X protocol security

2001-03-27 Thread GOMEZ Henri
I'm just recently getting more intimate with Tomcat's architecture and I'm wondering what provisions and plans are in place for security in the protocols btw http servers and the servlet engine. What are the vulnerabilities now and how are people using Tomcat in production protecting

RE: jk_ajp13_worker.c

2001-03-27 Thread GOMEZ Henri
uld say go for it. It's a hotly desired feature, so hopefully it will see some good testing. Nice work, -Dan GOMEZ Henri wrote: Could I commit the latest jk_ajp13_worker.c I send to list ? It works fine for more than 1 week... -- Dan Milstein // [EMAIL PROTECTED]

RE: jk_ajp13_worker.c

2001-03-27 Thread GOMEZ Henri
1 12:28 AM To: [EMAIL PROTECTED] Subject: Re: jk_ajp13_worker.c I would say go for it. It's a hotly desired feature, so hopefully it will see some good testing. Nice work, -Dan GOMEZ Henri wrote: Could I commit the latest jk_ajp13_worker.c I send to list ? It works fine for more than 1 week...

RE: mod_webapp status?

2001-03-26 Thread GOMEZ Henri
To see if APR could run on AS/400, you just need to download the Apache2.0alpha drop and build it. If the httpd could run properly than APR works on AS/400! I've take a look at APR and there is no reference to AS/400. There is nothing related to OS/400 in config.guess. AS/400 is a very

RE: apache 1.3.12 and tomcat 3.3-m2 connection problem ??

2001-03-26 Thread GOMEZ Henri
Could you send us the pushlet code example. I could help here (mod_jk) :-) "Entre truands, les bnfices, a se partage, la rclusion, a s'additionne." -- Michel Audiard -Original Message- From: Jestin Jean-Francois [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 4:01 PM To:

<    5   6   7   8   9   10   11   12   >