Re: JspC compile JSP with JSTL

2003-01-28 Thread Henri Gomez
Jeanfrancois Arcand wrote: Replace the xercesImpl.jar with Xerces 2.1.0. There is a bug in Xerces that cause that strage error., Or use the Xerces 2.3.0 which should fix such error ;) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: Tomcat ajp13 connector: ajp14 extension how to force apache todo login

2003-02-06 Thread Henri Gomez
Gang Zhang wrote: Hi: I read the ajp faq and noticed that the ajp13 extension allows login to be performed between apache/IIS and tomcat. However it was hard for me to find any information about how to set the password information for apache side. I read the java side of the connector,

Re: [4.1.20] Tagging today

2003-02-11 Thread Henri Gomez
jean-frederic clere wrote: Remy Maucherat wrote: jean-frederic clere wrote: Remy Maucherat wrote: Hi, I plan to tag 4.1.20 later today. Thanks to Glenn and Jan for getting some good fixes in. I would like to add some changes in Manager: For example to add createEmptySession that fixes

Re: [5.0.1] Tagging today

2003-02-19 Thread Henri Gomez
Remy Maucherat wrote: From my experience, Tomcat 5.0.1 doesn't appear to have any critical issue remaining. I plan to put the 5.0.1 tag later today and release alpha binaries. Remy Will you put the necessary source/binaries in : http://jakarta.apache.org/builds/jakarta-tomcat/ or may be

Re: JDK 1.4 - again

2003-02-19 Thread Henri Gomez
Vic Cekvenich wrote: Some time ago I posted that maybe Tomcat 5.0 should require 1.4, and Tomcat 4 be 1.3. News: Resin 3.0 (the fastest container) requires JDK1.4. Resin is commercial product and a company make its own choice (see M$). Tomcat is OSS and follow what developpers/users feel the

commons-el.jar

2003-02-25 Thread Henri Gomez
Sorry for this question but any release date for commons-el.jar ? Which version should I use since everything we have in nightly ? Regards - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

quick note

2003-02-26 Thread Henri Gomez
Amazingly I discovered that mod_jk, mod_jk2 and mod_webapp were not registered in Apache Modules Registry (http://modules.apache.org/) Fixed !!! Back to real life - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: socket errors in catalina.out and mod_jk.log

2003-02-26 Thread Henri Gomez
Sven Köhler wrote: hi, i didn't get any useful response in the tomcat-user-mailinglist. many users have messages in their catalina.out, saying that a socket times out, or a connection had been closed. these messages look like this: 25.02.2003 20:22:48 org.apache.jk.common.ChannelSocket

Re: Maybe a new addon for TomCat?!

2003-02-26 Thread Henri Gomez
Federico wrote: Hi, we are five italian programmers and we have finished some days ago Puff, a http cache proxy written in java that have some interesting features like a spider that prefetch the web links and an option to convert all images to black and white one to have a speeder connection

Re: Maybe a new addon for TomCat?!

2003-02-27 Thread Henri Gomez
Federico wrote: For everyone who want to test our software and tell us how it is: 1)We require a JVM 1.4.0 because we use regular expression and something else Why not use jakartas regexp/oro instead, it will make your code 1.3.1 ready. 2) Yes it's a stand alone application, maybe we can do a

Re: socket errors in catalina.out and mod_jk.log

2003-02-27 Thread Henri Gomez
Sven Köhler wrote: void processConnection(MsgContext ep) { try { MsgAjp recv=new MsgAjp(); while( running ) { int status= this.receive( recv, ep ); i looked into these sources, and i am shocked!!! this.receive() uses this.read(), and this

Re: socket errors in catalina.out and mod_jk.log

2003-02-27 Thread Henri Gomez
Sven Köhler wrote: Could you give us more information : - jk version you're using (jk or jk2) mod_jk (not mod_jk 2) version 1.2.2 - Apache webserver (1.3/2.0) apache 1.3.27 - Operating system hosting tomcat and apache it's suse linux 7.3 with kernel 2.4.20 with sun jdk 1.4.1_01 This

Re: socket errors in catalina.out and mod_jk.log

2003-02-27 Thread Henri Gomez
Sven Köhler wrote: read-error should not happen, as mod_jk could send a quit-paket or something (analog to the ftp-protocol) read-error happen BECAUSE APACHE HTTPD server close client when it recycle them. i hoped, you would react on this one. What's the problem with this connection closing

Re: socket errors in catalina.out and mod_jk.log

2003-02-27 Thread Henri Gomez
Sven Köhler wrote: i looked into these sources, and i am shocked!!! this.receive() uses this.read(), and this method finally calls the InputStream.read(). as everybody should know, InputStrean.read() returns -1 if the end of the inputstream is reached. this case is checked, but instead of doing

Re: socket errors in catalina.out and mod_jk.log

2003-02-28 Thread Henri Gomez
i guess server-admins want to distinguish between normal-server operation and network-errors. currently the log is flooded with unimportant log-messages that are the result of bad error-detection (i hope, i can do better) Without specifics add-ons on the protocol, I doubt you could distinguiss

Re: socket errors in catalina.out and mod_jk.log

2003-02-28 Thread Henri Gomez
Glenn Nielsen wrote: Henri Gomez wrote: Sven Köhler wrote: When Apache will be closing connections at a high rate, you make Tomcat spend precious cycle to catch exceptions, and so you'll slow tomcat also. FYI, Apache close ajp13 connections each time it recycle/kill a child and under heavy load

Re: socket errors in catalina.out and mod_jk.log

2003-02-28 Thread Henri Gomez
[EMAIL PROTECTED] wrote: Why not restart work on mod_webapp? I still wonder why it got dropped. Because there was only one developper, Pier, with little help from JF Clere. BTW, jk2 is here, it's modular and use solid foundations. Why not works on it ?

Re: socket errors in catalina.out and mod_jk.log

2003-02-28 Thread Henri Gomez
Henri Gomez wrote: [EMAIL PROTECTED] wrote: Why not restart work on mod_webapp? I still wonder why it got dropped. Because there was only one developper, Pier, with little help from JF Clere. BTW, jk2 is here, it's modular and use solid foundations. Why not works on it ? And JK2 support

Re: mod_jk 1.2 Apache 2.0 piped mod_jk logs

2003-02-28 Thread Henri Gomez
Glenn Nielsen wrote: I have a patch which uses APR to implement logging for mod_jk 1.2 for Apache 2.0. This update allows piped logs to be used. This allows you to pipe the mod_jk logs to external programs such as apache's rotatelogs or cronolog. I will commit this to CVS unless there are any

Re: socket errors in catalina.out and mod_jk.log

2003-03-05 Thread Henri Gomez
Costin Manolache wrote: Henri Gomez wrote: Another point is that adding new message to protocol make it incompatible with olders java implementations or with alternate This is not entirely true. It is quite easy to configure what messages get sent by mod_jk - the admin is supposed to know

Re: socket errors in catalina.out and mod_jk.log

2003-03-05 Thread Henri Gomez
Costin Manolache wrote: Sven Köhler wrote: 3. On top of regular request/response. Almost everything related with auth, pings, discovery, reconfiguration can be implemented by just using regular Ajp13 requests - with a special URL. That is by far my favorite mechanism. It also has the advantage

Re: [5.0] Monitor servlet

2003-03-05 Thread Henri Gomez
Remy Maucherat wrote: Hi, I proposed that to Costin a few days ago, but got not so enthusiastic comments. The idea would be to add a new monitor servlet to the manager webapp. It would generate data similar to http://www.apache.org/server-status. It would mostly (exclusively ?) use JMX to

Re: Is JK2 via ajp13 MT-safe

2003-03-05 Thread Henri Gomez
Jorge Alonso de Armiño Escudero wrote: Hi all, we are developing a jk2 connector to communicate our own Web Server with Tomcat4.1.18 via ajp13, and when we connect simultaneously more than one thread against Tomcat, some of them stay blocked in jk2_channel_socket_readN(). Is jk2 via ajp13

tomcat4 start script

2003-03-06 Thread Henri Gomez
Hi to all, Some of my friends in the jpackage project have problems with the way tomcat4 start/stop. There is case where a catalina.sh stop didn't stop a running tomcat. In such case a restart (stop/start) failed. I proposed them to works on a patch where the pid of the launched tomcat java will

Re: tomcat4 start script

2003-03-06 Thread Henri Gomez
Henri Gomez wrote: Hi to all, Some of my friends in the jpackage project have problems with the way tomcat4 start/stop. There is case where a catalina.sh stop didn't stop a running tomcat. In such case a restart (stop/start) failed. I proposed them to works on a patch where the pid

Re: tomcat4 start script

2003-03-06 Thread Henri Gomez
Tim Funk wrote: I had a similar issue where my solution was on shutdown to call System.exit() if tomcat did not shutdown in a pre-configured amount of time (which can be turned off for embedded apps). This way it works for windows too. Here is the bug report with patch:

Re: tomcat4 start script

2003-03-06 Thread Henri Gomez
Costin Manolache wrote: Remy Maucherat wrote: Costin Manolache wrote: Henri Gomez wrote: Henri Gomez wrote: Hi to all, Some of my friends in the jpackage project have problems with the way tomcat4 start/stop. There is case where a catalina.sh stop didn't stop a running tomcat

Re: tomcat4 start script

2003-03-06 Thread Henri Gomez
I commited in TC 4.1 and CATALINA HEAD (not in TC 4.0.X) And an updated in TC 3.3.2-dev (HEAD) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tomcat4 start script

2003-03-06 Thread Henri Gomez
Henri Gomez wrote: I commited in TC 4.1 and CATALINA HEAD (not in TC 4.0.X) And an updated in TC 3.3.2-dev (HEAD) These updated shell script (TC 3.3.x, 4.1 and 5.0) should make life easier for people which want to use tomcat via initd script, ie all Linux RPM based distros

Re: hex dump error in catalina.out

2003-03-06 Thread Henri Gomez
Jason Corley wrote: I have been noticing some odd errors in the catalina.out on my systems running 4.1.18 (installed via RPM on Red Hat Linux 7.3). Can someone explain what the hex stuff is and what is causing this? I had originally thought the problem was due to not having the maxProcessors

Re: [4.1.22] Tag soon

2003-03-07 Thread Henri Gomez
Remy Maucherat wrote: Now that the last JSPC patches have been ported and tested, I plan to tag Tomcat 4.1.22 soon, hopefully today, otherwise by Monday. I don't think any regressions were introduced since 4.1.21, so I think this will be the next stable release for 4.1.x. May be some people

Re: [4.1.22] Tag soon

2003-03-07 Thread Henri Gomez
And the updated JDBC store :) (I don't plan to test either) Bad boy ;-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [ANN] Tomcat 4.1.22 Alpha released

2003-03-10 Thread Henri Gomez
Remy Maucherat wrote: Tomcat 4.1.22 Alpha is now available for testing. Changes over 4.1.21 include: - Fix for mangling with JSPC - Fix precompilation with tag libraries packaged in JARs - Fix JDBC store thread safety bug which was causing improper session access The release notes include the

Re: [ANN] Tomcat 4.1.22 Alpha released

2003-03-10 Thread Henri Gomez
Henri Gomez wrote: Remy Maucherat wrote: Tomcat 4.1.22 Alpha is now available for testing. Changes over 4.1.21 include: - Fix for mangling with JSPC - Fix precompilation with tag libraries packaged in JARs - Fix JDBC store thread safety bug which was causing improper session access The release

Re: [ANN] Tomcat 4.1.22 Alpha released

2003-03-11 Thread Henri Gomez
Costin Manolache wrote: Henri Gomez wrote: Henri Gomez wrote: Remy Maucherat wrote: Tomcat 4.1.22 Alpha is now available for testing. Changes over 4.1.21 include: - Fix for mangling with JSPC - Fix precompilation with tag libraries packaged in JARs - Fix JDBC store thread safety bug which

Re: JK2 for AOLserver 4.0

2003-03-11 Thread Henri Gomez
Alexander Leyke wrote: Hello, I am a developer at AOL and have been recently working on a JK2 family module for AOLserver. The module is ready now and I'd like to take steps necessary to contribute the sources to Tomcat project. I read the guidelines for contribution, but still am a bit

Tomcat as it's own apache subproject ?

2003-03-11 Thread Henri Gomez
Did some of you ever think that Tomcat could became a direct Apache subproject, like ant ? It seems Maven follow the same way. As such having Tomcat as a direct Apache projects will allow a Tomcat PMC ? Costin, Remy, other commiters, what do you think ?

Re: Tomcat as it's own apache subproject ?

2003-03-11 Thread Henri Gomez
Costin Manolache wrote: Henri Gomez wrote: Did some of you ever think that Tomcat could became a direct Apache subproject, like ant ? It seems Maven follow the same way. As such having Tomcat as a direct Apache projects will allow a Tomcat PMC ? Costin, Remy, other commiters, what do you think

Re: Tomcat as it's own apache subproject ?

2003-03-12 Thread Henri Gomez
Remy Maucherat wrote: Henri Gomez wrote: Did some of you ever think that Tomcat could became a direct Apache subproject, like ant ? It seems Maven follow the same way. As such having Tomcat as a direct Apache projects will allow a Tomcat PMC ? Costin, Remy, other commiters, what do you think

Re: Catalina shutdown port as command line param?

2003-03-14 Thread Henri Gomez
Costin Manolache wrote: Mladen Turk wrote: Hi, I was wondering if we can add the '-shutdown portnumber' to the catalina's command line parameters. The usage would be to enable multiple TC instances using the same server.xml file. If present the param would override the config's Server port=8005

Re: mod_jk 1.2.3 release

2003-03-14 Thread Henri Gomez
Glenn Nielsen wrote: It has been a while since a mod_jk 1.2 release was done. There have been a number of bug fixes and a few minor feature enhancements. I just did some commits to fix some bugs I was seeing with mod_jk 1.2 and Apache 2.0. Some of these will also improve the connector for other

Re: Catalina shutdown port as command line param?

2003-03-14 Thread Henri Gomez
Shapira, Yoav wrote: Howdy, The usage would be to enable multiple TC instances using the same server.xml file. But what about the real connector ports, used by apps, defined inside server.xml? Would you need to change those as well? In 5.0 I would like to use ajp13 for shutdown, like in 3.3

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.cjk_ajp_common.h

2003-03-14 Thread Henri Gomez
[EMAIL PROTECTED] wrote: glenn 2003/03/14 05:36:35 Modified:jk/native CHANGES.txt jk/native/apache-2.0 mod_jk.c jk/native/common jk_ajp_common.c jk_ajp_common.h Log: Traced through the code to clean up error handling for when a client aborts a

Re: mod_jk 1.2.3 release

2003-03-17 Thread Henri Gomez
Glenn Nielsen wrote: Henri Gomez wrote: Glenn Nielsen wrote: It has been a while since a mod_jk 1.2 release was done. There have been a number of bug fixes and a few minor feature enhancements. I just did some commits to fix some bugs I was seeing with mod_jk 1.2 and Apache 2.0. Some

Re: [4.1.23] Tag soon

2003-03-17 Thread Henri Gomez
Glenn Nielsen wrote: Remy Maucherat wrote: Hi, I plan to tag 4.1.23 soon. The big question remaining is if we remove, or not, the commons-fileupload related functionality. Personally, I'm willing to ignore the issue. I am ok with releasing 4.1.23 with commons-fileupload Beta 1 release. We

Re: [4.1.23] Deprecating mod_webapp

2003-03-20 Thread Henri Gomez
George Sexton wrote: From a purely practical standpoint, that would be terribly complicated. Mod_webapp would have to read and fully understand the web.xml and all of the servlet mappings. This is made even more impossible by the addition of filters to the Servlet API. How can mod_webapp even

Re: [Fwd: [PATCH] fix syntax error in mod_jk2 file jk_channel_apr_socket.c]

2003-03-21 Thread Henri Gomez
Jeff Trawick wrote: (reposting) If someone can give me a clue and suggest a better venue for getting this bug fixed, please let me know. Note that gcc complains about this code too, but doesn't consider it a fatal error. Original Message Subject: [PATCH] fix syntax error in

Re: FW: Poor documentation for jk

2003-03-24 Thread Henri Gomez
-- Forwarded Message From: mark [EMAIL PROTECTED] Date: Fri, 21 Mar 2003 10:25:52 -0500 To: [EMAIL PROTECTED] Subject: Poor documentation for jk Hi Webmaster, I would like to bring to light the fact that the documentation for the jk mod to bind apache and tomcat is severly skrewd. It's

Re: FW: jakarta_tomcat_mod_jk connector

2003-03-24 Thread Henri Gomez
-- Forwarded Message From: Tony Lockhart [EMAIL PROTECTED] Date: Fri, 21 Mar 2003 08:33:01 -0800 (PST) To: [EMAIL PROTECTED] Subject: Fwd: jakarta_tomcat_mod_jk connector As followup to my previous note, I have contacted redhatLinux, and found that their version of Apache for linux8.0

Re: [PROPOSAL] Distributing the .jar files as binaries in release

2003-03-24 Thread Henri Gomez
Costin Manolache wrote: We currently distribute .tar.gz / .zip with the full tomcat as well as RPM, .so, .exe. I would like to start adding .jar files as part of the release process for tomcat - eventually even for 4.1.24 ( we just need to upload the current jars as a separate download ). The

Re: [PROPOSAL] Distributing the .jar files as binaries in release

2003-03-24 Thread Henri Gomez
Costin Manolache wrote: Remy Maucherat wrote: For example if we fix something in jk - should we have to make a full new release of tomcat ? Same for jasper, catalina, etc. Yes, we do. We release stable builds based on multiple components. We can't support pick and choosing (latest big example:

Re: lb_factor defect.

2003-03-24 Thread Henri Gomez
LAGALISSE Eric wrote: After several test using mod_jk 2.0.43 on Linux with apache 2.0.43 we noticed that if we define workers.properties as follow the load balancing send to both tomcat server but not in the same ratio. For example if we stress with 100 users, 80 are routed to the first tomcat

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/servletsStatusManagerServlet.java

2003-03-24 Thread Henri Gomez
[EMAIL PROTECTED] wrote: remm2003/03/24 04:46:39 Using XML will avoid bad remarks from Jon ;) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [GUMP] Build Failure - jk2

2003-03-24 Thread Henri Gomez
Ignacio J. Ortega wrote: I'm trying to fix the failure below when building libjkjni.so .. Anyone knows what happens here ? I've tried to see what the difference is between mod_jk2 for apache 2 that builds ok, and one difference i found is that mod_jk2 is linked against APR without any problem

Re: [PROPOSAL] Distributing the .jar files as binaries in release

2003-03-24 Thread Henri Gomez
Costin Manolache wrote: Henri Gomez wrote: To follow a Packaged approach, ie using rpm/deb, tc5/tc4.1 should have its own jars and dependencies on externals jar (logging, mx4j.). With this way it's easy to maintain a tomcat version with up to date externals jars (assuming they are backward

FYI: PureTLS 0.9b3 Released

2003-03-28 Thread Henri Gomez
0.9b3 Released! The current version of PureTLS is 0.9b3. New features include Security fix: Improved Bleichenbacher (million-message attack) protection (only relevant for servers) Checking for Basic Constraints in CA certificates Checking for Key Usage in CA certificates Validity date checking

Re: FYI: PureTLS 0.9b3 Released

2003-03-28 Thread Henri Gomez
Remy Maucherat wrote: Henri Gomez wrote: 0.9b3 Released! The current version of PureTLS is 0.9b3. New features include Security fix: Improved Bleichenbacher (million-message attack) protection (only relevant for servers) Checking for Basic Constraints in CA certificates Checking for Key Usage

Re: Help on mod_jk for tomcat 4.0.x + httpd 2.0.40 on RedHat 8.0

2003-04-03 Thread Henri Gomez
Prasanth S wrote: Hai, I have a Redhat 8.0 machine runnin apache 2.0.40 (rpm -ivh httpd-2.040, i have the httpd-devel 2.0.40 too) and tomcat 4.0.6. I was trying to compile jakarta-tomcat-connectors-jk-1.2.0-src for getting mod_jk.so module to integrate the above two server. I am failing in every

Re: Help on mod_jk for tomcat 4.0.x + httpd 2.0.40 on RedHat 8.0

2003-04-03 Thread Henri Gomez
Bill Barker wrote: The no apache given warning is a red-herring. It is simply saying that it can't build mod_jk for non-so. You also shouldn't have to specify '--enable-EAPI', since that will be picked up from the apxs settings. I've never tried to build mod_jk1.2.x on RH myself. It works well

Re: How do I get my change into CVS ?

2003-04-03 Thread Henri Gomez
David Cassidy wrote: Dear All, I've submitted this bug http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18472 which includes patches for both apache2 and apache1.3's mod_jk2.c to make the JkSetUri commands work... How do I / someone else go about getting it into CVS ? They should be reviewed by

Re: Help on mod_jk for tomcat 4.0.x + httpd 2.0.40 on RedHat 8.0

2003-04-04 Thread Henri Gomez
Prasanth S wrote: Henri, I have autmake 1.6.3 , libtool 1.4.2, autoconf 2.53 I usually run ./buildconf before running the ./configurecommand. Just use configure which should be ready for you - To unsubscribe, e-mail:

Re: JK2 module for AOLserver

2003-03-28 Thread Henri Gomez
Alexander Leyke wrote: Hi, A question about enhancement adoption process - how long does it typically take for new code to show up in CVS, in nightly builds? What is the verification process for new code? I have posted enhancement request to the mailing list and to Bugzilla

Re: [ANN] Apache Tomcat mod_jk 1.2.4 Web Server Connector released

2003-06-16 Thread Henri Gomez
Glenn Nielsen wrote: The Tomcat team has released version 1.2.4 of the Tomcat mod_jk web server connector. This version fixes a number of minor bugs and ports all features from the Apache 1.3 version to the Apache 2 version of mod_jk 1.2. See the file CHANGES.txt in the source distribution for

Re: [ANN] Apache Tomcat mod_jk 1.2.4 Web Server Connector released

2003-06-16 Thread Henri Gomez
BTW, the JF-Clere fix in configure.in to use the libtool in Apache 2.0 case, don't works with Redhat 8.0/9.0 where there is an Apache 2.0.40 with post 2.0.40 security fixes. And what is the error? It works with a vanilla Apache-2.0.40. I don't know what they do with their 2.0.40 version but

Re: [ANN] Apache Tomcat mod_jk 1.2.4 Web Server Connector released

2003-06-17 Thread Henri Gomez
jean-frederic clere wrote: Henri Gomez wrote: BTW, the JF-Clere fix in configure.in to use the libtool in Apache 2.0 case, don't works with Redhat 8.0/9.0 where there is an Apache 2.0.40 with post 2.0.40 security fixes. And what is the error? It works with a vanilla Apache-2.0.40. I don't

Apache 2 and mod_jk and mod_dir doesn't works

2003-06-18 Thread Henri Gomez
Hi to all, DirectoryIndex doesn't works anymore with mod_jk (1.2.4) and mod_dir from Apache 2.0.46. I set the JkOptions +ForwardDirectories in a VirtualHost config. I could see that in jk_translate uri_map is called and find the correct worker, but jk_handler is never called and as such the URI

Re: [PATCH] make sure mod_jk for Apache 2 is linked like apxs wouldhave done it

2003-06-18 Thread Henri Gomez
Jeff Trawick wrote: This fixes mod_jk segfaults when gcc is used to build mod_jk with gcc on AIX. Currently, the -brtl ld flag is missing. Linking with apxs takes care of that and, in general, can clear up other differences. According to the comment, apxs wasn't used because it compiles all

Re: Apache 2 and mod_jk and mod_dir doesn't works

2003-06-18 Thread Henri Gomez
Henri Gomez wrote: Hi to all, DirectoryIndex doesn't works anymore with mod_jk (1.2.4) and mod_dir from Apache 2.0.46. I set the JkOptions +ForwardDirectories in a VirtualHost config. I could see that in jk_translate uri_map is called and find the correct worker, but jk_handler is never called

Re: Apache 2 and mod_jk and mod_dir doesn't works

2003-06-18 Thread Henri Gomez
Glenn Nielsen wrote: Argh, that config option didn't get tested with the mod_dir/mod_alias change. Happy to help ;-) With that bug fix, and the others recently submitted it looks like we will need to do another mod_jk 1.2 release in the next month. Could we have a quick release, I need this one

Re: [PATCH] make sure mod_jk for Apache 2 is linked like apxs wouldhave done it

2003-06-25 Thread Henri Gomez
Linux with Apache 2.0.40? RH 9 by any chance? Redhat 8.0 and 9.0 use a modified 2.0.40 Apache. In fact it's a 2.0.40 with many security fixes back ported but the configure/apxs is still 2.0.40 based ;( - To unsubscribe, e-mail:

Re: Tomcat 3.2.4 Crashes on solaris 7

2003-06-25 Thread Henri Gomez
Dayan Simon wrote: Hi I had installed my Tomcat 3.2.4 on solaris7 using JDK1.4 in my jsp i tried to forward the Request to another jsp but it crashes my tomcat getServletConfig().getServletContext().getRequestDispatcher(/xxx/xxx.jsp).forward(request, response); Does anybody has any

Re: mod_jk multiple slashes reveals jsp code

2003-06-25 Thread Henri Gomez
Palle Girgensohn wrote: Hi, When using mod_jk and apache13: JkMount /app/*jsp ajp13 will redirect requests like http://server/app/foobar.jsp to tomcat, just fine. But, http://server//app/foobar.jsp will not be catched by JkMount, and apache will send the jsp source code to the browser. Of

Re: mod_jk multiple slashes reveals jsp code

2003-06-25 Thread Henri Gomez
Palle Girgensohn wrote: setup: FreeBSD 4.8-RELEASE, apache 1.3.27 w/ mod-ssl 2.8.14, mod_jk 1.2.3 and 1.2.4. Tomcat version is irrelevant since the request never leaves apache, but anyway, it is tomcat 3.3.1a. JkMount /pp/system/*jsp Shouldn't it be : JkMount /pp/system/*.jsp

Re: mod_jk multiple slashes reveals jsp code

2003-06-25 Thread Henri Gomez
Palle Girgensohn wrote: --On onsdag, juni 25, 2003 11.41.29 +0200 Henri Gomez [EMAIL PROTECTED] wrote: Palle Girgensohn wrote: setup: FreeBSD 4.8-RELEASE, apache 1.3.27 w/ mod-ssl 2.8.14, mod_jk 1.2.3 and 1.2.4. Tomcat version is irrelevant since the request never leaves apache, but anyway

Re: mod_jk multiple slashes reveals jsp code

2003-06-26 Thread Henri Gomez
Palle Girgensohn wrote: --On onsdag, juni 25, 2003 11.16.02 +0200 Henri Gomez [EMAIL PROTECTED] wrote: Palle Girgensohn wrote: Hi, When using mod_jk and apache13: JkMount /app/*jsp ajp13 will redirect requests like http://server/app/foobar.jsp to tomcat, just fine. But, http://server//app

Re: mod_jk multiple slashes reveals jsp code

2003-06-26 Thread Henri Gomez
Marc Slemko wrote: On Thu, 26 Jun 2003, Henri Gomez wrote: Could we stop useless critics and flams and be more positives. I'm sorry that you think it is useless to point out the specific areas where mod_jk and mod_jk2 are doing things wrong. If jk's does some things wrong, we're open to make

Re: [PATCH] make sure mod_jk for Apache 2 is linked like apxs wouldhave done it

2003-06-26 Thread Henri Gomez
vtxclere is a Linux box. Linux with Apache 2.0.40? RH 9 by any chance? Henri had the problem with RH and Apache 2.0.40. I am just trying to help to fix it. Any news for the configure fixe, to have a 1.2.5 release soon ?

Re: cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2003-06-27 Thread Henri Gomez
[EMAIL PROTECTED] wrote: What about a 1.2.5 release soon ? billbarker2003/06/26 20:10:44 Modified:jk/native/apache-2.0 mod_jk.c Log: Port from apache-1.3 Revision ChangesPath 1.80 +6 -4 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index:

Re: cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2003-06-27 Thread Henri Gomez
BTW, we need a fix for this libtool problem. What about adding libtool in configure.in via a --with-libtool ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.cjk_uri_worker_map.h

2003-06-27 Thread Henri Gomez
Marc Slemko wrote: On Thu, 27 Jun 2003 [EMAIL PROTECTED] wrote: billbarker2003/06/26 19:54:18 Modified:jk/native/common jk_uri_worker_map.c jk_uri_worker_map.h Log: Fix problem with URLs that contain //. This is essentially what Apache/httpd does in location_walk. Make sure you

Why Redhat 8.0 / 9.0 still use 2.0.40 (+ security fixes)

2003-06-27 Thread Henri Gomez
For those who wonder why Redhat didn't update Apache 2.0 in distro 8.0 and 9.0, just read : http://www.redhat.com/advice/speaks_backport.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[TRICK] mod_jk build on Redhat 8.0 / 9.0

2003-06-27 Thread Henri Gomez
Under Redhat 8.0/9.0, the Apache 2.0 installed is 2.0.40 with security fixes. But the apxs is still the one from 2.0.40 so the apxs -q LIBTOOL, used in configure didn't works. A solution for RH users to build jk 1.2.4 is : ./buildconf.sh ./configure --with-apxs=/usr/sbin/apxs make

Re: [OT] Dead laptop

2003-06-30 Thread Henri Gomez
jean-frederic clere wrote: Remy Maucherat wrote: Snif, snif, my Sony Vaio GRX laptop is dead :-( I was using it for all my TC development, as well as my email. That means I'll waste some time reconfiguring stuff on my desktop (which I was using as a test machine) before I'm up and running

Re: cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2003-07-01 Thread Henri Gomez
Henri Gomez wrote: [EMAIL PROTECTED] wrote: What about a 1.2.5 release soon ? +1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: mod_jk 1.2.5 release

2003-07-02 Thread Henri Gomez
Glenn Nielsen wrote: I have created a mod_jk 1.2.5 test release distribution. I made a few minor changes. I have removed all the jk/build.* files and the README.txt file. They refer to using ant to build the connector and AJP but that doesn't work because these source releases are only for the

Re: mod_jk 1.2.5 release

2003-07-02 Thread Henri Gomez
Glenn Nielsen wrote: Henri Gomez wrote: Glenn Nielsen wrote: I have created a mod_jk 1.2.5 test release distribution. I made a few minor changes. I have removed all the jk/build.* files and the README.txt file. They refer to using ant to build the connector and AJP but that doesn't work

Re: cvs commit: jakarta-tomcat-connectors/jk/tools/reports tomcat_trend.pl

2003-07-03 Thread Henri Gomez
[EMAIL PROTECTED] a écrit : glenn 2003/07/03 07:41:12 Modified:jk/tools/reports tomcat_trend.pl Log: Prevent script from failing on bad date format Revision ChangesPath 1.5 +7 -3 jakarta-tomcat-connectors/jk/tools/reports/tomcat_trend.pl Index:

Re: Buggy mod_jk2 AJP 13 communications?

2003-07-09 Thread Henri Gomez
James Courtney a écrit : Developers, Forgive the post to the developer list but I honestly feel that my question(s) are detailed enought to be of interest to the development community for Tomcat and have thus far remained largely unaddressed by the tomcat-user community. Please also

jk 1.2.25 release ?

2003-07-09 Thread Henri Gomez
Any date ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jk 1.2.25 release ?

2003-07-09 Thread Henri Gomez
Henri Gomez a écrit : Any date ? Oups: mod_jk 1.2.5 of course - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jk 1.2.25 release ?

2003-07-09 Thread Henri Gomez
Glenn Nielsen a écrit : I was hoping to get it released this week. But I just noticed that under Apache 2 mod_jk piped logs there are two instances of the piped log program running for the same log file. I want to track this down. I also just implemented load balancing this morning on a

Re: mod_jk 1.2 endpoint cache

2003-07-18 Thread Henri Gomez
Glenn Nielsen a écrit : I have been testing mod_jk 1.2.5 with Apache 2 and load balancing. I noticed in the source that mod_jk 1.2 endpoint cache's are disabled by forcing ep_cache_sz=0. I did a cvs log and could not find any comments on why this is so. Is there a reason why this is disabled?

Re: mod_jk 1.2.5 release

2003-07-18 Thread Henri Gomez
Glenn Nielsen a écrit : I have taken care of the serveral minor bug fixes I wanted to get into the mod_jk 1.2.5 release. But I still have the question below about endpoint caching. I would like to renable endpoint caching for use by threaded servers. Is there any reason to not do this?

Re: mod_jk 1.2 endpoint cache

2003-07-18 Thread Henri Gomez
Glenn Nielsen a écrit : Henri Gomez wrote: Glenn Nielsen a écrit : I have been testing mod_jk 1.2.5 with Apache 2 and load balancing. I noticed in the source that mod_jk 1.2 endpoint cache's are disabled by forcing ep_cache_sz=0. I did a cvs log and could not find any comments on why

Re: mod_jk 1.2 endpoint cache

2003-07-18 Thread Henri Gomez
Glenn Nielsen a écrit : Henri Gomez wrote: Glenn Nielsen a écrit : I have been testing mod_jk 1.2.5 with Apache 2 and load balancing. I noticed in the source that mod_jk 1.2 endpoint cache's are disabled by forcing ep_cache_sz=0. I did a cvs log and could not find any comments on why

Re: mod_jk 1.2 endpoint cache

2003-07-18 Thread Henri Gomez
Sorry for the confusion, you are right. It does get set later on. Did you get a chance to review the minor changes I made in the last week? Yes and I don't see any problems. With that resolved I am ready to roll another test mod_jk 1.2.5 release. If that looks ok we can vote on doing the

Re: FW: mod_jk2

2002-07-04 Thread Henri Gomez
Quoting Pier Fumagalli [EMAIL PROTECTED]: Fyi... Not acked... Just replied to this gentleman :) Asked to stay tuned and watch announcement on tomcat-dev for mod_jk 1.2.0 and 2.0.0 alpha. Henri -- Forwarded Message From: Mark Howell [EMAIL PROTECTED] Date: Thu, 4 Jul 2002 02:51:24

Re: [VOTE] Apache Tomcat 5.0 Proposal

2002-07-08 Thread Henri Gomez
As long as the interfaces don't change too much (especially, Container and Component, all the rest I don't care). We started out process of stripping out for good all the stuff distributed with TC4x, working on some new startup classes and so on (and looking over at the excellent work made

jspc - more patch

2002-07-08 Thread Henri Gomez
Hi to all, A coworker found some more problems with jspc encoding and provided the attached patch for 3.3.1. Thanks to take a look and apply (didn't have access to cvs via ssh for now). Regards -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

Re: jspc - more patch

2002-07-08 Thread Henri Gomez
Quoting Henri Gomez [EMAIL PROTECTED]: Oups, attachment missing : Hi to all, A coworker found some more problems with jspc encoding and provided the attached patch for 3.3.1. Thanks to take a look and apply (didn't have access to cvs via ssh for now). Regards -- To unsubscribe

  1   2   3   4   5   6   7   8   9   10   >