DO NOT REPLY [Bug 42409] Extra response headers not sent when using custom error page

2008-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42409 --- Comment #22 from Filip Hanik <[EMAIL PROTECTED]> 2008-10-22 22:59:18 PST --- we are investigating this further, thank you for the detailed report Filip -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=

Bug 42409

2008-10-22 Thread Filip Hanik - Dev Lists
Looking through the bug https://issues.apache.org/bugzilla/show_bug.cgi?id=42409 I do believe that the author might correct in his assumption. When we do a forward, in ApplicationDispatcher we call try { response.resetBuffer(); } catch (IllegalStateException e) {

DO NOT REPLY [Bug 46069] New: default value of connection_ping_interval is wrong

2008-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46069 Summary: default value of connection_ping_interval is wrong Product: Tomcat Connectors Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: no

svn commit: r707267 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-10-22 Thread fhanik
Author: fhanik Date: Wed Oct 22 21:35:32 2008 New Revision: 707267 URL: http://svn.apache.org/viewvc?rev=707267&view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=70726

svn commit: r707266 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-10-22 Thread fhanik
Author: fhanik Date: Wed Oct 22 21:11:57 2008 New Revision: 707266 URL: http://svn.apache.org/viewvc?rev=707266&view=rev Log: 200 threads default Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS

svn commit: r707264 - in /tomcat/trunk: java/org/apache/tomcat/util/net/ webapps/docs/config/

2008-10-22 Thread fhanik
Author: fhanik Date: Wed Oct 22 21:10:59 2008 New Revision: 707264 URL: http://svn.apache.org/viewvc?rev=707264&view=rev Log: Set the default thread count to 200 Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java tomcat/trunk/java/org/apache/tomcat/util/net/BaseEndpoi

Re: NIO scales 10 times better

2008-10-22 Thread Remy Maucherat
On Wed, 2008-10-22 at 16:38 -0600, Filip Hanik - Dev Lists wrote: > the default maxThreads is 200, I think for a blunt install > that is a good value. > It's usually what I tell folks that are starting up, and no idea about > their own app. > > 200 is low enough to not cause any resource issues

DO NOT REPLY [Bug 46067] New: documentation grammar/spelling

2008-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46067 Summary: documentation grammar/spelling Product: Tomcat 6 Version: 6.0.18 Platform: PC URL: http://tomcat.apache.org/tomcat-6.0-doc/aio.html OS/Version: Windows XP

Re: NIO scales 10 times better

2008-10-22 Thread Filip Hanik - Dev Lists
the default maxThreads is 200, I think for a blunt install that is a good value. It's usually what I tell folks that are starting up, and no idea about their own app. 200 is low enough to not cause any resource issues, and high enough to handle a decent load of a traffic on the typical starte

Re: Native binaries

2008-10-22 Thread Rainer Jung
Mladen Turk schrieb: > Rainer Jung wrote: >> >> Since there's likely no realiable and easy way to get that info, it >> looks like a good idea to add it to the README on the download page. >> > > Sure README should be present. > Anyhow, like you deducted it was Apr 1.2.8 and > OpenSSL 0.9.8i I add

Re: Native binaries

2008-10-22 Thread Mladen Turk
Rainer Jung wrote: Since there's likely no realiable and easy way to get that info, it looks like a good idea to add it to the README on the download page. Sure README should be present. Anyhow, like you deducted it was Apr 1.2.8 and OpenSSL 0.9.8i Regards -- ^(TM)

Re: NIO scales 10 times better

2008-10-22 Thread Remy Maucherat
On Wed, 2008-10-22 at 12:52 -0600, Filip Hanik - Dev Lists wrote: > man, you just ruined my excuse for having a connector at 2/3 the speed > for APR and BIO :) Ok ;) Any ideas for a better default value ? Rémy - To unsubscrib

Re: DO NOT REPLY [Bug 46051] Servlet response writer does not respect line.separator system property

2008-10-22 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > --- Comment #3 from Mark Thomas <[EMAIL PROTECTED]> 2008-10-22 12:59:36 PST > --- > Just testing a new way to provide an svn link: > r298149 > or > revision 298149 Apologies for the noise. There might be a couple more of these whilst I try and get the links generated i

Re: Native binaries

2008-10-22 Thread Rainer Jung
Hi Mark, Mark Thomas schrieb: > Quick question. How do I figure out which APR and openSSL versions were > used to built the binary downloads of the native connectors? I assume you are talking mostly about the Windows binaries, because I can't see others on the ASF download archive. The info is n

svn commit: r707181 - /tomcat/trunk/java/org/apache/catalina/tribes/transport/ReceiverBase.java

2008-10-22 Thread fhanik
Author: fhanik Date: Wed Oct 22 13:00:58 2008 New Revision: 707181 URL: http://svn.apache.org/viewvc?rev=707181&view=rev Log: fix thread boundaries by adding a queue to the pool Modified: tomcat/trunk/java/org/apache/catalina/tribes/transport/ReceiverBase.java Modified: tomcat/trunk/java/or

DO NOT REPLY [Bug 46051] Servlet response writer does not respect line.separator system property

2008-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46051 --- Comment #3 from Mark Thomas <[EMAIL PROTECTED]> 2008-10-22 12:59:36 PST --- Just testing a new way to provide an svn link: r298149 or revision 298149 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=emai

svn commit: r707176 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-10-22 Thread fhanik
Author: fhanik Date: Wed Oct 22 12:44:06 2008 New Revision: 707176 URL: http://svn.apache.org/viewvc?rev=707176&view=rev Log: scale like a rock star Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STA

svn commit: r707175 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2008-10-22 Thread fhanik
Author: fhanik Date: Wed Oct 22 12:39:52 2008 New Revision: 707175 URL: http://svn.apache.org/viewvc?rev=707175&view=rev Log: Correct default setting according to documentation Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/trunk/java/org/apache/tomc

Re: NIO scales 10 times better

2008-10-22 Thread Filip Hanik - Dev Lists
man, you just ruined my excuse for having a connector at 2/3 the speed for APR and BIO :) Filip Remy Maucherat wrote: Hi, So while looking at the connector code, I found something funny. Apparently Filip messed up his cut & paste, or something, because the NIO endpoint has maxThreads as 400 i

Native binaries

2008-10-22 Thread Mark Thomas
Quick question. How do I figure out which APR and openSSL versions were used to built the binary downloads of the native connectors? Cheers, Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

DO NOT REPLY [Bug 45975] JAAS Login Module fails to load on Windows in directories with spaces in the path

2008-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45975 Bruce Tong <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED]

Re: Building tomcat native under win32 fails

2008-10-22 Thread Lorenz Breu
I have been trying to figure out why the tcnative project won't build, but without success... I have added the Microsoft SDK, Windows\system, Windows\system32 and OpenSSL\ library directories to the list of "Additional Library Directories" in Visual Studio 2008 for the projects apr, libapr, libctna

NIO scales 10 times better

2008-10-22 Thread Remy Maucherat
Hi, So while looking at the connector code, I found something funny. Apparently Filip messed up his cut & paste, or something, because the NIO endpoint has maxThreads as 400 instead of 40 for APR and java.io. NIO scales so well :) I don't know what the right default value should be (it probably h

DO NOT REPLY [Bug 42409] Extra response headers not sent when using custom error page

2008-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42409 --- Comment #21 from Brian Curnow <[EMAIL PROTECTED]> 2008-10-22 06:22:47 PST --- I'll add that other contains (Jetty, BEA/Oracle WebLogic Server, etc) appear to be handling this case correctly. We are having a similar issue to Commen

Re: [VOTE/SENSUS] connection pool

2008-10-22 Thread Tim Funk
Filip Hanik - Dev Lists wrote: a. [ ] It doesn't belong here, take it elsewhere b. [ ] Bring it here, we'll ship it with next major version of Tomcat c. [X] Bring it here, we'll make it an independent module with its own release cycle d. [ ] I'm ok with any these option e. [ ] Lets discuss it

Re: Building tomcat native under win32 fails

2008-10-22 Thread Lorenz Breu
Hi again Thanks for the pointers, the native code now compiles...Well actually there is still that error in ossl_typ.h, but I just commented the line causing the error out (a typedef) for now. However, there is now a problem with linking. I keep getting the message: 1>apr-1.lib(rand.obj) : error

Re: [VOTE/SENSUS] connection pool

2008-10-22 Thread Kevin Jackson
Hi, > c. [X ] Bring it here, we'll make it an independent module with its own > release cycle As an interested observer with no karma here :) Kev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

Re: [VOTE/SENSUS] connection pool

2008-10-22 Thread Henri Gomez
a. [ ] It doesn't belong here, take it elsewhere b. [ ] Bring it here, we'll ship it with next major version of Tomcat c. [X] Bring it here, we'll make it an independent module with its own release cycle d. [ ] I'm ok with any these option e. [ ] Lets discuss it some more, to bring more options to

Re: Building tomcat native under win32 fails

2008-10-22 Thread Mladen Turk
Lorenz Breu wrote: Hi I tried to build tomcat native today following the instructions on the homepage. APR compiled just fine, but when I try to build tcnative using VS 2008 I get the following: 1>Compiling... 1>system.c 1>h:\Visual Studio\tomcat-native-1.1.15-win32-src\jni\apr\include\arch\win

Re: [VOTE/SENSUS] connection pool

2008-10-22 Thread Rainer Jung
Filip Hanik - Dev Lists schrieb: > a. [ ] It doesn't belong here, take it elsewhere > b. [ ] Bring it here, we'll ship it with next major version of Tomcat > c. [X] Bring it here, we'll make it an independent module with its own > release cycle > d. [ ] I'm ok with any these option > e. [ ] Lets di

DO NOT REPLY [Bug 46041] Tomcat service is terminated unexpectedly (tcnative-1.dll)

2008-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46041 --- Comment #4 from Rainer Jung <[EMAIL PROTECTED]> 2008-10-22 02:13:54 PST --- 99% perm is not necessarily a problem. The default Max size of perm depends on the platform, Java version and sometimes on the available hardware ressources

Re: [VOTE/SENSUS] connection pool

2008-10-22 Thread jean-frederic clere
Filip Hanik - Dev Lists wrote: Let's get a feel for what we think we should do. Based on https://issues.apache.org/bugzilla/show_bug.cgi?id=46038 I believe (pick only one): a. [ ] It doesn't belong here, take it elsewhere b. [ ] Bring it here, we'll ship it with next major version of Tomcat c.

Building tomcat native under win32 fails

2008-10-22 Thread Lorenz Breu
Hi I tried to build tomcat native today following the instructions on the homepage. APR compiled just fine, but when I try to build tcnative using VS 2008 I get the following: 1>Compiling... 1>system.c 1>h:\Visual Studio\tomcat-native-1.1.15-win32-src\jni\apr\include\arch\win32\apr_arch_misc.h(42