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 th

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

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 su

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

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 b

ant and jtc

2003-02-27 Thread Henri Gomez
From what I see, it seems we also need ant HEAD to compile parts of JTC (JndiProperties). Did this stuff will be in ant 1.5.2 release ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

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

TC 4.1.21 build error with jikes

2003-02-27 Thread Henri Gomez
It tried to build TC 4.1.21 with jikes but got the following error : Any idea ? build-main: [javac] Compiling 170 source files to /usr/src/redhat/BUILD/tomcat4-4.1.21/jakarta-tomcat-4.1.21-src/webapps/build/admin/WEB-INF/classes [javac] Found 2 semantic errors compiling "/usr/src/redhat

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 messa

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 method

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 mod

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: commons-modeler in jtc and catalina

2003-02-26 Thread Henri Gomez
Remy Maucherat wrote: Henri Gomez wrote: It seems that latest JTC / CATALINA require now a post 1.0 modeler. Did there is release plan for modeler 1.1 ? As it is the central piece of the JMX features in Tomcat 5.0, I don't think we are ready for a freeze-and-release yet. Ok, so I'

commons-modeler in jtc and catalina

2003-02-26 Thread Henri Gomez
It seems that latest JTC / CATALINA require now a post 1.0 modeler. Did there is release plan for modeler 1.1 ? Regards - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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 processCo

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 command

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 PROTE

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 b

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 bet

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

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: For additional commands, e-mail:

Re: [proposal] JK2 (WIN32) add dynamic load balancing

2003-01-23 Thread Henri Gomez
Mladen Turk wrote: Hi guys, It's been a long time :-). I would like to add the dynamic load balancing to the existing one. Since I know how to implement that only on WIN platform, I'll elaborate that a bit. The WIN32 has Performance Monitor that monitors server's activity. There is also and int

Re: Tomcat 5 target JDK1.4?

2003-01-22 Thread Henri Gomez
V. Cekvenich wrote: I'm very happy that Tomcat works well on 1.4, I can't however see any reason to "requiring" 1.4, what are the benefits? Should we artificially create obstacles for the sake of it? Martin Would you be "more" happier if JDK 1.4 made tomcat faster and more stable and have l

Re: Tomcat 5 target JDK1.4?

2003-01-22 Thread Henri Gomez
I'm very happy that Tomcat works well on 1.4, I can't however see any reason to "requiring" 1.4, what are the benefits? Should we artificially create obstacles for the sake of it? +1 -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Tomcat 5 target JDK1.4?

2003-01-21 Thread Henri Gomez
Costin Manolache wrote: I use Idea. I should start learning vi :-) ( well, I do use emacs and vi a lot - but not for java, so I may still have a chance ... ) I use vi for at least 14 years, but for java dev I turned to eclipse last year, and it's hard to reswicth to vi ;) -- To unsubscribe

Re: Tomcat 5 target JDK1.4?

2003-01-21 Thread Henri Gomez
V. Cekvenich wrote: Glenn Nielsen wrote: V. Cekvenich wrote: For TC 4 OK, but TC5 will have tested 4 vendors JVM 1.4. Most people run JDK 1.4 now. Perhaps you do, but where is the data to support your claim above that most people run JDK 1.4? Going around to clients site. What are you

Re: Tomcat 5 target JDK1.4?

2003-01-21 Thread Henri Gomez
V. Cekvenich wrote: For TC 4 OK, but TC5 will have tested 4 vendors JVM 1.4. Most people run JDK 1.4 now. There is at least one person which didn't run JDK 1.4, me, since the JDK 1.4 is not available on my iSeries. -- To unsubscribe, e-mail: For additional comm

Re: Tomcat 5 target JDK1.4?

2003-01-20 Thread Henri Gomez
V. Cekvenich wrote: Does Tomcat 5 Target JDK 1.4? It not...it should please. Apple, IBM, BEA have JDK1.4 (betas) available to download. The imports might change a bit. Tomcat5 should support JDK 1.4 but JDK 1.4 MUST NOT BE A PRE REQUISITE for TC 5 -- To unsubscribe, e-mail:

Re: [Q] Where was vulnerability fixed?

2003-01-17 Thread Henri Gomez
Sam wrote: http://online.securityfocus.com/archive/1/302169/2002-12-03/2002-12-09/2 This vulnerability was reported last month. The report says mod_jk 1.2.1 as fixing the vulnerability. Yet I have searched Bugzilla for reference to this vuln. as well as looking at mod_jk.c to see what revision w

[Fwd: Tomcat IRC link bout to be broken]

2003-01-15 Thread Henri Gomez
FYI : --- Begin Message --- As you may or may not know openprojects.net was bought by freenode.net. Therefore the server address you want has changed to: irc://irc.freenode.net/#tomcat Thanks, Nick aka Hellaenergy ;) --- End Message --- -- To unsubscribe, e-mail:

[Fwd: Tomcat manager - Java client]

2003-01-10 Thread Henri Gomez
FYI. --- Begin Message --- I've written a Java client that talks to the Tomcat servlet manager application. The program allows you to view, stop, start and reload servlet applications and acts as a visual front end to the Tomcat manager. The program isn't complete but is still useful in its cur

FYI: [Fwd: documentation error]

2003-01-08 Thread Henri Gomez
<<< text/plain; charset=ISO-8859-1; format=flowed: Unrecognized >>> --- Begin Message --- I wished to point out that in the jakarta/tomcat documentation, there is an error. Under server configuration reference, Host (webapps\tomcat-docs\config\host.html), it shows, under the section heading requ

Tomcat 4.1.18 rpm available

2003-01-08 Thread Henri Gomez
After some delay the TC 4.1.18 rpms are available at : http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.18/rpms/ Regards -- To unsubscribe, e-mail: For additional commands, e-mail:

JK 1.2.2 need Windows binaries

2003-01-07 Thread Henri Gomez
I just take a look and see that jk 1.2.2 release miss a binary for Windows (Apache 1.3.x/2.0). Nacho ? -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: j-t-c/util, 3.3 and logging

2002-12-19 Thread Henri Gomez
Larry Isaacs wrote: I hope to spend some cycles advancing a Tomcat 3.3.2 release over the holidays. I'm not assuming I can finish, but hopefully a Tomcat 3.3.2 release can be made in January. I'll also try to get back up to speed with Tomcat 4 & 5 and J-T-C. I can try to help with the glog fact

Re: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/commonChannelSocket.java

2002-12-19 Thread Henri Gomez
[EMAIL PROTECTED] wrote: costin 2002/12/19 07:36:32 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: Change log level to debug for "Connection closed". This is a normal message that happens quite often for Apache1.3, where each child process can restart after a num

Re: [VOTE] Tomcat 4.1.18 release

2002-12-19 Thread Henri Gomez
+1 -- To unsubscribe, e-mail: For additional commands, e-mail:

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

2002-12-19 Thread Henri Gomez
[EMAIL PROTECTED] wrote: remm2002/12/19 01:19:06 Modified:http11/src/java/org/apache/coyote/http11 Http11Processor.java Log: - Same, but without the tabs ;-) Oups, sorry. -- To unsubscribe, e-mail: For additional commands

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

2002-12-19 Thread Henri Gomez
[EMAIL PROTECTED] wrote: remm2002/12/18 12:36:58 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Http11Processor.java Http11Protocol.java Added: http11/src/java/org/apache/coyote/http11/filters GzipOutputFilter

Re: gzip-encoding in TC 4.1.x/5.x

2002-12-18 Thread Henri Gomez
Actually, they are both equivalent. I'll see how we could make use ByteChunk with JDK code for now. I've already started experimenting. Thanks to send me a note when code will be available. I'll could add some code to mimic mod_deflate ie : - compress only certain type of mimes (ie only te

Re: gzip-encoding in TC 4.1.x/5.x

2002-12-18 Thread Henri Gomez
Dedicated link, you know what it means say the average IT manager : DECICATED LINK = A NEW SWITCH + NEW CABLES + NEW SUPERVISION => $/EUR++ If ever you came back to Lyon, I'll make you meet one of my IT manager ;-) He's dumb ;-) Look, you're putting together a cluster. Nothing good will come o

Re: gzip-encoding in TC 4.1.x/5.x

2002-12-18 Thread Henri Gomez
Did this ZLIB Java implementation could be what you're looking Remy ? http://www.jcraft.com/jzlib/index.html -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: gzip-encoding in TC 4.1.x/5.x

2002-12-18 Thread Henri Gomez
One of the problems is that the compressed streams from the JDK are not recyclable, cause a lot of possibly synced method calls, and so on. Plus, it's kinda ugly to fit the OS and IS models into the Coyote HTTP/1.1 filter model. Does anyone know about compression code which would use byte array

Re: gzip-encoding in TC 4.1.x/5.x

2002-12-17 Thread Henri Gomez
I was planning to add the feature as filters in Coyote HTTP/1.1, but never did, because I wasn't able to find efficient compression code. I suppose something could be put together using the JDK compression IS and OS in the meantime. GZIPOutputstream is quit fast today. I think I'll disagre

Re: gzip-encoding in TC 4.1.x/5.x

2002-12-17 Thread Henri Gomez
For JK 2, I think it's fair to say that you should rely on the native webserver capabilities (that's the whole point, I think). Great that you added the support (I thought it had been there from the start, actually). I didn't added support really, just corrected the way we set the content-type i

Re: gzip-encoding in TC 4.1.x/5.x

2002-12-17 Thread Henri Gomez
Remy Maucherat wrote: Henri Gomez wrote: I spent some times playing with http compression, using Apache 2.0 mod_deflate together with mod_jk, and it works great (at least with jk 1.2.2). I wonder now if someone, may be Remy, has plan to add it in Catalina 1.x/2.x (or Coyote) to make it

gzip-encoding in TC 4.1.x/5.x

2002-12-17 Thread Henri Gomez
I spent some times playing with http compression, using Apache 2.0 mod_deflate together with mod_jk, and it works great (at least with jk 1.2.2). I wonder now if someone, may be Remy, has plan to add it in Catalina 1.x/2.x (or Coyote) to make it available for both HTTP 1.1 and JK2 ? For those who

Re: [VOTE] New committer: Filip Hanik

2002-12-17 Thread Henri Gomez
Remy Maucherat wrote: Glenn Nielsen wrote: +1 Welcome aboard Filip A little bit late, as Filip already got his account ;-) Welcome on board Filip :) Did there is any chance to have one day javagroups as an jakarta project covered by an ASF license ? -- To unsubscribe, e-mail:

[ANNOUNCE] JK 1.2.2 released

2002-12-17 Thread Henri Gomez
JK 1.2.2 maintenance release is available at : http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.2/ Changes with JK 1.2.2: * tomcat_trend.pl updated script to support changed logging of aborted requests * jk set correctly the content-type in Apache 2.0,

JK 1.2.2

2002-12-17 Thread Henri Gomez
jtc cvs tagged JK_1_2_2 -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [PROPOSAL][TOMCAT5] plugins directory

2002-12-16 Thread Henri Gomez
Costin Manolache wrote: There are several things we discussed last week, and few seem to have enough consensus. This is an initial proposal - I expect it to change quite a bit. I think it's very important and will affect almost everyone - so please send at least a numeric vote, and if possible c

Re: mod_jk to be tagged tomorrow

2002-12-16 Thread Henri Gomez
Glenn Nielsen wrote: Henri Gomez wrote: If nobody object, I'll tag JK 1.2.2 later todaty since it fix a major problem with content-type and it works now with mod_deflate in Apache 2.0. I noticed that there is no release notes or changes file either in CVS or in the distributions.

mod_jk to be tagged tomorrow

2002-12-16 Thread Henri Gomez
If nobody object, I'll tag JK 1.2.2 later todaty since it fix a major problem with content-type and it works now with mod_deflate in Apache 2.0. Regards -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [PATCH] mod_jk - chroot and user issues

2002-12-16 Thread Henri Gomez
Kurt Miller wrote: Ok, it's in jk CVS and you'll just have to add -DCHROOTED_APACHE to check it. Thanks to give some feedback. Thank you for commiting the patches. :-) I tested them and noted one problem with apache-1.3/Makefile.in. It includes ../common/list.mk which requires the JK=../comm

Re: [PATCH] mod_jk - chroot and user issues

2002-12-13 Thread Henri Gomez
FWIW, I like the feature based define. If other OS's or Apache incorporate OpenBSD's chroot option, then it wouldn't need to be changed. On the other hand, if the consensus is not to commit the patch into mod_jk to keep the cruft down, the OpenBSD port can apply the patch (assuming my port is commi

Re: [VOTE] minimal JSR 154 only distribution

2002-12-12 Thread Henri Gomez
Costin Manolache wrote: Bill Barker wrote: Urm, err, the users that can't read may include you ;-). Jon withdrew the vote above. This means that this is officially 'not getting anywhere', at least until Jon re-submits his re-worked proposal. The fact that Jon withdrew the vote doesn't chang

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

2002-12-11 Thread Henri Gomez
[EMAIL PROTECTED] wrote: hgomez 2002/12/11 02:40:38 Modified:jk/native/apache-1.3 mod_jk.c Log: Allow log file use in chrooted (for now only OpenBSD) environement. You'll have to define CHROOTED_APACHE (or later will use the define added by OpenBSD if any) provided by

Re: [PATCH] mod_jk - chroot and user issues

2002-12-11 Thread Henri Gomez
Kurt Miller wrote: I recently created a port of mod_jk-1.2.1 for OpenBSD and needed to make some minor patches to mod_jk. OpenBSD 3.2 has Apache 1.3.26 configured as ServerType standalone, to chroot to /var/www and run as user www by default. This combination requires a few minor patches so that m

Re: [VOTE] New committer: Filip Hanik

2002-12-10 Thread Henri Gomez
Remy Maucherat wrote: I'd like to nominate Filip Hanik as a committer on the Tomcat project. Filip has written the clustering code that was committed recently in the Tomcat 5 CVS, and is willing to maintain it, as well as continuing to improve it (including supporting large clusters). Filip i

Re: [VOTE] minimal JSR 154 only distribution

2002-12-10 Thread Henri Gomez
Jon Scott Stevens wrote: on 2002/12/10 12:49 AM, "Henri Gomez" <[EMAIL PROTECTED]> wrote: - Who will be the release managers for the 'alternative distributions', may be Jon is candidate ? I already volunteered to manage the distribution that I propose. I have b

Re: [VOTE] minimal JSR 154 only distribution

2002-12-10 Thread Henri Gomez
Jon Scott Stevens wrote: on 2002/12/10 12:53 AM, "Henri Gomez" <[EMAIL PROTECTED]> wrote: The idea being to provide a minimal tomcat binary and many external modules which will be linked at runtime if present, Apache 2.0 does it that way, why could we do the same. You are re

Re: [VOTE] Minimal tomcat ( JSR154 + JSR152 )

2002-12-10 Thread Henri Gomez
Pier Fumagalli wrote: On 10/12/02 8:40 am, in article [EMAIL PROTECTED], "Remy Maucherat" <[EMAIL PROTECTED]> wrote: Like the httpd, I'd prefer having a full distribution of all safe (yes, Jasper is safe) and generally useful modules. Experienced users can tweak the configuration to their likin

Re: Minimal or Modular it's up to you

2002-12-10 Thread Henri Gomez
Jon Scott Stevens wrote: on 2002/12/10 1:19 AM, "Henri Gomez" <[EMAIL PROTECTED]> wrote: What Jon and Pier want is a minimal distribution of Tomcat 5. No. What I want is a distribution of a JSR 154 container with nothing more than the RI of JSR 154. Period. Ok, so just

Minimal or Modular it's up to you

2002-12-10 Thread Henri Gomez
There was many noise these days about making another release of tomcat (the minimal one covering only JSR154), and another proposal to make a modular Tomcat. It may be because my mother language is french, but I still didn't understand why Tomcat commiters didn't find an arrangement on these 2 pro

Re: [VOTE] minimal JSR 154 only distribution

2002-12-10 Thread Henri Gomez
Pier Fumagalli wrote: On 9/12/02 17:14 "Jeanfrancois Arcand" <[EMAIL PROTECTED]> wrote: Youy don't need to learn JSP/Admin Tool if you don't use it. The actual Tomcat installation doesn't require you to learn the Admin Tool or JSP As I said 6 or so months ago... That "thing" is a securit

Re: [VOTE] minimal JSR 154 only distribution

2002-12-10 Thread Henri Gomez
Jon Scott Stevens wrote: on 2002/12/9 7:32 AM, "Henri Gomez" <[EMAIL PROTECTED]> wrote: What about using a minimal tomcat core with plugged modules to give access to jsp/jmx ? Will make both Costin, and Jon happy and let us have only one distribution with clear indication

Re: [VOTE] minimal JSR 154 only distribution

2002-12-10 Thread Henri Gomez
Jon Scott Stevens wrote: on 2002/12/9 7:27 AM, "Remy Maucherat" <[EMAIL PROTECTED]> wrote: I'd really like to avoid the proliferation of too many distributions. I don't agree with that. There is nothing wrong with giving users choices. There is many things something wrong with many distrib

Re: adding content-type for Apache 2.0 jk/jk2

2002-12-09 Thread Henri Gomez
Henri Gomez wrote: Hi, I'm playing currently with mod_jk + mod_deflate on Apache 2.0, and it seems it will be needed to set the content-type in response in Apache 2.0 to allow mod_deflate to compress only text/html, text/xml contents. It seems in that case will need to parse the tomcat res

Re: [VOTE] minimal JSR 154 only distribution

2002-12-09 Thread Henri Gomez
Remy Maucherat wrote: Costin Manolache wrote: Remy Maucherat wrote: If the vote actually passes, I'd like to have only one minimal Tomcat distribution, which would mean no admin and no Jasper (with separate optional Jasper binaries available). JMX can be used directly (using a MX4J connector

Re: [VOTE] Minimal tomcat ( JSR154 + JSR152 )

2002-12-09 Thread Henri Gomez
Costin Manolache wrote: Since things may get confusing around here, I would like to have an official vote on my prior proposal. This is the list of included features: Libs: - JMX - JAAS - JNDI - digester ( and beanutils, collections it needs ). - modeler - ant ( used for startup and automation

Re: [VOTE] minimal JSR 154 only distribution

2002-12-09 Thread Henri Gomez
Ignacio J. Ortega wrote: Jon, Create a separate minimal JSR 154 only distribution of Tomcat 4.x: +0, i could be +1 but i'm out of time to offer any help in tomcat as a whole, and of course for this particular proposal, but i dont see anything wrong in it, more i do see it as another step, i

adding content-type for Apache 2.0 jk/jk2

2002-12-09 Thread Henri Gomez
Hi, I'm playing currently with mod_jk + mod_deflate on Apache 2.0, and it seems it will be needed to set the content-type in response in Apache 2.0 to allow mod_deflate to compress only text/html, text/xml contents. It seems in that case will need to parse the tomcat response to set content-type

Re: [VOTE] minimal JSR 154 only distribution

2002-12-09 Thread Henri Gomez
Pier Fumagalli wrote: On 8/12/02 0:43 "Jon Scott Stevens" <[EMAIL PROTECTED]> wrote: on 2002/12/7 4:25 PM, "Pier Fumagalli" <[EMAIL PROTECTED]> wrote: Jon, I'm very sorry mate, you're 4 months too late :-( I lost my fight about this very same topic back then... Maybe to late for your opini

Re: [VOTE] minimal JSR 154 only distribution

2002-12-09 Thread Henri Gomez
Jon Scott Stevens wrote: on 2002/12/7 9:37 AM, "Glenn Nielsen" <[EMAIL PROTECTED]> wrote: I will consider voting +1 if any of the other tomcat devs who want this will volunteer to be the release manager for the servlet only distribution. I would find this handy when using Tomcat as a SOAP serv

Re: [VOTE] Tomcat modules

2002-12-09 Thread Henri Gomez
Remy Maucherat wrote: Hi, I plan to reorganize the jakarta-tomcat-catalina repository as follows: - catalina folder: Catalina core; this depends on the servlet API - modules folders: Optional functionality and modules (one example is clustering), but which depends on the Catalina API; this does

Re: [5.0] Cluster features

2002-12-04 Thread Henri Gomez
Filip Hanik wrote: we have a project on sourceforge to continue development of this. but we would love to integrate this into Tomcat where it really belongs. http://sourceforge.net/projects/tomcat-jg It seems JavaGroup could be a great candidate as jakarta project, you even got the right look :)

Re: [5.0] Cluster features

2002-12-03 Thread Henri Gomez
Remy Maucherat wrote: Hi, I think the clustering features in Tomcat 5 should get an overhaul. Despite some licensing dicrepancies, I plan to use JavaGroups for the task (LGPL license), as well as some code which was donated a while ago by Filip Hanik. Based on what is already done, the amount of

Re: Apache Tomcat 4.1.16 AJP not working

2002-12-03 Thread Henri Gomez
M wrote: Looking at the netstat on the machine I can see tomcat is bound to the port 8009 and can connect to it with telnet, apache works if I go back to tomcat 4.1.14. From the apache logs: [Tue Dec 03 16:04:22 2002] [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 111 [Tue Dec

Bad version used for jk 1.2.1

2002-12-03 Thread Henri Gomez
Bad windows binaries present at : http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.1/bin/win32/ They report as mod_jk-1.2.2-beta-1 instead of jk 1.2.1. Could someone get the source code and make a new build ? Thanks -- To unsubscribe, e-mail:

Re: Double Version

2002-12-02 Thread Henri Gomez
Laxmikanth M.S. wrote: Hi , A question for tomcat-user list please. I have installed two versions of Tomcat and apache running together on the same Machine Apache1.3.27 - Tomcat3.3.1 Apache1.3.27 - Tomcat4.1.12 Make Apaches and Tomcats listens on differents ports: Apache1.3.27 (80) - Tomcat

Re: mod_jk-2.0.42.so

2002-11-29 Thread Henri Gomez
Pier Fumagalli wrote: On 28/11/02 7:37 pm, in article 000701c2970d$2d408f90$[EMAIL PROTECTED], "Pedro Igor Craveiro e Silva" <[EMAIL PROTECTED]> wrote: Ok. But, with that first module(mod_jk2.(etc)) the i was using i can put the apache e tomcat together? FreeBSD contains a Linux "emulator",

Re: mod_jk-2.0.42.so

2002-11-28 Thread Henri Gomez
Pedro Igor Craveiro e Silva wrote: I´m not using Linux, but FreeBSD. Hum, that's why !!! BTW, the is no Apache 1.3 binary for FreeBSD, I only built one for Apache 2.0 ;( -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: mod_jk-2.0.42.so

2002-11-28 Thread Henri Gomez
Pedro Igor Craveiro e Silva wrote: Do you know what for is this libc.so.6 ? When i run the httpd, he return that this shared lib could not be found. Which release of Linux are you using ? -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: mod_jk-2.0.42.so

2002-11-28 Thread Henri Gomez
Pedro Igor Craveiro e Silva wrote: Thanks, Henri ... You came from the sky heuu, no from Lyon, France ;) -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread Henri Gomez
BTW: How did you build the mod_jk2.so for Apache-2.0? mod_jk2.so didn't link against libapr, since apache2 allready provideit, but jkjni need it, that's why the build work for mod_jk2. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread Henri Gomez
jean-frederic clere wrote: Henri Gomez wrote: Very weird. Send me the complete output of make. here it is : httpd2/lib -lcrypt -lapr-0 -lpcre -lpcreposix ../../../build/jk2/apache2/jk_jni_aprImpl.lo ../../../build/jk2/apache2/jk_channel_apr_socket.lo ../../../build/jk2/apache2

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread Henri Gomez
Very weird. Send me the complete output of make. here it is : httpd2/lib -lcrypt -lapr-0 -lpcre -lpcreposix ../../../build/jk2/apache2/jk_jni_aprImpl.lo ../../../build/jk2/apache2/jk_channel_apr_socket.lo ../../../build/jk2/apache2/jk_channel.lo ../../../build/jk2/apache2/jk_channel_jni.lo

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread Henri Gomez
jean-frederic clere wrote: Clere, Jean-Frederic wrote: While building with Apache-1.3 I have the problem that it only builds with apxs: cd jk/native2/server/apache13; gmake -f Makefile.apxs The next problem is that this mod_jk2.so is not ok: +++ bash-2.03$ bin/apachectl start Syntax error on

Re: mod_jk-2.0.42.so

2002-11-28 Thread Henri Gomez
Pedro Igor Craveiro e Silva wrote: Thakns. ... but just one more, i don´t find this mod, do you have a clue ?? It's next to the other one ! http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.1/bin/linux/i386/mod_jk-1.3-eapi.so -- To unsubscribe, e-mail:

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread Henri Gomez
jean-frederic clere wrote: Henri Gomez wrote: Probably libtool. The one of the Apache 2.0.43 you are using. What's the heck with libtool again ? Look in the build/jk2/apache2/jkjni.la Probably there is a jkjni.a instead jkjni.so there. Yes jkjni.la and jkjni.a May be you only

Re: mod_jk-2.0.42.so

2002-11-28 Thread Henri Gomez
Pedro Igor Craveiro e Silva wrote: I trying to configure the Apache + JServ, but a have a problem. When the apache is started it return a error message like this: Cannot load /usr/local/www/apache/libexec/mod_jk-2.0.42.so into server: /usr/local/www/apache/libexec/mod_jk-2.0.42.so: Undefined symb

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread Henri Gomez
Probably libtool. The one of the Apache 2.0.43 you are using. What's the heck with libtool again ? -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread Henri Gomez
Henri Gomez wrote: Mladen Turk wrote: Hi to all, JK2 2.0.2 has been released and is available at : http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v 2.0.2/ For now binaries are available for WIN32 only: linux binaries and rpms to be released tomorrow ;) While

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_global.h

2002-11-27 Thread Henri Gomez
[EMAIL PROTECTED] wrote: mturk 2002/11/27 09:12:05 Modified:jk/native2/include jk_global.h Log: Change the version number to the 2.0.3 and mark as not nonreleased. The exposed version will be mod_jk2/2.0.3-beta-1. Perhaps we should change the beta to dev? +1 to switch jk/jk2

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-27 Thread Henri Gomez
Mladen Turk wrote: Hi to all, JK2 2.0.2 has been released and is available at : http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v 2.0.2/ For now binaries are available for WIN32 only: linux binaries and rpms to be released tomorrow ;) -- To unsubscribe, e-mail:

[Announce] JK 1.2.1 released

2002-11-26 Thread Henri Gomez
Hi to all, mod_jk 1.2.1 has been released and is available at : http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.1/ For now binaries are available for : - Linux i386 (Apache 1.3 with/without SSL, Apache 2.0 with SSL) - iSeries (Apache 2.0.39 for OS/400 V5R1/V5R2) Othe

<    4   5   6   7   8   9   10   11   12   >