DO NOT REPLY [Bug 39627] - JULI ignores a ".level = XXX" directive in logging.properties

2007-01-06 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

DO NOT REPLY [Bug 39627] - JULI ignores a ".level = XXX" directive in logging.properties

2007-01-06 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: svn commit: r493480 - /tomcat/connectors/trunk/jk/java/org/apache/jk/common/ChannelSocket.java

2007-01-06 Thread Bill Barker
"Filip Hanik - Dev Lists" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > ok, this is hella confusing. :) > the AJP is supposed to be a persistent protocol, so why would we have a > backlog on the listener? > ie, the connections can potentially not close at all in an ideal world,

Re: svn commit: r493480 - /tomcat/connectors/trunk/jk/java/org/apache/jk/common/ChannelSocket.java

2007-01-06 Thread Filip Hanik - Dev Lists
ok, this is hella confusing. :) the AJP is supposed to be a persistent protocol, so why would we have a backlog on the listener? ie, the connections can potentially not close at all in an ideal world, yet you would accept connections and never do anything with them? Filip [EMAIL PROTECTED]

DO NOT REPLY [Bug 39627] - JULI ignores a ".level = XXX" directive in logging.properties

2007-01-06 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

DO NOT REPLY [Bug 39627] - JULI ignores a ".level = XXX" directive in logging.properties

2007-01-06 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: new access log valve implementation

2007-01-06 Thread Remy Maucherat
Peter Rossbach wrote: Good news, please, open a bug report with the a AccessLogValve patch. It looks good enough to me right now. Now there's the question of potentially replacing the other access log valves, since it provides a superset of the functionality (the other valves - except the E

svn commit: r493535 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/FastAccessLogValve.java

2007-01-06 Thread remm
Author: remm Date: Sat Jan 6 10:48:18 2007 New Revision: 493535 URL: http://svn.apache.org/viewvc?view=rev&rev=493535 Log: - New AccessLog valve impl, submitted by Takayuki Kaneko. Added: tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/FastAccessLogValve.java (with props) Added: t

Re: new access log valve implementation

2007-01-06 Thread Peter Rossbach
Good news, please, open a bug report with the a AccessLogValve patch. Thanks Peter Am 06.01.2007 um 09:00 schrieb Takayuki Kaneko: Hi, I modified AccessLogValve in about five points. 1) use buffering like FastCommonAccessLogValve 2) generate the date character string on each 1000ms like Fa

DO NOT REPLY [Bug 38332] - Documented AJP Connector configuration for pending request queue size in error

2007-01-06 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

svn commit: r493481 - in /tomcat/container/tc5.5.x/webapps/docs: changelog.xml config/ajp.xml config/http.xml

2007-01-06 Thread pero
Author: pero Date: Sat Jan 6 06:36:23 2007 New Revision: 493481 URL: http://svn.apache.org/viewvc?view=rev&rev=493481 Log: Add backlog attribute to ChannelSocket and change default value at docs. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml tomcat/container/tc5.5.x/webap

svn commit: r493480 - /tomcat/connectors/trunk/jk/java/org/apache/jk/common/ChannelSocket.java

2007-01-06 Thread pero
Author: pero Date: Sat Jan 6 06:34:51 2007 New Revision: 493480 URL: http://svn.apache.org/viewvc?view=rev&rev=493480 Log: Add backlog attribute to ChannelSocket Modified: tomcat/connectors/trunk/jk/java/org/apache/jk/common/ChannelSocket.java Modified: tomcat/connectors/trunk/jk/java/org/

Re: svn commit: r493203 - in /tomcat/connectors/trunk: jk/tools/lineends.pl jni/native/build/lineends.pl

2007-01-06 Thread Rainer Jung
Hi Bill, I took the changes over from jni to jk just for the same reasons. I hope Mladen will sync with apr. No commit rights on my side. Regards, Rainer William A. Rowe, Jr. wrote: Hello Jakarta folks, the apr folks would appreciate if improvements were pushed back to repos/asf/apr/apr/bu

Re: new access log valve implementation

2007-01-06 Thread Takayuki Kaneko
Hi, I modified AccessLogValve in about five points. 1) use buffering like FastCommonAccessLogValve 2) generate the date character string on each 1000ms like FastCommonAccessLogValve 3) move the parsing pattern into the initail phase, it was executed on each requst 4) manage "common" and "combine