Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-27 Thread jean-frederic clere
JK2 2.0.1 and JK2 2.0.2: * Fix the bug 14293. Thanks to Martin Kraemer for his help. [Jean-Frederic Clere] * Don't send initial chunk for chunked encoding, fix #14282 [Costin Manolache] * Fix the POST data on JNI [Mladen Turk] * Remove the deprecated message

Re: Valve order

2002-11-26 Thread jean-frederic clere
that help. Oui merci ;-)) -- Jeanfrancois jean-frederic clere wrote: Hi, Just an easy question: How could I be sure that my valve is the first one in the valve chain? Cheers Jean-frederic -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Valve order

2002-11-25 Thread jean-frederic clere
Hi, Just an easy question: How could I be sure that my valve is the first one in the valve chain? Cheers Jean-frederic -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Tagging JK 1.2.1

2002-11-22 Thread jean-frederic clere
Henri Gomez wrote: I'll tag next week JK 1.2.1, after conducting tests to see if latest Costin path on chunked didn't break anything. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] For info the watchdog (4.0.0) gives the

Re: Tagging JK2_2_0_2

2002-11-22 Thread jean-frederic clere
Mladen Turk wrote: -Original Message- I remember that a FIONBIO was causing me some problems it seems there is a #if 0 #endif So the code between is not used any more. Could we remove it? Yes... That was my invention after all (blocking blocked socket) ;-). /* When a socket is

Re: [JK2] jni channel doesn't send POST data (WAS: [JK2] Apache2add read-ahead for POST data)

2002-11-21 Thread jean-frederic clere
Mladen Turk wrote: -Original Message- From: Costin Manolache It's most likely a bug. I know Nacho is using JNI with IIS - and the code looks fine. Yeah, it was... Just fixed it in the cvs. We were sending reply msg and the handler was feeding post msg. Oops I fill a bit guilty

Re: Tagging JK2_2_0_2

2002-11-21 Thread jean-frederic clere
Mladen Turk wrote: Hi, There has been lots of changes since 2.0.1 like: - Regular expressions for uri mapping - Duplicating global directives - Fixing POST on JNI - etc... I'm planning to tag the JK2 on Monday 25th. Any objections to that? I have some patches to commit. I will mail when I

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

2002-11-21 Thread jean-frederic clere
Mladen Turk wrote: That's like you said ... ;) Is there a Java implementation withouth threads? I do not think so. If not then, we should disable jni for non-threaded apr. Make that dependent of HAVE_JNI. There is no need to compile in the JNI for non-threaded servers. Yes. But that is

Re: Tagging JK2_2_0_2

2002-11-21 Thread jean-frederic clere
Mladen Turk wrote: Hi, There has been lots of changes since 2.0.1 like: - Regular expressions for uri mapping - Duplicating global directives - Fixing POST on JNI - etc... I'm planning to tag the JK2 on Monday 25th. Any objections to that? I remember that a FIONBIO was causing me some

Re: [JK2] Apache2 add read-ahead for POST data

2002-11-20 Thread jean-frederic clere
Mladen Turk wrote: Hi, Seems that we have some problems reading POST data from Apache2. My proposal is to add the read ahead buffer. Looking at some modules I found that most of them has that feature. For example mod_isapi has a default read ahead buffer length of 49152 bytes (48 k). (Why?)

Re: jk and jk2 doc on jakarta site

2002-11-19 Thread jean-frederic clere
Henri Gomez wrote: What about moving documentation for jk and jk2 to : http://jakarta.apache.org/jakarta-tomcat-connectors/jk/ http://jakarta.apache.org/jakarta-tomcat-connectors/jk2/ The actual location are: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/doc/

/x2/www/jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2

2002-11-15 Thread jean-frederic clere
Hi, I have updated my script that processes the mod_jk and mod_jk2, now it fills: /x2/www/jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/doc for mod_jk /x2/www/jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc for mod_jk2 The Tomcat 4.1 points to a not yet automaticly generated

Re: /x2/www/jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2

2002-11-15 Thread jean-frederic clere
Remy Maucherat wrote: jean-frederic clere wrote: Hi, I have updated my script that processes the mod_jk and mod_jk2, now it fills: /x2/www/jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/doc for mod_jk /x2/www/jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc for mod_jk2

Re: Client-cert authentication.

2002-11-13 Thread jean-frederic clere
Moisés Serrano Martínez wrote: Thanks a lot. At the end I got it. Great! A new question: Does anybody know how to access to the data in a certificate from a client browser. In order to sign a document in a client who doesn´t have the Java environment. I am not sure I understand what you

Re: Client-cert authentication.

2002-11-13 Thread jean-frederic clere
Moisés Serrano Martínez wrote: - Original Message - From: jean-frederic clere [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Wednesday, November 13, 2002 4:58 PM Subject: Re: Client-cert authentication. Moisés Serrano Martínez wrote: Thanks a lot. At the end I

Re: [4.1.15] Jasper flushing, tagging ?

2002-11-08 Thread jean-frederic clere
Remy Maucherat wrote: I was wondering if people have been testing Jasper 2 from Tomcat 5 with flushing disabled. If testing is ok (Watchdog is, but from my experience it's not enough ;-) ), I would be willing to port it to the 4.1.x branch. I have yet to see a problem using the latest Tomcat 5

Re: [4.1.15] Jasper flushing, tagging ?

2002-11-08 Thread jean-frederic clere
Remy Maucherat wrote: jean-frederic clere wrote: Remy Maucherat wrote: I was wondering if people have been testing Jasper 2 from Tomcat 5 with flushing disabled. If testing is ok (Watchdog is, but from my experience it's not enough ;-) ), I would be willing to port it to the 4.1.x branch

Re: Client-cert authentication.

2002-11-08 Thread jean-frederic clere
Moisés Serrano Martínez wrote: I´ve done it and the problem continues: I´ve included the self-signed and intermedia certificates in cacerts ( perhaps it´s a problem with the java environment? what files is necesary to configure in order to obtain client-cert authentication? The only thing I am

Re: [VOTE] Proposed jspc refactoring

2002-11-07 Thread jean-frederic clere
Remy Maucherat wrote: Hi, jspc is IMO overly complex, with many features nobody knows how to use, and nobody cares to test (hence sometimes some of them are randomly broken during Jasper refactorings). I propose that: - In Tomcat 5, all jspc options are removed, in favor of allowing only the

Re: [VOTE] Proposed jspc refactoring

2002-11-07 Thread jean-frederic clere
Remy Maucherat wrote: jean-frederic clere wrote: The problem is that keeping the options is where the work has to be done... Removing cost (nearly) nothing but brinks nothing. Probably the vote could be: [ ] - Remove the options [ ] - Keep the options _and_ fix them. I don't really agree

Re: [ADDON] tomcat.nsi for Nullsoft 2.0

2002-11-07 Thread jean-frederic clere
Mladen Turk wrote: Hi, The new version (still beta) has nice UI interface, and cause of bz2 is almost 1M less in size. Is the Nullsoft 2.0 the OpenSource installer found under www.nullsoft.com? How it looks can be seen at:

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

2002-11-07 Thread jean-frederic clere
Mladen Turk wrote: Personally don't like hardcoded defines. Could that be guessed or forced in makefiles? It must be guessed in the configure... +/* affects include files on Solaris (for FIONBIO on Solaris 8) */ +#define BSD_COMP MT. -- To unsubscribe, e-mail:

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

2002-11-07 Thread jean-frederic clere
Henri Gomez wrote: Mladen Turk wrote: Personally don't like hardcoded defines. me too. Could that be guessed or forced in makefiles? I searched thru Apache 2.0.43 source and find these included by hand in files, but configure specialists should be able to fix it. JF ? Yes, but

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

2002-11-07 Thread jean-frederic clere
Mladen Turk wrote: -Original Message- From: jean-frederic clere It must be guessed in the configure... Why? Think we just add the -DBSD_COMP to the JK_CFLAGS in Makefile.in Well... I will do nearly the same but in configure.in after testing if needed or not. (BSD_COMP may break

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resourcesmessages_fr.properties

2002-11-06 Thread jean-frederic clere
Henri Gomez wrote: This should end the french translation of Tomcat 4.1 Catalina 2.0. Changes should be back ported to Tomcat 4.0 and now tomcat-jasper should be translated (may be 99% of the works is allready done from the translation done in TC 4.1 jasper). I have (quiclky) reviewed it and

Re: Client-cert authentication.

2002-11-06 Thread jean-frederic clere
Moisés Serrano Martínez wrote: Thanks a lot Bob and Jean-frederic for the response but I´m afraid I don´t understand clearly the solution: As far as I know, when I configure the server.xml of the Tomcat/conf directory in order to use the keystore where I´ve imported the trusted certs of the

Re: PersistentManager

2002-11-05 Thread jean-frederic clere
Clere, Jean-Frederic wrote: Hi, I am trying to use the PersistentManager. But it seems it is not working: - maxActiveSessions=0: No session are possible. (That is not what says the server.xml ). - saveOnRestart=true: A part creating the file it seems it is doing nothing. Has someone already

Re: french translation for servletapi (2.2)

2002-11-05 Thread jean-frederic clere
Henri Gomez wrote: Could it be commited ? Thanks # Default localized string information # Localized for Locale fr_FR err.not_iso8859_1={0} n''est pas un caractère ISO 8859-1 value.true=true value.false=false

Re: French translations - who's interested ?

2002-11-05 Thread jean-frederic clere
Henri Gomez wrote: There is still some works to finish french translation in TC4+CATALINA2+JASPER. Who's planning to make some works ? (JFC/JFA/REMM ?) Sorry I have not enough time fro the moment but I will review everything you will propose (at least I will try). Regards -- To

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/resourcesLocalStrings_fr.properties

2002-11-04 Thread jean-frederic clere
Jean-Francois Arcand wrote: Hi Henry, a couple of comment about your translation :-) [EMAIL PROTECTED] wrote: hgomez 2002/10/31 01:34:44 Added: catalina/src/share/org/apache/naming LocalStrings_fr.properties

PersistentManager

2002-11-04 Thread jean-frederic clere
Hi, I am trying to use the PersistentManager. But it seems it is not working: - maxActiveSessions=0: No session are possible. (That is not what says the server.xml ). - saveOnRestart=true: A part creating the file it seems it is doing nothing. Has someone already use it? I need a more

Re: production quality?

2002-10-31 Thread jean-frederic clere
Pier Fumagalli wrote: On 30/10/02 20:02, Martin Algesten [EMAIL PROTECTED] wrote: In a nutshell mod_proxy updates its cached entries with whatever new headers are given to it. E.g. first request comes into mod_proxy and it can't find the requested resource in its cache. It forwards on to my

Re: production quality?

2002-10-31 Thread jean-frederic clere
new field values given in the response. I suspect that is what we're seeing in mod_proxy. But I just realised that I have some reading to do, the stuff about weak and strong validator didn't make much sense to me... It changes the Content-Type and I think that is OK. Martin jean-frederic

Re: Status-Line with no Reason-Phrase

2002-10-31 Thread jean-frederic clere
I have reported a PR (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14086) about mod_jk. Because I am not getting the Reason-Phrase in the response. Martin Algesten wrote: It seems to me that the Coyote JK 2 connector doesn't set the Reason-Phrase for the responses, is this right? I know

Re: production quality?

2002-10-31 Thread jean-frederic clere
it as a bug. But think of an ISO image incorrectly transferted as text/html due to _bad_ mime type configuration, would not it be nice to just change the mime type and not resend the whole file? Martin jean-frederic clere wrote: Martin Algesten wrote: 1. Tomcat should either not send any headers

Re: TOMCAT memory usage : how to manage and benchmark ?

2002-10-29 Thread jean-frederic clere
Pier Fumagalli wrote: On 28/10/02 22:40, Bojan Smojver [EMAIL PROTECTED] wrote: On Tue, 2002-10-29 at 00:31, Pier Fumagalli wrote: Those are _not_ processes, they are threads... Use a decent operating system that supports them nicely (not Linux) and you'll see the difference (how many times

Re: TOMCAT memory usage : how to manage and benchmark ?

2002-10-29 Thread jean-frederic clere
Pier Fumagalli wrote: jean-frederic clere [EMAIL PROTECTED] wrote: The Linux threads implementation is _bad_ but that does not mean that the whole thing bad. That's why I said works for you? Good... For our setup we _need_ threads... So the problem is a little different: you need a JVM

dos xml files in 4.1.12

2002-10-25 Thread jean-frederic clere
Hi, I have noted that some files of the http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.12/bin/jakarta-tomcat-4.1.12.tar.gz are in msdos format. For example: webapps/ROOT/WEB-INF/web.xml but others are OK like: conf/tomcat-users.xml Any ideas what could have go wrong? Cheers

uri mapping problems

2002-10-18 Thread jean-frederic clere
Hi, I am fighting with the mapping of mod_jk2. (Apache-2.0). I have noted that things like [uri:/*_servlet_vehicle/*] is not working. Any hints? Cheers Jean-frederic -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail:

Re: SSL client auth in Tomcat 4.0

2002-10-16 Thread jean-frederic clere
Clere, Jean-Frederic wrote: Steven Bradley wrote: I'm using Tomcat 4.0 standalone on Windows 2000 and am having trouble getting SSL client authentication working (getting SSL server auth working was a snap). Here's what I've done so far: * created a self-signed client cert using

Re: linux tomcat usage

2002-10-16 Thread jean-frederic clere
kannaiyan balakrishnan wrote: Sir, I am programmer in java Servlets. Still date i am using tomcat server for windows os. Now recently i switched to linux OS. I had downloaded the linux version of jakarta-tomcat. But i couldn't able to install it. I would be happy if you specify or

Re: SSL client auth in Tomcat 4.0

2002-10-15 Thread jean-frederic clere
Steven Bradley wrote: I'm using Tomcat 4.0 standalone on Windows 2000 and am having trouble getting SSL client authentication working (getting SSL server auth working was a snap). Here's what I've done so far: * created a self-signed client cert using openSSL (key usage includes

Re: [5.0] 5.0.0 tag

2002-10-11 Thread jean-frederic clere
Remy Maucherat wrote: Is tagging 5.0.0 ok ? -0 : If the API has to change it is better to change it before tagging. I did some profiling on 5.0, and committed some optimizations. The biggest problem by far is the mapper (which thanks to the new welcome files code is much much worse

Re: [5.0] 5.0.0 tag

2002-10-11 Thread jean-frederic clere
Remy Maucherat wrote: jean-frederic clere wrote: Remy Maucherat wrote: Is tagging 5.0.0 ok ? -0 : If the API has to change it is better to change it before tagging. This is a milestone, probably not even an alpha. Think of it as Apache 2.0.0. OTOH, it will likely make the life

Re: commons-daemon release ?

2002-10-10 Thread jean-frederic clere
Costin Manolache wrote: Remy Maucherat wrote: Henri Gomez wrote: I wonder if a release of commons-daemon is planned. No, because promoting it to commons proper got vetoed. At the moment, it looks like a split between daemon and launcher will happen. For the record - nobody can 'veto'

Re: administration-howto.html

2002-10-10 Thread jean-frederic clere
Amy Roh wrote: Glenn Nielsen wrote: jean-frederic clere wrote: Hi, I am willing to use the administration tools of Tomcat but I am wondering where the administration-howto.html is located. If it is not existing I will create one similar to the existing manager-howto.xml. Any comments

Re: commons-daemon release ?

2002-10-10 Thread jean-frederic clere
Costin Manolache wrote: jean-frederic clere wrote: As I said, for 'chuid' functionality I prefer using a direct call - I have most of it implemented using jk2, I'll finish this well before 5.0 is released. I prefer to have a C wrapper that start the JVM and call methods than having

Re: [5.0] [VOTE] Remove deprecated and unsupported components

2002-10-09 Thread jean-frederic clere
ballot [X] Remove deprecated org.apache.catalina.connector components from the j-t-catalina module [ ] Leave them in /ballot Cheers Jean-frederic -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: commons-daemon release ?

2002-10-09 Thread jean-frederic clere
Henri Gomez wrote: I wonder if a release of commons-daemon is planned. JF ? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] I am using it in a product named openIS. The FSC QA are still complaining about small

Re: commons-daemon release ?

2002-10-09 Thread jean-frederic clere
Remy Maucherat wrote: Henri Gomez wrote: I wonder if a release of commons-daemon is planned. No, because promoting it to commons proper got vetoed. And the reasons why have not been changed... I had no time to write the needed code (and I was on holidays at the time of the veto: it was

Re: tomcat4 write in conf files which is not FHS compliant

2002-10-08 Thread jean-frederic clere
Henri Gomez wrote: Hi to all, Tomcat 4 make write access to 2 files in the conf directory, jk2.properties and tomcat-users.xml (and may be others). The problem is that FHS indicate that a conf directory should be read only. I have the same problem with /opt where I am installing Tomcat.

Re: JSP 2.0's J2SE 1.4 Requirement

2002-10-08 Thread jean-frederic clere
Henri Gomez wrote: Costin Manolache wrote: iasandcb wrote: Now it's almost clear that SRV 2.4 requires JDK 1.2 and JSP 2.0 does JDK 1.4. The main issue is discrepancy of J2SE requirement between SRV 2.4 and JSP 2.0, which are supposed to come up together. Actually, it isn't. All we

Re: Solaris 8, JK2, Apache 1.3.x - Segmentation fault

2002-10-08 Thread jean-frederic clere
Hannu Kivimäki wrote: Hello list, I'm updating from Tomcat 4.0.2 to 4.1.12 and decided to upgrade the Tomcat connector as well. I've had some problems with mod_webapp before, and as Tomcat docs recommend mod_jk2 over deprecated mod_jk, I chose JK2. I'm running Tomcat 4.1.12 and Apache

Re: Solaris 8, JK2, Apache 1.3.x - Segmentation fault

2002-10-08 Thread jean-frederic clere
Hannu Kivimäki wrote: Hi Jean-Frederic, And some debugger info from the core dump: 0xFF1B3144/i libc.so.1`strlen+0x80: ld[%o1], %o2 Any suggestions? Could you send more information from the core dump? Sure, but I'm not very familiar with C and debugging, so I

Re: Solaris 8, JK2, Apache 1.3.x - Segmentation fault

2002-10-08 Thread jean-frederic clere
Glenn Nielsen wrote: mod_webapp has been orphaned. Not completly. I am trying to find time to maintain it. Of course I have not enough time to enhance it. mod_jk JK2 is a new codebase that is still considered beta. mod_jk 1.2 with Ajp13 has been relatively stable for a while. I use this

Re: Apache 2.0.43 is out

2002-10-07 Thread jean-frederic clere
://developer.apple.com/techpubs/macosx/DeveloperTools/ ProjectBuilder/ProjectBuilder.help/Contents/Resources/English.lproj/C/ Optimizing.html Thank, Han Ming On Friday, October 4, 2002, at 09:48 AM, jean-frederic clere wrote: Clere, Jean-Frederic wrote: Henri Gomez wrote: We should

Re: [ANNOUNCEMENT] JK2 Released as 2.0.1

2002-10-07 Thread jean-frederic clere
Mladen Turk wrote: Hi all, The Jakarta-Tomcat-Connector team is pleased to announce the availability of JK2 2.0.1. Binaries and source versions of the release are available and can be downloaded from : http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v 2.0.1/

Re: [ANNOUNCEMENT] JK2 Released as 2.0.1

2002-10-07 Thread jean-frederic clere
Mladen Turk wrote: Hi all, The Jakarta-Tomcat-Connector team is pleased to announce the availability of JK2 2.0.1. Binaries and source versions of the release are available and can be downloaded from : http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v 2.0.1/

Re: [daemon] [VOTE] Code reorg and API changes

2002-10-07 Thread jean-frederic clere
Remy Maucherat wrote: As was discussed a while ago with Costin and a few others, it appears that the daemon API is inadequate, and a refactoring is proposed. The reorg is: - Removal of the daemon API (org.apache.commons.daemon), to be replaced by pure introspection. The rationale for

Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-10-04 Thread jean-frederic clere
Hi, Well the downlaod task needs a little more. I would like to test *.loc: if starting with http then use a download task. if not use a cvs + build task. Any comments? Cheers Jean-frederic [EMAIL PROTECTED] wrote: jfclere 2002/10/04 01:43:48 Modified:.

Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-10-04 Thread jean-frederic clere
Henri Gomez wrote: [EMAIL PROTECTED] wrote: jfclere 2002/10/04 01:46:33 Modified:.build.properties.sample Log: Upgrade to the lastest xerces. Revision ChangesPath 1.52 +3 -3 jakarta-tomcat-4.0/build.properties.sample Index:

Re: Apache 2.0.43 is out

2002-10-04 Thread jean-frederic clere
Henri Gomez wrote: We should provide new binaries for JK and JK2. I'll do JK/JK2 for Linux boxes (and FreeBSD) Who could do the same for Windows, Netware and Solaris ? On Solaris8 the binary of httpd is not yet available. BTW, I'm still waiting an account on moof to build a MacOSX

Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-10-04 Thread jean-frederic clere
Henri Gomez wrote: jean-frederic clere wrote: Henri Gomez wrote: [EMAIL PROTECTED] wrote: jfclere 2002/10/04 01:46:33 Modified:.build.properties.sample Log: Upgrade to the lastest xerces. Revision ChangesPath 1.52 +3 -3 jakarta-tomcat-4.0

Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-10-04 Thread jean-frederic clere
Clere, Jean-Frederic wrote: Henri Gomez wrote: jean-frederic clere wrote: Henri Gomez wrote: [EMAIL PROTECTED] wrote: jfclere 2002/10/04 01:46:33 Modified:.build.properties.sample Log: Upgrade to the lastest xerces. Revision ChangesPath 1.52

Re: Apache 2.0.43 is out

2002-10-04 Thread jean-frederic clere
Clere, Jean-Frederic wrote: Henri Gomez wrote: We should provide new binaries for JK and JK2. I'll do JK/JK2 for Linux boxes (and FreeBSD) Who could do the same for Windows, Netware and Solaris ? On Solaris8 the binary of httpd is not yet available. BTW, I'm still waiting an

Re: Tagging JK2_2_0_1?

2002-10-03 Thread jean-frederic clere
Mladen Turk wrote: There has been some major fixes inside the uriMap, uriEnv, apr_socket and lb that makes the 2_0_0 IMO unusable, and personally I'm ashamed as a RM that this was a release after all :(. Do not! That is a lot of work to make a release and all of us will benefit to the fact

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

2002-10-03 Thread jean-frederic clere
Costin Manolache wrote: Mladen Turk wrote: -Original Message- On Behalf Of Costin Manolache Are we documenting all those settings - and the details on why/how :-) ? Sure, like everyone else ;). Yes, I know :-) I'll try to get over the horrible and nonstandard DTD that we

Re: Weird seg fault on Mac OS X for mod_jk2 + Apache2

2002-10-03 Thread jean-frederic clere
Han Ming Ong wrote: Folks, I'm trying to trace down a TCP_NODELAY problem and wanted to see if it exists on the latest connector mod_jk2. So I configured Apache 2.0.42, Tomcat 4.1.12 and downloaded jakarta-tomcat-connectors-4.1.12-src. I managed to use GNU's libtoolize to configure

Re: [VOTE] JK2 2.1

2002-10-03 Thread jean-frederic clere
Henri Gomez wrote: Costin Manolache wrote: Henri Gomez wrote: More comments on APR and JK2. While making tomcat-connectors rpm for jk2, and also jk2 binaries for Linux, I wanted to have apache 1.3 jk2 built with JNI support. Do you have a multithreaded apache1.3 ? It's very

Re: Tagging JK2_2_0_1?

2002-10-03 Thread jean-frederic clere
Henri Gomez wrote: Something which should done will be to tag in C sources for use by scandoc (or doxygen). I'll try to do this for jk/native. Comments ? That is some work... The scandoc templates were prepared for mod_webapp. doxygen is what is most communily used in Apache. --

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

2002-10-03 Thread jean-frederic clere
Costin Manolache wrote: jean-frederic clere wrote: Costin Manolache wrote: Mladen Turk wrote: -Original Message- On Behalf Of Costin Manolache Are we documenting all those settings - and the details on why/how :-) ? Sure, like everyone else ;). Yes, I know :-) I'll try

Re: jk 1.2.0 error reported on tomcat-user

2002-10-02 Thread jean-frederic clere
Henri Gomez wrote: Someone has an idea of what could be the problem with ap_ctx-get ? It seems the user make use of ApacheToolbox. - This may add some info: I compiled Apache with ApacheToolbox. The modules are static but it has DSO support in it. Then again, I would expect an

Re: [VOTE] JK2 2.1

2002-10-02 Thread jean-frederic clere
Henri Gomez wrote: More comments on APR and JK2. While making tomcat-connectors rpm for jk2, and also jk2 binaries for Linux, I wanted to have apache 1.3 jk2 built with JNI support. JNI support in JK2 requires APR. So I build an apr 0.9.1 rpm, which include apr-utils since apr-utils

Re: mod_webapp for Apache 2, Win32

2002-10-02 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: Hello, I'd like to setup Apache 2.0.42 + TomCat 4.1 with mod_webapp on Win NT. I found mod_webapp binary for Apache 1.3. It works fine. But Apache 2 requires another mod_webapp binary. I failed to find it on ASF web sites. I found only sources. I've downloaded

Re: [VOTE] JK2 2.1

2002-10-02 Thread jean-frederic clere
Henri Gomez wrote: jean-frederic clere wrote: Henri Gomez wrote: More comments on APR and JK2. While making tomcat-connectors rpm for jk2, and also jk2 binaries for Linux, I wanted to have apache 1.3 jk2 built with JNI support. JNI support in JK2 requires APR. So I build an apr

Re: Cannot Build WebApp on Solaris 2.8

2002-10-01 Thread jean-frederic clere
using the cvs of mod_webapp I have fixed APR related problems some week ago. It is not possible to use Webapp-module-1.0-tc40 with apr-0.9.1. -Original Message- From: jean-frederic clere [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 1:32 AM To: Tomcat Developers List

Re: tomcat 3.3.2 cleanup

2002-10-01 Thread jean-frederic clere
Henri Gomez wrote: Costin Manolache wrote: Henri Gomez wrote: Costin Manolache wrote: Henri Gomez wrote: If everybody agree, what about removing src/native for tomcat 3.3.2 ? +1 Yes or no ? Actually, another way is to move mod_jserv in j-t-c, and remove src/native

Re: [VOTE] JK2 2.1

2002-10-01 Thread jean-frederic clere
General: [+0] Drop HAS_APR flags and dissalow building of JK2 without APR [ ] Keep everything like it is (the rest doesn't interests me) Regular expressions: [ ] Add pcre from httpd-2.0 to the common/pcre [ ] Add pcre from httpd-2.0 to the srclib/pcre [+1] Wait if pcre ever comes to the

Re: JK2 Tagged as JK2_2_0_0_rel

2002-10-01 Thread jean-frederic clere
Henri Gomez wrote: Mladen Turk wrote: Jakarta... Size is 401274 bytes Could you sign that if it OK. I forget to update KEYS prior tagging. Where is the source tarball ? URL needed... The only thing I have found is

Re: Cannot Build WebApp on Solaris 2.8

2002-09-30 Thread jean-frederic clere
Jay Ebert wrote: I followed the Building the WebApp module exactly and cannot build the webapp module for Solaris 2.8 using gcc 2.95. After a successful ./configure ... , I get the following errors on the make: Which APR are you using?

Re: JK2 Tagged as JK2_2_0_0_rel

2002-09-30 Thread jean-frederic clere
Mladen Turk wrote: JK2 has been retagged cause of socket bug (for some of us it was a feature :-). The sources are on: http://jakarta.apache.org/~mturk/ Cannot write to the builds dir, so if someone is willing to copy that to the builds/release. Nacho, Henri? I have removed the old

Re: [ANNOUNCEMENT]: JK 1.2.0 is now available

2002-09-27 Thread jean-frederic clere
Marx, Mitchell E (Mitch), ALCNS wrote: Where is Solaris 8, Apache 1.3? In preparation... Mitchell Evan Marx[EMAIL PROTECTED] ATT IP Network Configuration Provisioning Development -Original Message- From: Henri Gomez [mailto:[EMAIL PROTECTED]] Sent: Friday, September

Re: [POLL] aprize jk2

2002-09-25 Thread jean-frederic clere
Mladen Turk wrote: I would like to make a poll (something non-obligatory as a vote) about using apr/apr-util inside the jk2. The reason is quite simple, we have lots of extra code that we either duplicate or just mimic. Since the APR is already default for Apache2 and IIS, IMO there is no

Re: jk 1.2.0 and cygwin (showstoper ?)

2002-09-25 Thread jean-frederic clere
Henri Gomez wrote: More on cygwin : libtool seems to need more works, but using makefile.apxs in jk/native/apache-1.3 seems to works (after fixing socketvar.h in jk_global.h) ./common/ -Ic:progra~1javasoft1.3.1/include gcc --shared -o mod_jk.so jk_context.o jk_ajp_common.o jk_md5.o

Re: mod_jk 1.2.0 release proposal

2002-09-20 Thread jean-frederic clere
Henri Gomez wrote: Hi to all, Now that code and odc is stabilized in mod_jk 1.2.0, it could be time to do the release : +1 Proposals : Monday 2002/09/23 - Freeze native development Tuesday 2002/09/24 - Tag JTC as mod_jk 1.2.0 and prepare tarball, which will contains

Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11Http11Processor.java

2002-09-19 Thread jean-frederic clere
Bob Herrmann wrote: On Wed, 2002-09-18 at 13:58, Remy Maucherat wrote: Remy Maucherat wrote: [EMAIL PROTECTED] wrote: bobh2002/09/18 09:44:35 Modified:.gump.xml coyote/src/java/org/apache/coyote Request.java

Re: [BUG] jk2 jni doesn't work

2002-09-19 Thread jean-frederic clere
Mladen Turk wrote: -Original Message- From: jean-frederic clere OPT=-Djava.class.path=${TOMCAT_HOME}\bin\tomcat-jni.jar;${TOMCAT_HOME} \s erver\lib\commons-logging.jar I do not like this work-around: we will have end with a huge classpath. Neither do I, but this is the only

Re: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread jean-frederic clere
Mladen Turk wrote: -Original Message- From: jean-frederic clere Is it the same pcre than the one of httpd-2.0/srclib/pcre? Yes, It's the same as on the cvs. If yes it would be nice to put it in apr-util and share it with httpd-2.0 ;-) I've posted the following mail

Re: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread jean-frederic clere
Henri Gomez wrote: All the pcre related code from httd's util.c IMO can be moved to the apr-util. IIS/NES implemtation of jk will need pcre as shared libs / dll, so we'll have to update makefiles and documentations That is mod_jk2... But you are right we only require APR until now,

Re: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread jean-frederic clere
Henri Gomez wrote: jean-frederic clere wrote: Henri Gomez wrote: All the pcre related code from httd's util.c IMO can be moved to the apr-util. IIS/NES implemtation of jk will need pcre as shared libs / dll, so we'll have to update makefiles and documentations That is mod_jk2

Re: JK2: JNI doesn't work anymore?

2002-09-17 Thread jean-frederic clere
Mladen Turk wrote: Hi, Did someone been able to run the jk2 as inprocess lately on 4.1.10? Well, I'm having serious troubles, and think that the problems are in the Java part of the connector. I've put some debuging code to the AprImpl.java and I'm getting the following:

build errors

2002-09-12 Thread jean-frederic clere
Hi, I am fighting with the build of TC 4.1: +++ [javac] Compiling 14 source files to /home/jakarta/jakarta-tomcat-4.1/jasper/build/shared/classes [javac] /home/jakarta/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/Generator.java:388: Method isPoolingEnabled()

Re: cvs commit: jakarta-tomcat-connectors/jk/support jk_apxs.m4

2002-09-12 Thread jean-frederic clere
Henri Gomez wrote: [EMAIL PROTECTED] wrote: jfclere 2002/09/12 03:33:45 Modified:jk/support jk_apxs.m4 Log: Prevent using --with-apxs2 with apache-1.3 and vice-versa(s). Revision ChangesPath 1.5 +7 -1 jakarta-tomcat-connectors/jk/support/jk_apxs.m4

Re: cvs commit: jakarta-tomcat-connectors/jk/support jk_apxs.m4

2002-09-12 Thread jean-frederic clere
Henri Gomez wrote: jean-frederic clere wrote: Henri Gomez wrote: [EMAIL PROTECTED] wrote: jfclere 2002/09/12 03:33:45 Modified:jk/support jk_apxs.m4 Log: Prevent using --with-apxs2 with apache-1.3 and vice-versa(s). Revision ChangesPath 1.5 +7 -1

Re: cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 configweb.xml

2002-09-12 Thread jean-frederic clere
What about creating style(s) for the nested subsections? This document is not very readable for the moment and I am looking for ideas to improve it. [EMAIL PROTECTED] wrote: jfclere 2002/09/12 05:59:33 Modified:jk/xdocs/jk2 configweb.xml Log: Add a line to list the possible

Re: mod_jk 1.2.0 doc need review before release

2002-09-10 Thread jean-frederic clere
Henri Gomez wrote: Then I will arrange 1. And document 2 and 3 ;-) The doc has been updated : http://jakarta.apache.org/~hgomez/jk_docs/jk/ PS: Will you document 2 and 3 in aphowto.xml ? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

Re: [4.1] JK 2 docs

2002-09-10 Thread jean-frederic clere
Remy Maucherat wrote: I have refreshed the online docs bundle (which was really stale) so that people can see the result. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html Other new additions include the much needed Jasper documentation by Glenn. What about also having a link

Re: mod_jk 1.2.0 doc need review before release

2002-09-09 Thread jean-frederic clere
Henri Gomez wrote: Hi to all, I think the major part of the works on jk 1.2.0 documentation is now finished and I need review by jk commiters : http://jakarta.apache.org/~hgomez/jk_docs/ I'd like more informations from you about properties : cache_timeout, socket_timeout Also I

Re: jk doc works in progress

2002-09-06 Thread jean-frederic clere
Henri Gomez wrote: For those of you interested in seeing the jk documentation in progress just go to : http://jakarta.apache.org/~hgomez/jk_docs/ This documentation include jk and jk2 even if I'm focusing on jk to be ready for mod_jk 1.2.0 release Should I remove mine at

Re: jk doc works in progress

2002-09-06 Thread jean-frederic clere
Henri Gomez wrote: jean-frederic clere wrote: Henri Gomez wrote: For those of you interested in seeing the jk documentation in progress just go to : http://jakarta.apache.org/~hgomez/jk_docs/ This documentation include jk and jk2 even if I'm focusing on jk to be ready for mod_jk 1.2.0

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