TOMCAT + mod_jk or mod_webapp

2001-01-25 Thread jean-frederic clere
Hi all, I am wondering where to put put my energy mod_jk or mod_webapp. Looking the repositories I have found the following: ./jakarta-tomcat/src/native/mod_jk/apache1.3/mod_jk.c ./jakarta-tomcat/src/native/mod_jk/apache2.0/mod_jk.c ./jakarta-tomcat/src/native/mod_jserv/mod_jserv.c

[PATCH] Makefile

2001-02-07 Thread jean-frederic clere
Hi, The Makefile in jakarta-tomcat-4.0/connectors are broken. I have fixed them. Find enclosed the patch. Cheers Jean-frederic ? Makedefs ? patch.txt ? apache-1.3/.libs Index: Makefile === RCS file:

Re: [PATCH] Makefile

2001-02-07 Thread jean-frederic clere
GOMEZ Henri wrote: Did you succeed using the web_app connector ? Not yet! I still have the same problem with cookies... La prise de conscience de votre propre ignorance est un grand pas vers la connaissance. -- Benjamin Disraeli -Original Message- From: jean-frederic

Porting mod_webapp to APACHE 2.0 (At least trying)

2001-02-09 Thread jean-frederic clere
Hi, I have started to port mod_webapp to APACHE 2.0, I reached the following: +++ Module Name: mod_webapp.c Content handlers: (code broken) Configuration Phase Participation: none Module Directives: WebAppConnection - [optional parameter] WebAppMount - Current Configuration:

Problem using Tomcat4.0 with xerces (actual CVS state)

2001-02-22 Thread jean-frederic clere
Hi All, I am trying to use Tomcat 4.0 with xerces. I had a configuration that works great a week ago. I have updated the CVS state and rebuild. Now it does not work. The file catalina.out contains the following: +++ Exception during startup processing

Re: Problem using Tomcat4.0 with xerces (actual CVS state)

2001-02-23 Thread jean-frederic clere
"Craig R. McClanahan" wrote: jean-frederic clere wrote: Hi All, I am trying to use Tomcat 4.0 with xerces. I had a configuration that works great a week ago. I have updated the CVS state and rebuild. Now it does not work. Because the output of the build proces

Re: jsvc_unix.c broken under linux ?

2001-02-26 Thread jean-frederic clere
"Pier P. Fumagalli" wrote: Marcus Crafter [EMAIL PROTECTED] wrote: Hi All, I've been trying to build the service code from the Tomcat 4.0b1 source base under my Linux system. Unfortunately there seems to be a problem with the systeminfo.h (and underlying sysinfo system call) header

Re: jsvc_unix.c broken under linux ?

2001-02-27 Thread jean-frederic clere
GOMEZ Henri wrote: I wonder what is jsvc ? ie when using it and from what ? After all, on my linux machine I had to specify the location of libjvm.so and other JRE .so files via LD_LIBRARY_PATH anyway (otherwise I would receive a JVM init error while the VM was

Using Tomcat4.0 (CVS) with xerces

2001-03-02 Thread jean-frederic clere
Hi, There is (still) a problem using xerces with Tomcat4.0: +++ Exception during startup processing java.lang.reflect.InvocationTargetException: javax.xml.parsers.FactoryConfigurationError: org.apache.crimson.jaxp.SAXParserFactoryImpl at

Re: Using Tomcat4.0 (CVS) with xerces

2001-03-05 Thread jean-frederic clere
"Craig R. McClanahan" wrote: jean-frederic clere wrote: Hi, There is (still) a problem using xerces with Tomcat4.0: Could you expand on precisely what JAR files you have in what directories when it fails, and when it succeeds? The result of build.sh gives the following

TOMCAT4.0 and REGEXP for CVS

2001-03-09 Thread jean-frederic clere
Hi, I have noted that jakarta-regexp from CVS produces jakarta-regexp-1.3-dev.jar. But catalina/build.xml expects jakarta-regexp-1.2.jar... A note it the README telling that TOMCAT4.0 requires jakarta-regexp-1.2 will not be bad. Cheers Jean-frederic

Re: mod_webapp status?

2001-03-22 Thread jean-frederic clere
GOMEZ Henri wrote: I'm rewriting it using APR... As we speak... Pier (under the snow in Dublin) APR is a great piece of code but it will restrict Tomcat to have only one front-end, Apache Web Server. No, that is not exactly the goal of APR, it is USED by APACHE2.0 but

Re: mod_webapp status?

2001-03-22 Thread jean-frederic clere
GOMEZ Henri wrote: No, that is not exactly the goal of APR, it is USED by APACHE2.0 but should/could be standalone. But it means probabably 2 portables run time for the non-Apache servers. I prefer to use apr_socket_create() than to see several #ifdef #else #endif in mod_webapp, the

Re: Problem with JNI...

2001-04-25 Thread jean-frederic clere
Daniel Diaz wrote: Hello I have now another strange problem. I have reinstalled my machine with a RedHat 7.0, here is the unmae -a output: Linux lima.univ-paris1.fr 2.2.16-22 #1 Tue Aug 22 16:49:06 EDT 2000 i686 unknown but my previous JNI application no longer works (even afetr a

[PATCH] mod_jk apache20 shells

2001-04-27 Thread jean-frederic clere
Hi all, 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 ;=) Cheers Jean-frederic Index: build-unix.sh

Re: [PROPOSAL AJP14] AJP13 Evolution

2001-05-07 Thread jean-frederic clere
GOMEZ Henri wrote: Lots of good stuff. A few ideas/possibilities: Happy to see you allready read it Dan :) 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

Re: [PROPOSAL AJP14] AJP13 Evolution

2001-05-08 Thread jean-frederic clere
GOMEZ Henri wrote: 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

Re: ajp13 and tomcat 4

2001-05-11 Thread jean-frederic clere
kevin seguin wrote: GOMEZ Henri wrote: The discussion about jakarta-tomcat-connectors is closed and the CVS is created (even if I still couldn't access it) -kevin. btw, the reason i'm so interested in this because i want to make the switch from tc3 to tc4, but i *have* to

Re: [PROPOSAL AJP14] AJP13 Evolution

2001-05-14 Thread jean-frederic clere
GOMEZ Henri wrote: 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 APR is only related to

Re: cvs commit: jakarta-tomcat-connectors/jk/src/native/apache2.0 mod_jk.c

2001-05-14 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: hgomez 01/05/14 02:26:07 Added: jk/src/native/apache2.0 mod_jk.c Log: +++ CUT +++ Why apache2.0/apache1.3 and not apache-2.0/apache-1.3? mod_webapp uses apache-1.3 it would be better to have the same structure to allow an easy integration of

configure for jakarta-tomcat-connectors

2001-05-14 Thread jean-frederic clere
Hi, I have started a configure.in and makefile(s).in for the jakarta-tomcat-connectors. 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 a makefile.in for

Re: Trying New Connectors Build Stuff

2001-05-15 Thread jean-frederic clere
Pier P. Fumagalli wrote: GOMEZ Henri at [EMAIL PROTECTED] wrote: Will you also Jon, contribute to jakarta-tomcat-connectors ? You were invited with Pier last week and there is still no anwsers :) Was I? Whops, didn't notice... Sorry... What should I do? Throw away all my code and

Re: configure for jakarta-tomcat-connectors

2001-05-15 Thread jean-frederic clere
GOMEZ Henri wrote: I have started a configure.in and makefile(s).in for the jakarta-tomcat-connectors. Currently I have just prepared it for Apache2.0 and Apache1.3, before going on I have some questions: I tested the configure/makefile stuff and it works well but could you also add

Re: configure for jakarta-tomcat-connectors

2001-05-15 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: On Mon, 14 May 2001, jean-frederic clere wrote: Hi, I have started a configure.in and makefile(s).in for the jakarta-tomcat-connectors. Excelent ! Currently I have just prepared it for Apache2.0 and Apache1.3, before going on I have some questions

Re: virus warnings and

2001-05-15 Thread jean-frederic clere
Pier P. Fumagalli wrote: Jay Doggett at [EMAIL PROTECTED] wrote: Ok, good call. I had multiple mail rules for this list. I still think that virus posters should get expunged. I didn't get any virus... Pier I also didn't get any virus, but our company mail servers may filter

Re: configure for jakarta-tomcat-connectors

2001-05-16 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: On Tue, 15 May 2001, jean-frederic clere wrote: By the way I have a question: Why jk_jni_worker.c is in common not in jni? What it is used for? (I have to add JAVA_HOME to the configure for it and I am curious). Error - it shouldn't be in common

[PATCH] configure.in for jakarta-tomcat-connectors

2001-05-16 Thread jean-frederic clere
Hi, I have added the detection of the JAVA_HOME and OS that will be need for the jni connector. It is a copy of acinclude.m4 of JServ and some improvements. ;=) Please check it and commit it. Cheers Jean-frederic

Re: [PATCH] configure.in for jakarta-tomcat-connectors

2001-05-16 Thread jean-frederic clere
Clere Jean-Frederic FSC EP LP COM 5 wrote: Hi, I have added the detection of the JAVA_HOME and OS that will be need for the jni connector. It is a copy of acinclude.m4 of JServ and some improvements. ;=) Please check it and commit it. Cheers Jean-frederic Oops... I have suddenly

Re: [PATCH] configure.in for jakarta-tomcat-connectors

2001-05-17 Thread jean-frederic clere
Hi, Henri has point out the patch is wrong: The IBM JVM has the jni_md.h located in JAVA_HOME/include directly. So I have patched the patch. Tomorrow I will start to write a README.configure and go on with missing features. I hope it is now Ok, check and commit it. Cheers Jean-frederic

Re: Build system for mod_webapp and Apache 2.0

2001-09-05 Thread jean-frederic clere
Hi, I have committed it. Note that the --disable-shared MUST NOT be removed otherwise libtool uses the dynamic libraries and we want it to use the static ones. Cheers Jean-frederic Ryan Bloom wrote: LOCAL_HEADER([Configuring APR]) LOCAL_FILTEREXEC( - [./configure

Re: Build system for mod_webapp and Apache 2.0

2001-09-05 Thread jean-frederic clere
Ryan Bloom wrote: On Wednesday 05 September 2001 04:13, jean-frederic clere wrote: If you don't remove the --disable-shared, then libtool 1.4 can't compile mod_webapp as a dynamic library. I just want a DSO file... - On my Linux if I remove the --disable-shared to the APR, libtool

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_map.c jk_map.h jk_util.c jk_util.h

2001-09-05 Thread jean-frederic clere
Hi, I would like to comment the following: Some of the const are causing a lot of warnings, I have stopped fixed because I was afraid to have to change too much things... (I have put /* DIRTY */ where I have stopped forwarding the const). Any comment? Cheers Jean-frederic [EMAIL PROTECTED]

Re: Patch for mod_jk and Apache 2.0

2001-09-06 Thread jean-frederic clere
Many thanks. I have committed it. Ryan Bloom wrote: This patch allows mod_jk to successfully serve pages against Apache 2.0 and Tomcat 4.0. This is required after the changes to abstract out location and directory walks from the core request processing. This was created by Will Rowe and

Re: cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 mod_webapp.c

2001-09-07 Thread jean-frederic clere
Pier Fumagalli wrote: GOMEZ Henri [EMAIL PROTECTED] wrote: I didn't agree with that Pier, we must try to keep compatibility with previous release of Apache 2.0, since there IS STILL NO official release. Many users are still using Apache 2.0.24-alpha (including myself), or even

Re: cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0mod_webapp.c

2001-09-07 Thread jean-frederic clere
Pier Fumagalli wrote: jean-frederic clere [EMAIL PROTECTED] wrote: I could stick with the last official tarball since that's an easy piece of thing to download. So, if the latest version is 2.0.18 alpha (don't even know since I use HEAD), The is 2.0.25 (Thank STATUS!). 20010808

Re: [VOTE] New commiter Ryan Bloom

2001-09-10 Thread jean-frederic clere
+1 GOMEZ Henri wrote: I would like to propose Ryan Bloom as commiter in Tomcat, and particulary on jakarta-tomcat-connector. Ryan is one of the dev leader in Apache 2.0 and contributed many patch for both mod_jk and mod_webapp, showing us that connectors avoid politics :) Vote,

Re: cvs commit: jakarta-tomcat-4.0/webapps/examples build.xml

2001-09-10 Thread jean-frederic clere
Punky Tse wrote: Seems like only need this should work Sure: It is in the class list. (But I do not have yet the example that uses it). Index: build.xml === RCS file:

Re: cvs commit: jakarta-tomcat-4.0/webapps/examples build.xml

2001-09-10 Thread jean-frederic clere
That is worse: Have a look to catalina/build.xml (lib/mail.jar). I will test and commit a better patch... Punky Tse wrote: Seems like only need this should work Index: build.xml === RCS file:

Re: cvs commit: jakarta-tomcat-4.0/webapps/examples build.xml

2001-09-10 Thread jean-frederic clere
Hi, You are faster that me! (And my repository was not up to date!). Cheers Jean-frederic [EMAIL PROTECTED] wrote: remm01/09/10 09:55:40 Modified:webapps/examples build.xml Log: - Forgot jndi.jar. Sorry ... Revision ChangesPath 1.13 +1 -0

Re: cvs commit: jakarta-tomcat-4.0/webapps/examples build.xml

2001-09-10 Thread jean-frederic clere
Remy Maucherat wrote: That is worse: Have a look to catalina/build.xml (lib/mail.jar). I will test and commit a better patch... What is the problem with that change (which I already committed) ? No problem... Just my repository is some hours too old ;-). Next time I will read the

Re: cvs commit: jakarta-tomcat-4.0 RELEASE-PLAN-4.0.txt

2001-09-12 Thread jean-frederic clere
Hi, How was the issue with sun.tools.javac.Main solved? Cheers Jean-frederic [EMAIL PROTECTED] wrote: craigmcc01/09/11 22:25:58 Modified:.RELEASE-PLAN-4.0.txt Log: Up to the minute status. Revision ChangesPath 1.13 +15 -10

Re: Remaining Tomcat 3.3 Issues

2001-09-12 Thread jean-frederic clere
David Oxley wrote: Larry, Any chance of committing the attached patch before 3.3rc1. It makes jk_nt_service maintain a list of currently installed services in the registry. This is so the Service Manager I have written can work. I will be submitting the Service Manager in a few hours for

Re: cvs commit: jakarta-tomcat-4.0 BUILDING.txt

2001-09-13 Thread jean-frederic clere
Hi, What about telling how to get xalan.jar? Like: Xalan could be downloaded from http://xml.apache.org/dist/xalan-j, the xalan.jar file is located in the bin directory of the Xalan installation. Which Xalan should be used? - I have used xalan-j_2_2_D10 - Cheers Jean-frederic [EMAIL

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

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: 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: 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: 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: [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: 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

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: 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:

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: [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/

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: 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: 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: [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: [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: [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: 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: 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-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

  1   2   3   4   5   6   7   8   9   10   >