[PATCH] Writer encoding in CompressionServletResponseWrapper

2002-07-09 Thread Anton Brazhnyk
Hi, Applying compression filter to response with non-default character encoding will mess the output. The reason is CompressionServletResponseWrapper.getWriter() returns writer with system-default encoding. In my case response is UTF-8 and system-default encoding is ISO-something (Latin-1

Re: [ANNOUNCEMENT] Tomcat 4.1.7 Beta

2002-07-09 Thread Henri Gomez
RPM are currently in works, stay tuned :) > Tomcat 4.1.7 Beta has been released. It includes major bugfixes and > improvements over the previous Tomcat 4.1.3 Beta (please refer to the > release notes for the complete list). -- To unsubscribe, e-mail: For additiona

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup BootstrapService.java CatalinaService.java

2002-07-09 Thread jfclere
jfclere 2002/07/09 03:46:17 Modified:catalina/src/share/org/apache/catalina/startup BootstrapService.java CatalinaService.java Log: Allow parameters to the BootstrapService. jsvc passes them but they were ignored by the BootstrapService. Revision Chan

Re: Jetty and mod_jk2

2002-07-09 Thread Simon Stewart
On Mon, Jul 08, 2002 at 09:28:50AM -0700, [EMAIL PROTECTED] wrote: > On Thu, 4 Jul 2002, Simon Stewart wrote: > > > > >Attached is a HOWTO on getting Jetty and Apache 2 talking via > > > >mod_jk2. Can I please get some feedback on this? And what do people > > > >think about this (or something sim

Re: [ANNOUNCEMENT] Tomcat 4.1.7 Beta

2002-07-09 Thread peter lin
Some interesting performance results. I found some time to test my webapp a bit more with 4.1.7 and discovered a performance difference. when I benchmark my webapp using 4.1.7 w/ jdk131 on solaris 8 I get an average response time of 490ms, and a low number of 460ms. when I swith to jdk141, I s

Re: [ANNOUNCEMENT] Tomcat 4.1.7 Beta

2002-07-09 Thread Remy Maucherat
peter lin wrote: > Some interesting performance results. I found some time to test my > webapp a bit more with 4.1.7 and discovered a performance difference. > > when I benchmark my webapp using 4.1.7 w/ jdk131 on solaris 8 I get an > average response time of 490ms, and a low number of 460ms. w

Re: [ANNOUNCEMENT] Tomcat 4.1.7 Beta

2002-07-09 Thread peter lin
I didn't expect that kind of difference either, but I ran the tests several times yesterday with the same results. I'm running the same tests again today, but our LAN is on the fritz so I'm getting inconsistent results. oh well. thanks for the explanation on the relevant improvements in jdk1.4 w

Re: [PROPOSAL] Single signon and loadbalancer

2002-07-09 Thread Denis Benoit
Hi Constin, I thought about your idea yesterday night. I understand it and see your point. As I see it, currently the cookie are build as such: . And with the SSO patch proposed we would have also: . Currently, the SSO cookie does not have the appended. But, the way I under

5.0 Proposal voting status

2002-07-09 Thread Remy Maucherat
There is currently: - 12 binding +1s - 2 +0s For those who didn't vote yet, the voting will end today. Remy -- To unsubscribe, e-mail: For additional commands, e-mail:

DO NOT REPLY [Bug 10588] New: - tomcat does not support Suns JavaServer Pages 1.2 Tag Library descriptor DTD

2002-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10591] New: - dataSource.getConnection never returns

2002-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10591] - dataSource.getConnection never returns

2002-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10591] - dataSource.getConnection never returns

2002-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10591] - dataSource.getConnection never returns

2002-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10595] New: - Security Constraints not processed according to spec.

2002-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

[Patch] jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/Compiler.java

2002-07-09 Thread Ian Darwin
Couldn't figure out why it sometimes called ctxt.getOptions() and other times used the field options in which it had saved that value in the constructor. Replaced all calls outside the constructor with the field, and it still works for the simple cases I tested. Not a lot of overhead saved, but ev

Re: Jetty and mod_jk2

2002-07-09 Thread Henri Gomez
> > I agree with Remy the jetty-specific docs should go with jetty. > > Fair enough. Perhaps a pointer to where to find these docs might not > go amiss, though? We could add an URL in documentation to jetty HOW-TO. > > For the native code - I think we can add specific instructions or > > dire

Need help understanding Tomcat configuration persistence

2002-07-09 Thread Joseph Wilkicki
Hi! I was looking at the jakarta-commons Modeler project for help in using ModelMBeans and it mentioned in the JavaDocs that Tomcat uses this system. I am interested in Tomcat's ability to persist the configuration information to an XML file since I need similar functionality for my project. Unfo

RE: Need help understanding Tomcat configuration persistence

2002-07-09 Thread Joseph Wilkicki
Thanks a lot! I'll check it out. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 1:37 PM To: Tomcat Developers List Subject: Re: Need help understanding Tomcat configuration persistence On Tue, 9 Jul 2002, Joseph Wilkicki wrote: >

Re: Tomcat 4 cross ServletContext attributes and standalone server

2002-07-09 Thread Craig R. McClanahan
On Mon, 8 Jul 2002, dbt1 wrote: > Date: Mon, 8 Jul 2002 10:31:31 -0600 > From: dbt1 <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]>, > Struts Users Mailing List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > Su

DO NOT REPLY [Bug 7445] - Can not set verbosity property of the FileLogger via server.xml configuration file.

2002-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 10608] New: - startup dumps core when using CATALINA_BASE

2002-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10611] New: - No Logger causes startup to fail

2002-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

Re: Tomcat 4 cross ServletContext attributes and standalone server

2002-07-09 Thread dbt1
Thanks Craig. Is any tomcat user has encountered these problems and have solutions. To recap: 1) I check file extension in tomcat/config/web.xml and see both .doc and .pdf file extensions. A link to these files with correct path (tested with .pdf, .doc, .ppt) (e.g. /WEB-INF/do/public/info/myFile.

Re: Tomcat 4 cross ServletContext attributes and standalone server

2002-07-09 Thread Craig R. McClanahan
On Tue, 9 Jul 2002, dbt1 wrote: > Date: Tue, 9 Jul 2002 14:32:52 -0600 > From: dbt1 <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: Re: Tomcat 4 cross ServletContext attributes and standalone > server > > Thank

DO NOT REPLY [Bug 10608] - startup dumps core when using CATALINA_BASE

2002-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10330] - Unable to compile JSPs in XML syntax on Linux 7.2

2002-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10611] - No Logger causes startup to fail

2002-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10611] - No Logger causes startup to fail

2002-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10611] - No Logger causes startup to fail

2002-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

RE: [4.1.6] New milestone release soon

2002-07-09 Thread costinm
Ok, I tried and I can't reproduce it. I used an app doing big posts/gets - it all works fine for me. If you can provide code to reproduce it ( like a servlet and an java client ) - it would be great. All I can figure from the log: > [Wed Jul 03 15:24:36 2002] [jk_ajp_common.c (701)]: recei

cvs commit: jakarta-tomcat-connectors/jk/native2/jni jk_jni_aprImpl.c

2002-07-09 Thread nacho
nacho 2002/07/09 17:35:27 Modified:jk/native2/jni jk_jni_aprImpl.c Log: Fixed some (Java?) leaks Revision ChangesPath 1.40 +11 -15jakarta-tomcat-connectors/jk/native2/jni/jk_jni_aprImpl.c Index: jk_jni_aprImpl.c =

DO NOT REPLY [Bug 10620] New: - Page won't compile when it has "too many" custom JSP tags

2002-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10621] New: - Admin webapp: adding new contexts requires restart

2002-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10623] New: - JDBCRealm MD5 stops working after a while

2002-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

Include directive in Tomcat4

2002-07-09 Thread Alfian Hadi
Hi all, I am facing problem using include directive in tomcat 4.0.4. Here is the situation: I create a new folder named: test under webapps (webapps/test). The folder test contains two files: - index.jsp - hello.html In index.jsp, this is what I have for the directive: <%@ include file = "/test

Re: Use TreeControl in apps?

2002-07-09 Thread Patrick Luby
Carsten, I am no licensing expert, but I believe that the Apache license allows you to use to any of the Tomcat source code (including the TreeControl). Patrick Carsten Burghardt wrote: > Hi, > > I'm currently looking for a nice tree control to integrate in a struts > project. Is it possible

DO NOT REPLY [Bug 10588] - tomcat does not support Suns JavaServer Pages 1.2 Tag Library descriptor DTD

2002-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10588] - tomcat does not support Suns JavaServer Pages 1.2 Tag Library descriptor DTD

2002-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b