cvs commit: jakarta-tomcat-connectors/jk/xdocs/howto workers.xml

2005-04-24 Thread mturk
mturk 2005/04/24 23:53:25 Modified:jk/xdocs/config workers.xml jk/xdocs/howto workers.xml Log: Update workers documentation. Revision ChangesPath 1.13 +4 -0 jakarta-tomcat-connectors/jk/xdocs/config/workers.xml Index: workers.xml

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

2005-04-24 Thread Remy Maucherat
Costin Manolache wrote: Remy Maucherat wrote: IE is still (unfortunately) the browser used by a lot of people, and if there is a way to work around IE brokeness - I think it's a good idea to do it. Complaining to M$ doesn't work - people will just end up buying IIS instead :-) Seriously, not su

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

2005-04-24 Thread Costin Manolache
Remy Maucherat wrote: Keith Wannamaker wrote: If no one else is concerned that Tomcat 5.5 doesn't work by default Any other nonsensical statement to make ? The only thing that does not work is opening third party documents from the website, due to IE's broken handling of this. How about a) goin

DO NOT REPLY [Bug 32424] - Redirecting directiories with missing trailing slash breaks web applications

2005-04-24 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://issues.apache.org/bugzilla/show_bu

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

2005-04-24 Thread Remy Maucherat
Bill Barker wrote: Does it do about the same of behavior as the APR endpoint ? (I didn't try it - I run Windoze for my dev, BTW ;) ) ChannelNioSocket works ok on Windows on low concurrency, but what's the point? ;-). After that, NIO starts throwing weird NPEs. I haven't tried the APR endpoint o

Re: APR usage

2005-04-24 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: Sent: Sunday, April 24, 2005 6:41 AM Subject: APR usage Hi, Sendfile now *likely* works (both regular and single range requests), but is very hard to test. Since nearly all the time it seems to be a non blocking opera

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

2005-04-24 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" Sent: Sunday, April 24, 2005 1:49 AM Subject: Re: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelNioSocket.java [EMAIL PROTECTED] wrote: billbarker2005/04/23 21:2

DO NOT REPLY [Bug 34560] - AuthenticatorBase tests and applies disableProxyCaching even if no auth-constraints

2005-04-24 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://issues.apache.org/bugzilla/show_bu

snmp and Nagios

2005-04-24 Thread lawrence
Hi all, New to the tomcat list. I have spent the last few days searching the net for ideas on how to monitor tomcat via SNMP. I am trying to gather information like: Number of sessions per minute. Number of spare threads etc. Basically I am trying to get over all health of the tomcat servers(s

DO NOT REPLY [Bug 34560] - AuthenticatorBase tests and applies disableProxyCaching even if no auth-constraints

2005-04-24 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://issues.apache.org/bugzilla/show_bu

APR usage

2005-04-24 Thread Remy Maucherat
Hi, Sendfile now *likely* works (both regular and single range requests), but is very hard to test. Since nearly all the time it seems to be a non blocking operation, it could be possible to do it inline inside the DefaultServlet itself (performance would be the same, but the plumbing code can

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

2005-04-24 Thread remm
remm2005/04/24 06:18:28 Modified:util/java/org/apache/tomcat/util/net/res LocalStrings.properties util/java/org/apache/tomcat/util/net AprEndpoint.java Log: - Proper logging. Revision ChangesPath 1.7 +8 -1 jakarta-tom

cvs commit: jakarta-tomcat-connectors/jk/xdocs/config workers.xml

2005-04-24 Thread mturk
mturk 2005/04/24 03:47:28 Modified:jk/xdocs/config workers.xml Log: Add mising closing tag. Revision ChangesPath 1.12 +1 -0 jakarta-tomcat-connectors/jk/xdocs/config/workers.xml Index: workers.xml

cvs commit: jakarta-tomcat-connectors/jk/xdocs/config workers.xml

2005-04-24 Thread mturk
mturk 2005/04/24 03:43:27 Modified:jk/xdocs/config workers.xml Log: Add status worker directives section. Revision ChangesPath 1.11 +13 -1 jakarta-tomcat-connectors/jk/xdocs/config/workers.xml Index: workers.xml ==

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

2005-04-24 Thread remm
remm2005/04/24 03:40:48 Modified:util/java/org/apache/tomcat/util/net AprEndpoint.java Log: - Probably a more sensible fix :) Revision ChangesPath 1.21 +14 -0 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/AprEndpoint.java Index: AprEndp

cvs commit: jakarta-tomcat-connectors/jk/xdocs/howto workers.xml

2005-04-24 Thread mturk
mturk 2005/04/24 03:30:09 Modified:jk/xdocs/howto workers.xml Log: Add howto for status worker. Revision ChangesPath 1.3 +39 -12jakarta-tomcat-connectors/jk/xdocs/howto/workers.xml Index: workers.xml =

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

2005-04-24 Thread remm
remm2005/04/24 03:28:38 Modified:util/java/org/apache/tomcat/util/net AprEndpoint.java Log: - Negativa values are now ok (apparently) for poll. (fixes a regression caused by yesterday's poll.c change) Revision ChangesPath 1.20 +0 -14 jakarta-tomcat-connecto

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

2005-04-24 Thread mturk
mturk 2005/04/24 03:15:02 Modified:jk/xdocs changelog.xml Log: Log the shutdown and maintain. Revision ChangesPath 1.23 +7 -0 jakarta-tomcat-connectors/jk/xdocs/changelog.xml Index: changelog.xml =

cvs commit: jakarta-tomcat-connectors/jk/native/netscape jk_nsapi_plugin.c

2005-04-24 Thread mturk
mturk 2005/04/24 03:02:16 Modified:jk/native/apache-1.3 mod_jk.c jk/native/apache-2.0 mod_jk.c jk/native/iis jk_isapi_plugin.c jk/native/netscape jk_nsapi_plugin.c Log: Use wc_maintain function for recycling cache and connections. R

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp12_worker.c jk_ajp13_worker.c jk_ajp14_worker.c jk_ajp_common.c jk_ajp_common.h jk_lb_worker.c jk_service.h jk_worker.c jk_worker.h

2005-04-24 Thread mturk
mturk 2005/04/24 02:54:47 Modified:jk/native/common jk_ajp12_worker.c jk_ajp13_worker.c jk_ajp14_worker.c jk_ajp_common.c jk_ajp_common.h jk_lb_worker.c jk_service.h jk_worker.c jk_worker.h Log: Added wc_maintain, that will recycle al

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

2005-04-24 Thread mturk
mturk 2005/04/24 02:52:57 Modified:jk/native/common jk_connect.c jk_connect.h Log: Added jk_shutdown_socket function, that cracefully closes the AJP connection by sending FIN. Should help resolving WAIT_CLOSE sockets on some unixes. Revision ChangesPath 1.54 +5

cvs commit: jakarta-tomcat-catalina/modules/cluster to-do.txt

2005-04-24 Thread pero
pero2005/04/24 02:45:52 Modified:modules/cluster to-do.txt Log: add my detected cluster problems when restarting applications or complete nodes Revision ChangesPath 1.14 +43 -1 jakarta-tomcat-catalina/modules/cluster/to-do.txt Index: to-do.txt ===

Yahoo! Auto Response

2005-04-24 Thread hutchdispatch
Hi Your Mail Have been received and you will be reponded soon. Thank You Gaurav Gupta [EMAIL PROTECTED] [EMAIL PROTECTED] Original Message: X-YahooFilteredBulk: 202.164.56.103 Authentication-Results: mta352.mail.scd.yahoo.com from=jakarta.apache.org; domain

[EMAIL PROTECTED]: Project jakarta-tomcat-jk-native (in module jakarta-tomcat-connectors) failed

2005-04-24 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-jk-native has an issue affecting its community integration. This

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

2005-04-24 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: billbarker2005/04/23 21:27:42 Modified:jk/java/org/apache/jk/common ChannelNioSocket.java Log: Give up on switching between blocking/non-blocking Sockets, also move the Accecpt into the Poller instead of its own thread. This is still very much experimental, and no