Re: svn commit: r830589 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java

2009-10-28 Thread Konstantin Kolinko
2009/10/28 : > Author: markt > Date: Wed Oct 28 15:30:49 2009 > New Revision: 830589 > > > +        if (endpoint.getCurrentThreadsBusy() >0 && > +                endpoint.getMaxThreads() >0) { > +            threadRatio = (endpoint.getCurrentThreadsBusy() * 100) > +                    / endpoint.g

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

2009-10-28 Thread kkolinko
Author: kkolinko Date: Thu Oct 29 04:38:00 2009 New Revision: 830843 URL: http://svn.apache.org/viewvc?rev=830843&view=rev Log: vote 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=8308

svn commit: r830835 - in /tomcat: tc5.5.x/trunk/STATUS.txt tc6.0.x/trunk/STATUS.txt

2009-10-28 Thread kkolinko
Author: kkolinko Date: Thu Oct 29 03:31:13 2009 New Revision: 830835 URL: http://svn.apache.org/viewvc?rev=830835&view=rev Log: vote Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomc

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

2009-10-28 Thread kkolinko
Author: kkolinko Date: Thu Oct 29 03:23:48 2009 New Revision: 830834 URL: http://svn.apache.org/viewvc?rev=830834&view=rev Log: vote 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=8308

Re: svn commit: r830736 - in /tomcat/trunk/java/org/apache/catalina/core: JreMemoryLeakPreventionListener.java LocalStrings.properties

2009-10-28 Thread Konstantin Kolinko
2009/10/28 : > Author: markt > Date: Wed Oct 28 19:25:31 2009 > New Revision: 830736 > > URL: http://svn.apache.org/viewvc?rev=830736&view=rev > Log: > Add a workaround for a common cause of locked files. > > Modified: >     > tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListe

DO NOT REPLY [Bug 48080] New: Tomcat documentation and JDBC context

2009-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48080 Summary: Tomcat documentation and JDBC context Product: Tomcat 6 Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: minor Priority:

svn commit: r830736 - in /tomcat/trunk/java/org/apache/catalina/core: JreMemoryLeakPreventionListener.java LocalStrings.properties

2009-10-28 Thread markt
Author: markt Date: Wed Oct 28 19:25:31 2009 New Revision: 830736 URL: http://svn.apache.org/viewvc?rev=830736&view=rev Log: Add a workaround for a common cause of locked files. Modified: tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java tomcat/trunk/java/or

svn commit: r830722 - /tomcat/jk/trunk/xdocs/reference/workers.xml

2009-10-28 Thread rjung
Author: rjung Date: Wed Oct 28 18:55:12 2009 New Revision: 830722 URL: http://svn.apache.org/viewvc?rev=830722&view=rev Log: Fix grammar and add caveat about related Tomcat setting. Modified: tomcat/jk/trunk/xdocs/reference/workers.xml Modified: tomcat/jk/trunk/xdocs/reference/workers.xml UR

two patches

2009-10-28 Thread Michael Allman
Hello, I just want to bring up two patches I submitted two weeks ago. I don't know what the mean time to evaluate a patch is, so I apologize in advance if I'm jumping the gun. I supplied the patches as part of bug reports 47997 and 47998. I think the latter is a no-brainer. The former is

DO NOT REPLY [Bug 47997] NamingContextListener fails to add itself as a PropertyChangeListener to all namingResources

2009-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47997 --- Comment #1 from Michael Allman 2009-10-28 11:49:41 UTC --- I just want to add that without this patch, the standard Admin app functionality of adding a DataSource to a deployed Web app does not work. (Adding a DataSource dynamically is

Re: svn commit: r830589 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java

2009-10-28 Thread Filip Hanik - Dev Lists
On 10/28/2009 09:34 AM, Mark Thomas wrote: ma...@apache.org wrote: Author: markt Date: Wed Oct 28 15:30:49 2009 New Revision: 830589 URL: http://svn.apache.org/viewvc?rev=830589&view=rev Log: Ensure thread ratio calc is valid This will need to go into 6.0.x to address Konstantin's re

Re: svn commit: r830589 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java

2009-10-28 Thread Mark Thomas
ma...@apache.org wrote: > Author: markt > Date: Wed Oct 28 15:30:49 2009 > New Revision: 830589 > > URL: http://svn.apache.org/viewvc?rev=830589&view=rev > Log: > Ensure thread ratio calc is valid This will need to go into 6.0.x to address Konstantin's review comments on the thread count patch bu

svn commit: r830589 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java

2009-10-28 Thread markt
Author: markt Date: Wed Oct 28 15:30:49 2009 New Revision: 830589 URL: http://svn.apache.org/viewvc?rev=830589&view=rev Log: Ensure thread ratio calc is valid Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11

svn commit: r830514 - in /tomcat/trunk/java/org/apache/catalina: deploy/FilterMap.java startup/WebXml.java

2009-10-28 Thread markt
Author: markt Date: Wed Oct 28 12:27:42 2009 New Revision: 830514 URL: http://svn.apache.org/viewvc?rev=830514&view=rev Log: Add FilterMaps to the web.xml file merge process Modified: tomcat/trunk/java/org/apache/catalina/deploy/FilterMap.java tomcat/trunk/java/org/apache/catalina/startup

svn commit: r830508 - /tomcat/trunk/test/org/apache/catalina/startup/TestContextConfig.java

2009-10-28 Thread markt
Author: markt Date: Wed Oct 28 11:49:48 2009 New Revision: 830508 URL: http://svn.apache.org/viewvc?rev=830508&view=rev Log: Add some test cases for ordering. Added: tomcat/trunk/test/org/apache/catalina/startup/TestContextConfig.java Added: tomcat/trunk/test/org/apache/catalina/startup/Test

svn commit: r830506 - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

2009-10-28 Thread markt
Author: markt Date: Wed Oct 28 11:48:50 2009 New Revision: 830506 URL: http://svn.apache.org/viewvc?rev=830506&view=rev Log: Re-factoring to make testing easier Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java Modified: tomcat/trunk/java/org/apache/catalina/startup/

svn commit: r830503 - in /tomcat/trunk/test/org/apache/catalina/tribes/test: TribesTestSuite.java interceptors/TestTwoPhaseCommit.java

2009-10-28 Thread markt
Author: markt Date: Wed Oct 28 11:14:29 2009 New Revision: 830503 URL: http://svn.apache.org/viewvc?rev=830503&view=rev Log: Remove empty test class to avoid no tests found errors when running all tests for a package in Eclipse Removed: tomcat/trunk/test/org/apache/catalina/tribes/test/inte

svn commit: r830502 - /tomcat/trunk/test/org/apache/catalina/startup/TestTomcatBase.java

2009-10-28 Thread markt
Author: markt Date: Wed Oct 28 11:13:41 2009 New Revision: 830502 URL: http://svn.apache.org/viewvc?rev=830502&view=rev Log: Make base class abstract to avoid no tests found errors when running all tests for a package in Eclipse Modified: tomcat/trunk/test/org/apache/catalina/startup/TestTom

svn commit: r830497 - /tomcat/tc6.0.x/trunk/webapps/docs/config/listeners.xml

2009-10-28 Thread markt
Author: markt Date: Wed Oct 28 10:44:20 2009 New Revision: 830497 URL: http://svn.apache.org/viewvc?rev=830497&view=rev Log: Post Konstantin's typo fixes to 6.0.x Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/listeners.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/listeners.xml

Re: Unable to start Lambda probe

2009-10-28 Thread Pid
On 28/10/2009 09:08, richa.mit...@lntinfotech.com wrote: Hi I deployed Lambda probe as a component in ofbiz application. I used this link: http://bizlift.com/ofbiz/lambda_probe_for_ofbiz.html When I hit the url : http://localhost:8080/probe It gives an error. Please help how can I start Lambda p

Unable to start Lambda probe

2009-10-28 Thread Richa . Mittal
Hi I deployed Lambda probe as a component in ofbiz application. I used this link: http://bizlift.com/ofbiz/lambda_probe_for_ofbiz.html When I hit the url : http://localhost:8080/probe It gives an error. Please help how can I start Lambda probe and test the application Thanks Richa Mittal ___

Re: [VOTE] Releasing Apache Tomcat Native 1.1.17

2009-10-28 Thread jean-frederic clere
On 10/26/2009 03:31 PM, Remy Maucherat wrote: On Tue, 2009-10-20 at 21:55 +0200, jean-frederic clere wrote: [X] Stable - no major issues, no regressions [ ] Beta - at least one significant issue -- tell us what it is [ ] Alpha - multiple significant issues -- tell us what they are So we +3