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

cvs commit: jakarta-tomcat-connectors/jk/xdocs/common AJPv13.xml

2002-11-28 Thread jfclere
jfclere 2002/11/28 00:52:48 Modified:jk/xdocs/common AJPv13.xml Log: Add the max length of AJP data buffer (that is implementation) and some words about chunking. Revision ChangesPath 1.4 +9 -6 jakarta-tomcat-connectors/jk/xdocs/common/AJPv13.xml Index:

Re: AW: euro character problem with tomcat compression Filter

2002-11-28 Thread Martin Algesten
And failing that perhaps cp1252 if you are a windowz kind of guy. I find this page helpful: http://czyborra.com/charsets/iso8859.html Martin On Thu, 2002-11-28 at 07:46, Torsten Fohrer wrote: sorry, iso-8859-15 -Ursprüngliche Nachricht- Von: Torsten Fohrer [mailto:[EMAIL

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread jean-frederic clere
Henri Gomez wrote: 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

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_version.h

2002-11-28 Thread hgomez
hgomez 2002/11/28 01:50:27 Modified:jk/native/common jk_version.h Log: Follow Apache version number (like jk2), version will now be reported as : mod_jk 1.2.2-dev Revision ChangesPath 1.7 +13 -7 jakarta-tomcat-connectors/jk/native/common/jk_version.h

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: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

AW: AW: euro character problem with tomcat compression Filter

2002-11-28 Thread Torsten Fohrer
ok... but if you set response content-type to text/html; charset: iso-8859-15, pages shows correctly with euro symbols in konqueror, netscape 4, ie and so on...if you have a font that contains it. -Ursprüngliche Nachricht- Von: Martin Algesten [mailto:[EMAIL PROTECTED]] Gesendet:

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread jean-frederic clere
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. May be you only have a libapr-0.a in your Apache 2.0.43. -- To

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net PoolTcpEndpoint.java

2002-11-28 Thread remm
remm2002/11/28 03:24:29 Modified:util/java/org/apache/tomcat/util/net PoolTcpEndpoint.java Log: - Experiment with not using the pool. Revision ChangesPath 1.7 +4 -4 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/PoolTcpEndpoint.java

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread jean-frederic clere
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 Trying make in jk/native2 shows that the Makefile.in was not ready for releasing: - miss libtool - miss -rpath $apache_modules_dir when making the mod_jk2.so

Re: AW: euro character problem with tomcat compression Filter

2002-11-28 Thread Sergio
The problem I comment, did not occurs before setting on the compressionFilter. I've changed also the request.setCharacterEncoding to iso-8859-15 and still works bad. The response object dont have a method to set the character encoding, but I can add a header:

Manager App

2002-11-28 Thread Kevin Jones
I'm currently using TC 4.1.12. I've been taking advantage of the fact that I can drop an XML file into the tomcat/webapps directory and have this recognized as a context. However I've just started using the manager app. It appears that when I do anything 'serious' with the manager it includes all

mod_jk-2.0.42.so

2002-11-28 Thread Pedro Igor Craveiro e Silva
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 symbol ap_hook_post_config

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

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 have

Filter in Tomcat 3.3.1

2002-11-28 Thread Laxmikanth M.S.
Hi all, can filter be applied in Tomcat 3.3.1. did anyone try filters in tomcat3.3.1 if so please tell me the sequnce... thanks in advance Regards Laxmikanth M S Off* : 91-80-6610330 extn 1256 Res* : 91-80-5267150 http://www.sonata-software.com Coming together is the beginning, staying

AW: AW: euro character problem with tomcat compression Filter

2002-11-28 Thread Torsten Fohrer
Add the following in your jsp page.. if you get the euro sign from jdbc driver, which codepage he use? %@ page contentType = text/html; charset: iso-8859-15 % euro; -Ursprüngliche Nachricht- Von: Sergio [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 28. November 2002 12:50 An:

Re: mod_jk-2.0.42.so

2002-11-28 Thread Pedro Igor Craveiro e Silva
Thakns. ... but just one more, i don´t find this mod, do you have a clue ?? Pedro Igor - Original Message - From: Henri Gomez [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Thursday, November 28, 2002 9:19 AM Subject: Re: mod_jk-2.0.42.so Pedro Igor Craveiro e

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread jean-frederic clere
Henri Gomez wrote: 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

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread jean-frederic clere
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 line 224 of

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

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 jean-frederic clere
Henri Gomez wrote: 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$

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread jean-frederic clere
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/jk_channel.lo

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 Makefile.in

2002-11-28 Thread jfclere
jfclere 2002/11/28 07:06:36 Modified:jk/native2/server/apache13 Makefile.in Log: Arrange libtool logic. Revision ChangesPath 1.6 +8 -3 jakarta-tomcat-connectors/jk/native2/server/apache13/Makefile.in Index: Makefile.in

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

2002-11-28 Thread remm
remm2002/11/28 07:15:02 Modified:http11/src/java/org/apache/coyote/http11 Http11Processor.java Log: - On the initial blocking call, I think the default socket timeout should be used. - Make another call conditional on the disableUploadTimeout flag.

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net PoolTcpEndpoint.java

2002-11-28 Thread remm
remm2002/11/28 07:16:32 Modified:util/java/org/apache/tomcat/util/net PoolTcpEndpoint.java Log: - Small reorganization of the code so that the next accept is called sooner when not using the connection cache. Revision ChangesPath 1.8 +9 -12

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

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: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread jean-frederic clere
Henri Gomez wrote: 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. Ok, forget that question! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

Re: mod_jk-2.0.42.so

2002-11-28 Thread Pedro Igor Craveiro e Silva
Thanks, Henri ... You came from the sky Abraços, Pedro Igor - Original Message - From: Henri Gomez [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Thursday, November 28, 2002 10:59 AM Subject: Re: mod_jk-2.0.42.so Pedro Igor Craveiro e Silva wrote: Thakns.

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: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: mod_jk-2.0.42.so

2002-11-28 Thread Pedro Igor Craveiro e Silva
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. Pedro Igor - Original Message - From: Henri Gomez [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Thursday, November 28, 2002 10:59 AM Subject: Re:

Re: mod_jk-2.0.42.so

2002-11-28 Thread Pier Fumagalli
On 28/11/02 17:25 Pedro Igor Craveiro e Silva [EMAIL PROTECTED] wrote: Do you know what for is this libc.so.6 ? Main C library for Linux, the one that contains also printf... When i run the httpd, he return that this shared lib could not be found. Then you're in troubles. Update your Linux

Re: [5] [Proposal] Adding an authorization interface

2002-11-28 Thread Remy Maucherat
Costin Manolache wrote: Jeanfrancois Arcand wrote: Sorry, I missed the first part of the discussion. Why would someone use this instead of web.xml ? Because you can start using the java.security.Provider.checkPermission for granting/denying resources. Not sure this would be the most

Re: [5] [Proposal] Adding an authorization interface

2002-11-28 Thread Costin Manolache
Remy Maucherat wrote: I'll only be talking about HTTP authentication and the interaction with the realms for now. The main problem is that some authentication schemes need the realm to function (digest, for example). So I don't see how we can put that layer of processing in Coyote, since

Re: mod_jk-2.0.42.so

2002-11-28 Thread Pedro Igor Craveiro e Silva
I´m not using Linux, but FreeBSD. Pedro Igor - Original Message - From: Henri Gomez [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Thursday, November 28, 2002 1:42 PM Subject: Re: mod_jk-2.0.42.so Pedro Igor Craveiro e Silva wrote: Do you know what for is this

Re: [4.1.16] Benchmarks

2002-11-28 Thread Remy Maucherat
Peter Lin wrote: yeah, I can do that on a simple set this weekend and on a large webapp next week :) Thanks Peter. Since the 4.1 API can't be expanded, and I'm now pretty much done for Coyote and HTTP/1.1 optimizations, 4.1.16 is more or less the best that can be achieved with 4.1.x. So

Re: [5] [Proposal] Adding an authorization interface

2002-11-28 Thread Remy Maucherat
Costin Manolache wrote: Remy Maucherat wrote: I'll only be talking about HTTP authentication and the interaction with the realms for now. The main problem is that some authentication schemes need the realm to function (digest, for example). So I don't see how we can put that layer of

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: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: mod_jk-2.0.42.so

2002-11-28 Thread Pedro Igor Craveiro e Silva
Ok. But, with that first module(mod_jk2.(etc)) the i was using i can put the apache e tomcat together? Pedro Igor - Original Message - From: Henri Gomez [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Thursday, November 28, 2002 2:31 PM Subject: Re: mod_jk-2.0.42.so

[PATCH] TagPoolSize for 4.1.16, outsourcing TemplateText to static String/char arrays variables

2002-11-28 Thread Torsten Fohrer
Here is a patch. - to port back the TagPoolSize Option from 5.0. - adding to choice to use static String/char arrays for static templatetext. - try/catch/finally blocks for calling release/reuse even if a exception occurs methods on taghandlers. open things: - try/finally working with Tags

Re: [5] [Proposal] Adding an authorization interface

2002-11-28 Thread Jeanfrancois Arcand
Costin Manolache wrote: Jeanfrancois Arcand wrote: Why would someone use this instead of web.xml ? Because you can start using the java.security.Provider.checkPermission for granting/denying resources. Not sure this would be the most efficient solution - the mapper is ( or

DO NOT REPLY [Bug 14943] New: - // style scriptlet comment with % on same line comments out the next out.write(...)

2002-11-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14943. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 14944] New: - conflict with NAV2003

2002-11-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14944. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: mod_jk-2.0.42.so

2002-11-28 Thread Pier Fumagalli
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, but AFAICR, it ships

Servlet Filter in Tomcat 3.3.1

2002-11-28 Thread Laxmikanth M.S.
Hi all, can filter be applied in Tomcat 3.3.1. did anyone try filters in tomcat3.3.1 if so please tell me the sequnce... thanks in advance Regards Laxmikanth M S Off* : 91-80-6610330 extn 1256 Res* : 91-80-5267150 http://www.sonata-software.com Coming together is the beginning, staying