Re: Loading classes

2002-01-16 Thread jean-frederic clere
Remy Maucherat wrote: Hi, I have some problem to load classes in JkConnector.java. I have added the following code: (ct comes from Container ct=service.getContainer();) Class channelclass = ct.getParentClassLoader().loadClass(channelclassname); But

Re: jk2 problems with libapr.so

2002-01-15 Thread jean-frederic clere
GOMEZ Henri wrote: I am playing with jk2 and I have noted that the loadNative() in AprImpl fails: +++ java.lang.UnsatisfiedLinkError: /home/jakarta/jakarta-tomcat-4.0.1/webapps/jk/WEB-INF/jk2/jni/l ibapr.so: /home/jakarta/jakarta-tomcat-4.0.1/webapps/jk/WEB-INF/jk2/jni/l ibapr.so:

Re: jk2 problems with libapr.so

2002-01-15 Thread jean-frederic clere
GOMEZ Henri wrote: I am playing with jk2 and I have noted that the loadNative() in AprImpl fails: +++ java.lang.UnsatisfiedLinkError: /home/jakarta/jakarta-tomcat-4.0.1/webapps/jk/WEB-INF/jk2/jni/l ibapr.so: /home/jakarta/jakarta-tomcat-4.0.1/webapps/jk/WEB-INF/jk2/jni/l ibapr.so:

Re: [PATCH] JvmRoute changes w/attachments

2002-01-15 Thread jean-frederic clere
Remy Maucherat wrote: Couldn't we have an automatic jvmRoute generated from misc entropy if the entry is not present in server.xml ? for example just the server hostname or ip address ? Adding the hostname/adress should be fine for the majority of case where only one JVM will be

jk2 improvements

2002-01-15 Thread jean-frederic clere
,v retrieving revision 1.2 diff -u -r1.2 ChannelUnixSocket.java --- org/apache/jk/common/ChannelUnixSocket.java 6 Jan 2002 09:14:07 - 1.2 +++ org/apache/jk/common/ChannelUnixSocket.java 15 Jan 2002 17:44:57 - @@ -96,7 +96,7 @@ * @author Costin Manolache * @author Jean-Frederic Clere

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/jni jk_jni_aprImpl.c

2002-01-14 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: jfclere 02/01/14 01:36:13 Modified:jk/java/org/apache/jk/common ChannelUn.java jk/native2 build.xml Oops, I miss build.xml. I have changed the order because the ./build.properties were overwritten by the ../build.properties (For example:

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/jni jk_jni_aprImpl.c

2002-01-14 Thread jean-frederic clere
: jean-frederic clere [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 11:59 AM To: Tomcat Developers List Subject: Re: cvs commit: jakarta-tomcat-connectors/jk/native2/jni jk_jni_aprImpl.c [EMAIL PROTECTED] wrote: jfclere 02/01/14 01:36:13 Modified:jk/java/org

Re: [PATCH] JvmRoute changes w/attachments

2002-01-14 Thread jean-frederic clere
Tom Drake wrote: Costin: I noticed that my patch email got line-wrapped. So, I'm sending them as an attachment. Yep, I like the patch ;-) Tom - Original Message - From: Tom Drake [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent:

jk2 problems with libapr.so

2002-01-14 Thread jean-frederic clere
Hi, I am playing with jk2 and I have noted that the loadNative() in AprImpl fails: +++ java.lang.UnsatisfiedLinkError: /home/jakarta/jakarta-tomcat-4.0.1/webapps/jk/WEB-INF/jk2/jni/libapr.so: /home/jakarta/jakarta-tomcat-4.0.1/webapps/jk/WEB-INF/jk2/jni/libapr.so: undefined symbol: crypt

Re: [PATCH]: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/ApplicationResources_es.properties

2002-01-10 Thread jean-frederic clere
GOMEZ Henri wrote: I saw many post from this gentleman but they are never commited. Any reasons ? My Spanish is good enough to tell that the translation sounds better after the patch than before ;-) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .)

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

2002-01-10 Thread jean-frederic clere
. */ /** Accept ( and send ) messages via Unix Socket (AF_UNIX). * The AF_UNIX is not supported by JAVA so we need a piece of native code. * * @author Costin Manolache * @author Jean-Frederic Clere (Well, I have copied Costin's code and ideas). */ public

Re: [PATCH] RE: mod_webapp and other connectors status...

2002-01-09 Thread jean-frederic clere
and this is the first time I looked at the source,so..) Hope it is usefull (for me it is for now btw..) Mvgr, Martin PS My first patch, and not even a java one ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of jean-frederic clere Sent: Tuesday

Re: [PATCH] RE: mod_webapp and other connectors status...

2002-01-09 Thread jean-frederic clere
it is for now btw..) I have committed it - Many thanks - Mvgr, Martin PS My first patch, and not even a java one ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of jean-frederic clere Sent: Tuesday, January 08, 2002 15:11 To: Tomcat Developers List

Re: Todo list for 4.0.2 b2

2002-01-08 Thread jean-frederic clere
Remy Maucherat wrote: Hi, Here goes the list: - Tag the JK + util directories in j-t-c with some tag (Costin proposed jk_14) - Build the corresponding JK binaries - Write some documentation about the new auto-configuration mechanism (but it can wait until 4.0.2 Final) - Update the AJP

Re: mod_webapp and other connectors status...

2002-01-08 Thread jean-frederic clere
Martin van den Bemt wrote: Hi everyone, I probably missed a couple of threads on mod_webapp, so forgive me ;) In the release notes of v4.0.2-b1 it states : * If you restart Tomcat, you must also restart Apache to avoid receiving Error 400 - Bad Request errors. This will be handled

Re: Bugzilla busted? [WARPConnector bug 5372] [PATCH]

2002-01-08 Thread jean-frederic clere
David Graff wrote: I'm having trouble uploading a patch to bug# 5372 using Internet Explorer 5.5SP2. I have done it for you - Patch looks nice, I test it and commit it - I've been trying for a couple of days to get this to upload with no success. I entere the patch file location, the

Re: JK binaries

2001-12-20 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: On Thu, 20 Dec 2001, Kevin Seguin wrote: i just updated j-t-c/jk and i can't build it. and i don't have time to try to figure it out right now. sorry. What's broken ? I'll do a clean checkout and build, I tried few times on my system and seemed to work

Re: [VOTES] Tomcat 4.0.2 beta 1

2001-12-19 Thread jean-frederic clere
Hi, I have noted that 4 of the jsp tests fail: jsp-tests/jsp/tagext/TagSupport/positiveDoStartTagXML.jsp jsp-tests/jsp/tagext/TagSupport/positiveDoStartTag.jsp jsp-tests/jsp/tagext/TagSupport/positiveDoStartTagXML.jsp jsp-tests/jsp/tagext/TagSupport/positiveDoStartTag.jsp It sounds like a tag

Re: [Patch] add version information to mod_webapp in Server Header

2001-12-19 Thread jean-frederic clere
Punky Tse wrote: Hi, I have added server version information of mod_webapp for httpd-2.0. Please take a look to the patches. I have modified mod_webapp.c and added a new file wa_version.h. wa_version.h should be placed under jakarta-tomcat-connectors/webapp/include. +1 for the new

Re: cvs commit: jakarta-tomcat-connectors/webapp/java WarpConnector.java

2001-12-18 Thread jean-frederic clere
Ah! That is why it stops building against 4.0.1 ;-( [EMAIL PROTECTED] wrote: remm01/11/30 23:20:29 Modified:webapp/java WarpConnector.java Log: - Add the findLifecycleListeners method, so that webapp builds against the HEAD of the CVS. Revision Changes

Re: Trouble building mod_webapp.so for Apache 2.0.28

2001-12-17 Thread jean-frederic clere
Try to update your libtool. I use the following: +++ jfclere@vtxclere:~ libtool --version ltmain.sh (GNU libtool) 1.3.5 (1.385.2.206 2000/05/27 11:12:27) +++ Cavan Morris wrote: I am unable to build mod_webapp.so for apache 2.0.28 on my redhat 7.2 system. Here's what I've been doing.

Re: Tomcat 4.01 CRITICAl ERROR in ServletInputStream implementation

2001-12-11 Thread jean-frederic clere
Gyorgy Gyepesi wrote: URGENT PLEASE SEND REPLY ASAP!! The ServletInputStream implementation reports EOF once a byte of value 0xff appears in the request body (of content-type application/octet-stream without content-endcoding); the probable cause is the following line in

Re: [Vote] New committer: Eric Rescorla

2001-12-10 Thread jean-frederic clere
+1 GOMEZ Henri wrote: As you may know, Eric Rescorla is one the few specialists in SSL in the world, author of one of the few SSL bible books and he have also created the excellent OpenSource JSSE alternative, PureTLS. He strike back in adapting PureTLS to Tomcat, today Tomcat 3.3, and

Re: Building the WebApp module instruction errors

2001-12-05 Thread jean-frederic clere
Thanks, committed in jakarta-tomcat-connectors/webapp/docs Andrew Savory wrote: Hi, Working through the instructions for building WebApp at: http://nagoya.apache.org/~pier/documentation/build-u.html ... I noticed a few possible errors. The line: # rmdir

Re: JK versions status and web pages ?

2001-12-05 Thread jean-frederic clere
GOMEZ Henri wrote: What's the final status of versioning ? - jtc/jk/native mod_jk 1.2 - jtc/jk/native2mod_jk 2.0 So we could make soon a release of mod_jk 1.2. BTW: I need guidelines to create the JTC, at least jk webpages. - Did we have to choose anakia / buildsite ?

ServerSocketFactory.java methods names

2001-12-04 Thread jean-frederic clere
Hi, I have noted that the names createSocket() are not very good, I would prefer createServerSocket(). Any comments? If agreed I would propose a patch for this changes. Cheers Jean-frederic -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Detecting OS in jkant

2001-12-04 Thread jean-frederic clere
Hi, I am thinking of detecting the OS in jkant via System.getProperty(os.arch) and System.getProperty(os.name). Basicly I have problems to build jni because jni_md.h cannot be found because it is in a sub-directory of java.home/include PC RMSparc BS200 os.arch

Re: mod_webapp fails to build

2001-12-03 Thread jean-frederic clere
Andrew Savory wrote: Hi, I'm not having much joy with building webapp-module-1.0.1-tc401 source on Debian 2.2r4 i686. 1) The instructions for building it are incorrect, as they say if you download a source distribution, all you have to do is: ./configure --with-apxs ...

Re: mod_webapp fails to build

2001-12-03 Thread jean-frederic clere
Andrew Savory wrote: jean-frederic clere wrote: I am afraid that is my fault... Heh. No problem, I'd be happy to post suggestions for revising readme.txt/install.txt once I'm up and running! I think your apxs is broken, what does the following commands return? /usr/bin/apxs -q

Re: Mod_webapp Solaris 8

2001-11-29 Thread jean-frederic clere
Matt Goyer wrote: I've been struggling with this for a week or two now.. I'm able to compile mod_webapp on Solaris 8 with GCC 3.0.1 using the snapshots of mod_webapp and apr from CVS. However I have to modify my apxs since three values don't get properly set by the apache makefile. I

Re: readme for webapp connector update.

2001-11-27 Thread jean-frederic clere
Timothy Stone wrote: Pier, et.al., I just completed building the Tomcat 4.0.1 WARP connector. I doing so I noted a problem with the README.txt (v1.15 in CVS) regarding the configure script. Specifically, the detailed the command line options (switches) mentions the use of

Re: Jk and APR

2001-11-27 Thread jean-frederic clere
GOMEZ Henri wrote: I would even use APR to build mod_jk: APR of httpd-2.0 (installed or source) otherwise the one given by --with-apr parameter with configuring mod_jk :) Ok, we should be carefull with apr, since I've got many problems using it with mod_webapp when creating library

Re: Jk and APR

2001-11-27 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: On Tue, 27 Nov 2001, jean-frederic clere wrote: Excellent, we should give a way to user to fall back to OS calls if they could find an APR installed. I am not sure about that, APR should hide all OS calls. Mixing APR and OS calls is possible but probably

Re: Where IS mod_webapp ??

2001-11-23 Thread jean-frederic clere
-Original Message- From: jean-frederic clere [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 22, 2001 6:44 PM To: [EMAIL PROTECTED] Cc: Pier Fumagalli; Martin Kraemer Subject: Re: Where IS mod_webapp ?? Clere, Jean-Frederic wrote: Pier Fumagalli wrote: On 21/11/2001 10:15

Re: Where IS mod_webapp ??

2001-11-23 Thread jean-frederic clere
GOMEZ Henri wrote: Sounds a good idea. --with-apr-lib and --with-apr-include would be used to overwrite ${local_prefix}/lib and ${local_prefix}/lib Could you fix the configure.in for that, it will be great. Done committed :)) BTW, even when I modify the configure, I get a

Re: Jk and APR

2001-11-22 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: This has been discussed many times, and the only conclusion was that we should and will change mod_jk to use APR, but no clear plans were decided. My proposal is quite simple and require minimal code change. Mod_jk consist of a number of interfaces. We already

bugzilla

2001-11-22 Thread jean-frederic clere
Hi, I have noted that the bugs related to jakarta-tomcat-connectors are under: AJP Connector Connectors Other Connectors WARP Connectors Correct? but a bit confusing no? Cheers Jean-frederic

Re: mod_webapp apache2 problems:

2001-11-22 Thread jean-frederic clere
Brian P Millett wrote: Justin Erenkrantz wrote: On Wed, Nov 21, 2001 at 09:22:02AM -0600, Brian P Millett wrote: Quick Synopsis of error (apache 2.0): Syntax error on line 2 of /opt/apache/conf/mod_webapp.conf: Invalid port number (p1) No Port statement found Oooh, I bet it is

Re: Where IS mod_webapp ??

2001-11-22 Thread jean-frederic clere
Clere, Jean-Frederic wrote: Pier Fumagalli wrote: On 21/11/2001 10:15 pm, Gerard van Enk [EMAIL PROTECTED] wrote: Any comments? I think it's a good idea to make a release. I'm on a plane ATM, but +1 for me, J.F., would you be R.M. for this one? I will try. At least I can

Re: mod_webapp apache2 problems:

2001-11-21 Thread jean-frederic clere
Justin Erenkrantz wrote: On Wed, Nov 21, 2001 at 09:22:02AM -0600, Brian P Millett wrote: Quick Synopsis of error (apache 2.0): Syntax error on line 2 of /opt/apache/conf/mod_webapp.conf: Invalid port number (p1) No Port statement found Oooh, I bet it is related to the change that we

Re: Where IS mod_webapp ??

2001-11-21 Thread jean-frederic clere
Gerard van Enk wrote: Chad Johnson wrote: Hey, Pier can correct me on this, but I believe mod_webapp is still beta quality. So grabbing whats in CVS is a safe bet. The binarys that come with Tomcat 4.0.1 have some bugs that have since been corrected (ie only being able to

Re: Problem compiling mod_webapp for IBM HTTP Server 1.9.19 runningon AIX 4.3.3. Please help save Tomcat for a high profile project inSwitzerland

2001-11-19 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: First of all I attempt to calmly summarize the problem and only then let my emotions get through. My insufficient knowledge of AIX platforms prevents me from successfully compiling mod_webapp (as well mod_jk) on AIX 4.3.3 platform. Hardware: IBM pSeries 660

Re: Portable SSL Support

2001-11-16 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: On 14 Nov 2001, Eric Rescorla wrote: Well, I suppose that since JDK 1.1.x didn't stop you from putting classes in java. I could do my own version of java.security.cert.X509Certificate. A little gross but perhaps the best plan. The alternative is to blatantly

Re: Portable SSL Support

2001-11-15 Thread jean-frederic clere
Bill Barker wrote: This is for TC 3.3. As a result, we are only required to expose the certificates. However, there is nothing that prevents exposing other request attributes as a non-portable feature (and Ajp13 JNI already do this). For TC 3.3: I would advice to follow 2.3 when

Re: Portable SSL Support

2001-11-15 Thread jean-frederic clere
Eric Rescorla wrote: Eric Rescorla wrote: jean-frederic clere [EMAIL PROTECTED] writes: Eric Rescorla wrote: With JDK 1.1.x and AJP a null is returned. With JDK 1.1.x should the CC be returned as a String? (I thought it was). It's certainly not in the JSSE code I was porting

Re: Portable SSL Support

2001-11-14 Thread jean-frederic clere
Eric Rescorla wrote: [EMAIL PROTECTED] writes: Setting the socketFactory can force one behavior or another, but for 'regular' users it should be possible to just set secure and the code to detect what is available and use it. I can do this. IMHO it's a mistake to rely on that

Re: Building mod_webapp on Solaris 8

2001-11-14 Thread jean-frederic clere
Matt Goyer wrote: Add -R/path/to/gcc-3.0/lib to your LDFLAGS. Where exactly? (axps, tomcat, or apache?) In mod_webapp before the configure LDFLAGS=-R/path/to/gcc-3.0/lib \ ./configure --the_option_you_used_before Thanks, Matt -Original Message- From: Justin Erenkrantz

Re: Tomcat: Distributed Session Management revisited

2001-11-14 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: On Tue, 13 Nov 2001, Paul Speed wrote: I think the idea is that you'd byte compare on commit which ideally would happen at request boundaries. So in this case a single request becomes a transaction... which indeed opens up its own issues, but no bigger than

Re: Portable SSL Support

2001-11-13 Thread jean-frederic clere
Eric Rescorla wrote: As discussed on the list previously, I'm working on changing the SSL interfaces in Tomcat to make them more portable to various SSL toolkits, in particular PureTLS. In the process I've run into some issues that I wanted to run by the list. 1. I don't see how to make

Re: [JTC] latest mod_webapp stuff ?

2001-11-12 Thread jean-frederic clere
GOMEZ Henri wrote: Hi, What about mod_webapp on JTC ? Could I get the latest stuff from CVS to let me build a new mod_webapp RPM for Tomcat 4.0.1 ? I have just checked http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/src/: mod_webapp is still to be released... I am

Detecting native cc or gcc in mod_webapp

2001-11-12 Thread jean-frederic clere
Hi, I am thinking of adding detection of native cc in configure of mod_webapp Native cc: +++ $ /usr/ccs/bin/nm httpd | grep __udiv64 [844] |604760| 0|FUNC |GLOB |0|UNDEF |__udiv64 $ /usr/ccs/bin/nm httpd | grep __lshrdi3 +++

Re: [PATCH] allow mod_webapp to build against tomcat v 4.0.1

2001-10-31 Thread jean-frederic clere
Remy Maucherat wrote: Use net.ServerSocketFactory instead of ServerSocketFactory. Index: java/WarpConnector.java === RCS file: /home/cvspublic/jakarta-tomcat-connectors/webapp/java/WarpConnector.ja va,v retrieving

Re: DO NOT REPLY [Bug 4545] New: - Webapp connector seg faults under an SSL connection

2001-10-31 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4545. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [PATCH] allow mod_webapp to build against tomcat v 4.0.1

2001-10-30 Thread jean-frederic clere
Pier Fumagalli wrote: Remy Maucherat at [EMAIL PROTECTED] wrote: Use net.ServerSocketFactory instead of ServerSocketFactory. Index: java/WarpConnector.java === RCS file:

Re: about clientAuth cert

2001-10-19 Thread jean-frederic clere
Ron Lin wrote: i'm having the same problem... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 17, 2001 11:41 PM To: [EMAIL PROTECTED] Subject: about clientAuth cert I imported a Windows 2000 CA cert into the .keystore file using

Re: Mailing list proposal

2001-10-19 Thread jean-frederic clere
Bojan Smojver wrote: I have subscribed myself to Tomcat User list a few days back with the intention to help a few people on it (given my +1 on TC 3.3 final). I have to say that the amount of e-mails and sometimes the superficial nature of them prevented me from actually doing any useful

Re: [PATH] for problems with HTTPS and client certs

2001-10-19 Thread jean-frederic clere
Stefan Wengi wrote: Hey, here are the changes to get the HTTPS connector doing 'clientAuth' with CA certs other than the ones from Verisign and Thawte. I tested it with Netscape 4.77 as client and with certificates created by my own CA. please consider integration into Tomcat 4 source

Re: Mailing list proposal

2001-10-19 Thread jean-frederic clere
Bojan Smojver wrote: jean-frederic clere wrote: Bojan Smojver wrote: I have subscribed myself to Tomcat User list a few days back with the intention to help a few people on it (given my +1 on TC 3.3 final). I have to say that the amount of e-mails and sometimes the superficial

Re: Client Auth

2001-10-18 Thread jean-frederic clere
Ron Lin wrote: I need to pass a Client Cert through Tomcat 4.0, but the problem is that I want to use self-signed certificates, and if the clientAuth flag in the SSL Connector is set to true, it appears to require a valid CA-signed cert. What I have done is to use openssl: - Create a

Re: [VOTE] New Committer

2001-10-18 Thread jean-frederic clere
+1 Christopher Cain wrote: I would like to nominate Patrick Luby [EMAIL PROTECTED] for committer status. His recent contributions include several security-manager-related patches and documentation help, and appears keen to tackle the Admin Apps functionality as well. I think he would make

Adding SSL support to mod_webapp

2001-10-18 Thread jean-frederic clere
Hi, I have started to add SSL support to mod_webapp. I have prepared a test patch for client certificates, it works. I will now add the missing part and improve it a little: Storing the ssl_cert and other in a substructure of wa_request instead directly in wa_request. Something like: +++

Re: Adding SSL support to mod_webapp

2001-10-18 Thread jean-frederic clere
Pier Fumagalli wrote: jean-frederic clere at [EMAIL PROTECTED] wrote: Hi, I have started to add SSL support to mod_webapp. I have prepared a test patch for client certificates, it works. I will now add the missing part and improve it a little: Storing the ssl_cert and other

Re: mod_jk 1.2.0/1.1.0 vs ab

2001-10-05 Thread jean-frederic clere
Bojan Smojver wrote: Bojan Smojver wrote: Since I can control the headers from my servlet, let my try with Content-length. Fingers crossed... If think this can actually qualify as a bug in ab - even when I set Content-Length header, it still says that that there are length failures.

Re: mod_jk 1.2.0/1.1.0 vs ab

2001-10-05 Thread jean-frederic clere
Bojan Smojver wrote: jean-frederic clere wrote: And in mod_jk.log file is there something? Mostly something like this: - [Fri Oct 05 17:07:55 2001] [jk_ajp_common.c (914)]: Error ajp_process_callback - write failed [Fri

Re: [J-T-C] Update: Building mod_jk for Apache 2.0/Windows

2001-10-03 Thread jean-frederic clere
Justin Erenkrantz wrote: On Tue, Oct 02, 2001 at 01:24:53PM -0500, Marc Saegesser wrote: I'll grab the latest CVS and see how that works. The buildconf.sh in jk/native/Apache-2.0 runs libtoolize, automake, aclocal and autoconf. Cygwin includes all of these except libtool. I built it

Re: [Tomcat 4.1] Proposed Slight Binary Distribution Rearrangement

2001-10-03 Thread jean-frederic clere
Jeff Turner wrote: How about naming it common instead of shared, to match Tomcat 3.3? There is already a common/lib in TC4.0 --Jeff On Tue, Oct 02, 2001 at 04:54:54PM -0700, Craig R. McClanahan wrote: I'd like to propose a small change in the binary distribution layout for the

Re: [PATCH] mod_webapp build cleanups...

2001-10-03 Thread jean-frederic clere
Justin Erenkrantz wrote: I finally got a chance to build mod_webapp from j-t-c with Apache 2.0. Looks good and is quite easy to do. Only problem is that we aren't handling directories properly. If you do the examples webapp, you see a link to: http://localhost:8080/examples/servlets/

MimeType for jar files.

2001-10-02 Thread jean-frederic clere
Hi, Where is the mimetype for jar files registered (TC tells application/java-archive)? - I do not find it in ftp://ftp.iana.org/in-notes/iana/assignments/media-types/ - Cheers Jean-frederic

Re: [J-T-C] Update: Building mod_jk for Apache 2.0/Windows

2001-10-02 Thread jean-frederic clere
Marc Saegesser wrote: Here's an update on where I stand right now on building/running mod_jk for Apache 2.0 beta 16. I spent a considerable amount of time on the automake route. Cygwin doesn't include libtool by default so I had to download and build that. I then ran into an odd build

Re: TC 3.3: getRequestURI()

2001-09-27 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: On Wed, 26 Sep 2001, Keith Wannamaker wrote: 0x3b = ';'. Ignacio is right, SessionID doesn't remove the id because it is not expecting ; to be encoded. So now it shows up in the URI and has the side effect of breaking sessions that depend on url rewriting.

Re: [VOTE] Kin-Man Chung and William Barker for Tomcat Committer Status

2001-09-27 Thread jean-frederic clere
Craig R. McClanahan wrote: I'd like to follow up on Nacho's (good) suggestion that we add William Barker and Kin-Man Chung as committers on Tomcat. They've both been providing invaluable assistance and patches. I'm +1 on them. Craig +1 Jean-frederic

Re: Tomcat next

2001-09-27 Thread jean-frederic clere
Remy Maucherat wrote: On Wed, 26 Sep 2001, Dave Oxley wrote: Date: Wed, 26 Sep 2001 22:59:55 +0100 From: Dave Oxley [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Tomcat next Hi all, A couple of questions on future Tomcat releases:

Watchdog-4.0 PB

2001-09-26 Thread jean-frederic clere
Hi, I have a problem running watchdog: +++ servlet: execute: [java] Buildfile: conf/servlet-gtest.xml [java] [java] gtestservlet-test: [java] [java] Total time: 1 second [java] [gtest] Error setting project in class org.apache.tomcat.task.GTest [java]

Re: Watchdog-4.0 PB

2001-09-26 Thread jean-frederic clere
Clere, Jean-Frederic wrote: Hi, I have a problem running watchdog: +++ servlet: execute: [java] Buildfile: conf/servlet-gtest.xml [java] [java] gtestservlet-test: [java] [java] Total time: 1 second [java] [gtest] Error setting project in class

Re: TC 3.3: getRequestURI()

2001-09-26 Thread jean-frederic clere
Larry Isaacs wrote: -Original Message- From: Bojan Smojver [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 26, 2001 7:41 AM To: Tomcat Dev List Subject: TC 3.3: getRequestURI() The latest TC 3.3 CVS with its mod_jk, gives an encoded URI, together with the session

Re: TC 3.3: getRequestURI()

2001-09-26 Thread jean-frederic clere
Ignacio J. Ortega wrote: Probably will be the Session id interceptor that does not understand a encoded jsessionid, not in the mod_jk.. I was thinking that ap_escape_uri was changing ? into %3b and causing the problem... Saludos , Ignacio J. Ortega -Mensaje original- De:

Re: JK in TC 4.0 ?

2001-09-25 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: On Sat, 22 Sep 2001, Remy Maucherat wrote: ballot [ ] +1. Integrate the mod_jk JARs with the Tomcat 4 distributions. I'll help testing / maintaining it. [ ] +0. Good idea. [ ] -0. Bad idea. [ ] -1. No, because: /ballot My vote: +1 (I'll update

Re: [PATCH] SSL how-to documentation

2001-09-25 Thread jean-frederic clere
Attila Szegedi wrote: A quick look inside the source code of sun.security.provider.JavaKeyStore reveals the following line in the getPreKeyedHash() method: md.update(Mighty Aphrodite.getBytes(UTF8)); Background: They're storing a MD5 hash of the password in the keystore to ensure the

Re: [PATCH] to get Client Certificates in TC3.3

2001-09-21 Thread jean-frederic clere
prefer to have a CertCompat because we could have Java2 and no JSSE. Is JSSE and JDK1.1 possible? It seems ok - the only question is if we should put it in before or after RC1. Costin On Thu, 20 Sep 2001, jean-frederic clere wrote: Hi, I have prepared a patch to get

Re: [PATCH] to get Client Certificates in TC3.3

2001-09-21 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: On Fri, 21 Sep 2001, jean-frederic clere wrote: Regarding CertCompat: I'm not sure we need it, the functions could be added to jdk11Compat. It's not a big deal, I can change this after you commit ( unless you have reasons or a preference to create a compat

Re: Client Certificate using http1.0 and TC3.3

2001-09-20 Thread jean-frederic clere
Clere, Jean-Frederic wrote: Hi, I have prepared a patch to allow to use javax.servlet.request.X509Certificate with the Http10Connector of TC3.3. But I think the TC does not send a list of Acceptable client certificate CA names, therefore I am not able to test my patch. Has anyone

[PATCH] to get Client Certificates in TC3.3

2001-09-20 Thread jean-frederic clere
Hi, I have prepared a patch to get the javax.servlet.request.X509Certificate working with the Http10Connector. I will commit it tomorrow (after removing the println() and retesting with JSSE and without JSSE). I have enclosed the patch for Http10Interceptor.java and the 2 new CertCompat files.

Re: Status of Cert handling in Tomcat 3.3

2001-09-19 Thread jean-frederic clere
Larry Isaacs wrote: Hi, With the latest source and the attached patch from Nacho, isapi_redirect.dll is able to pass the certificate to Tomcat. However, when I try it out on Win2k and IIS5.0 I get the following exception displayed: Ajp13: Certificate convertion failed

Client Certificate using http1.0 and TC3.3

2001-09-19 Thread jean-frederic clere
Hi, I have prepared a patch to allow to use javax.servlet.request.X509Certificate with the Http10Connector of TC3.3. But I think the TC does not send a list of Acceptable client certificate CA names, therefore I am not able to test my patch. Has anyone already request for client certificate in

Re: SSL Attributes

2001-09-18 Thread jean-frederic clere
Clere, Jean-Frederic wrote: Hi, I have patched mod_jk for TC4.0 so that the SSL Attributes follow the spec's (SRV.4.7). I have not found anything in the 2.2 spec's about it. I have noted that the javax.servlet.cert.X509Certificate of TC3.3 is a String not an array of

Re: SSL Attributes

2001-09-18 Thread jean-frederic clere
Ignacio J. Ortega wrote: I have found it the 2.2 Spec's (5.7 SSL Attributes). Now I have started to fix Ajp13 in jakarta-tomcat so that it follows the spec's. For the moment I will only return the first certificate. Returning the complete chain is quite a lot of data and it is

Re: SSL Attributes

2001-09-18 Thread jean-frederic clere
GOMEZ Henri wrote: +1 , and a comment on Readme.txt as is a spec compliance issue Until we find a way to cache Client Certificate Chain.. Or we add 2 more messages in ajp13/14 - to get the chain when the user request it. In fact, even the client certificate should be retrieved only

Re: [VOTE] New Committer: Bojan Smojver

2001-09-17 Thread jean-frederic clere
+1 Larry Isaacs wrote: I would like to propose Bojan Smojver as a committer. He has supplied a number of patches as well as done useful testing. I think he would make good addition to the Jakarta team. Vote, please... Larry Isaacs

Re: Tomcat Service Manager

2001-09-17 Thread jean-frederic clere
Dave Oxley wrote: Pier, Yeah, it's all in C++. Sorry about that :( It's very much for Windows only and it doesn't talk to Tomcat directly, only the Windows Service API. In fact it's hardly Tomcat specific at all. Well, the code in jakarta-tomcat-service/native/winnt is also containing

Re: IIS Connector for TC4.0

2001-09-17 Thread jean-frederic clere
GOMEZ Henri wrote: I feel we'll need some schemas on mod_jk workers and webapp broker to see how to better understand them :) And an updated WARP Protocol documentation ;-) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD

Re: mod_webapp/SSL and TC 4.0

2001-09-17 Thread jean-frederic clere
Ignacio J. Ortega wrote: SPEC 2.3 : SRV.4.7 SSL Attributes Nota: the key size and cipher suite used are not allways available in web-server (IIS for example) Regard keysize in IIS, Please check this page below and point me to what is key_size for 2.3 spec?, HTTPS_KEYSIZE

SSL Attributes

2001-09-17 Thread jean-frederic clere
Hi, I have patched mod_jk for TC4.0 so that the SSL Attributes follow the spec's (SRV.4.7). I have not found anything in the 2.2 spec's about it. I have noted that the javax.servlet.cert.X509Certificate of TC3.3 is a String not an array of java.servlet.request.X509Certificate. What should we

Re: mod_webapp/SSL and TC 4.0

2001-09-14 Thread jean-frederic clere
Pier Fumagalli wrote: GOMEZ Henri [EMAIL PROTECTED] wrote: Hi to all, I take a look at mod_webapp and warp java, and didn't find reference to SSL informations forwarded from WebServer. Should it be fixed before release since it may break the spec ? I could grab code from

Re: mod_webapp/SSL and TC 4.0

2001-09-14 Thread jean-frederic clere
GOMEZ Henri wrote: It should works at least for Apache 1.3/2.0. To follow the Servlet 2.3, take a look at jk in J-T-C since it also handle the SSL_KEY_SIZE. Yes, will do... Check out # 3510... You'll have also to grab other information like cipher suite used and bit size of the

Re: mod_webapp/SSL and TC 4.0

2001-09-14 Thread jean-frederic clere
Clere, Jean-Frederic wrote: GOMEZ Henri wrote: It should works at least for Apache 1.3/2.0. To follow the Servlet 2.3, take a look at jk in J-T-C since it also handle the SSL_KEY_SIZE. Yes, will do... Check out # 3510... You'll have also to grab other information like

Re: mod_webapp/SSL and TC 4.0

2001-09-14 Thread jean-frederic clere
GOMEZ Henri wrote: About SSL_KEY_SIZE I have just noted I have committed a wrong code... I will redo the things in some minutes ;-( I had to add SL_A_SSL_KEYSIZE from the apj14 protocol to apj13 otherwise we cannot fill javax.servlet.request.key_size. Warning, original ajp13 didn't

Re: mod_webapp/SSL and TC 4.0

2001-09-14 Thread jean-frederic clere
GOMEZ Henri wrote: Should we had this attribute to JT also to avoid broke TC 3.2/3.3 when using mod_jk from JTC ? Would it be possible to ignore this attribute in TC 3.2/3.3? The problem is that the current ajp13 java implementation TC 3.2/3.3 ignore this attribute and will fail to

Re: mod_webapp/SSL and TC 4.0

2001-09-14 Thread jean-frederic clere
GOMEZ Henri wrote: I think there a little more missing: - SSL_CLIENT_CERT_CHAIN_n (n is a number). - The user certificate object stored by mod_jk is a String not a X509Certificate - I have prepared a patch for it - Patch for WebApp or JK, BTW? I'm starting to get confused :)

Re: DO NOT REPLY [Bug 3611] - TEST BUG (Please Ignore)

2001-09-14 Thread jean-frederic clere
Pier Fumagalli wrote: [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3611. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED

Re: IIS Connector for TC4.0

2001-09-14 Thread jean-frederic clere
GOMEZ Henri wrote: WebApp will talk only AJPv14/WARP, based on APR, and only ported to Apache 1.3 and 2.0, when we're happy with it, with the 3.3 implementation of AJPv14/WARP, with the new/revised/corrected APR-based API, we can start porting all other stuff over, and in 12 years

<    3   4   5   6   7   8   9   10   >