DO NOT REPLY [Bug 52651] New: JKSHMFile size limitation

2012-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52651 Bug #: 52651 Summary: JKSHMFile size limitation Product: Tomcat Connectors Version: 1.2.32 Platform: PC OS/Version: Linux Status: NEW Severity: normal

DO NOT REPLY [Bug 52652] New: Bad link to Ant in tools.html

2012-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52652 Bug #: 52652 Summary: Bad link to Ant in tools.html Product: Tomcat 7 Version: unspecified Platform: PC OS/Version: All Status: NEW Severity: normal

svn commit: r1243508 - in /tomcat/site/trunk: docs/tools.html xdocs/tools.xml

2012-02-13 Thread kkolinko
Author: kkolinko Date: Mon Feb 13 13:50:43 2012 New Revision: 1243508 URL: http://svn.apache.org/viewvc?rev=1243508&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52652 Correct typos in tools.html s/licence/license/ seems to be GB vs UK. IDE hilights "licence" as misspelled,

DO NOT REPLY [Bug 52652] Bad link to Ant in tools.html

2012-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52652 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 51181] Add support for Web Sockets

2012-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181 --- Comment #35 from Lucas Dreyer 2012-02-13 13:53:52 UTC --- +1, Tomcat is an integral part of our system and Web Socket support will be awesome. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- Y

Re: Website refresh

2012-02-13 Thread Jeremy Brown
>I like the mockup. It is a step up from what we have already. Thanks, I think it's a good idea to match want Pid created for Tomcat 7. >I think there is some serious re-organising of the docs required as >well. I am happy to take a look at the reorganising if someone else (you >Jeremy?) is able

Re: Website refresh

2012-02-13 Thread Mark Thomas
On 13/02/2012 15:06, Jeremy Brown wrote: >> I like the mockup. It is a step up from what we have already. > > Thanks, I think it's a good idea to match want Pid created for Tomcat 7. +1 >> I think there is some serious re-organising of the docs required as >> well. I am happy to take a look at t

DO NOT REPLY [Bug 52654] New: Incomplete documentation about DataSource JMX registration outside a container

2012-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52654 Bug #: 52654 Summary: Incomplete documentation about DataSource JMX registration outside a container Product: Tomcat Modules Version: unspecified Platform: PC

DO NOT REPLY [Bug 50864] Reconfigure pool on the fly using JMX

2012-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50864 --- Comment #1 from guenther 2012-02-13 16:06:58 UTC --- To note in this context is also the fact that currently (Tomcat JDBC Connection Pool 1.1.0.0) several setter-methods in org.apache.tomcat.jdbc.pool.jmx.ConnectionPools have an empty

DO NOT REPLY [Bug 52651] JKSHMFile size limitation

2012-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52651 --- Comment #1 from Rainer Jung 2012-02-13 16:54:56 UTC --- Version 1.2.32 is able to comute the needed shared memory size without the need for the JkShmSize configuration directive. It is a leftover from previous versions. Remove it (I th

svn commit: r1243655 - in /tomcat/trunk/modules/jdbc-pool/src: main/java/org/apache/tomcat/jdbc/pool/interceptor/ test/java/org/apache/tomcat/jdbc/bugs/ test/java/org/apache/tomcat/jdbc/pool/intercept

2012-02-13 Thread fhanik
Author: fhanik Date: Mon Feb 13 19:07:30 2012 New Revision: 1243655 URL: http://svn.apache.org/viewvc?rev=1243655&view=rev Log: Fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=51582 Added: tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/bugs/ tomcat/trun

DO NOT REPLY [Bug 51582] NPE in SlowQueryReport

2012-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51582 Filip Hanik changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 51582] NPE in SlowQueryReport

2012-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51582 --- Comment #11 from Patric Rufflar 2012-02-13 19:42:40 UTC --- Thanks, Filip and welcome back. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are

Re: Tomcat web site UI update (was:WebSocket progress report)

2012-02-13 Thread Christopher Schultz
Mark, On 2/9/12 11:04 AM, Mark Thomas wrote: > On 09/02/2012 15:07, Jeremy brown wrote: >> Hi Jonathan and Petr, >> >> I'm an Application Development Graduate Student at Illinois Institute of >> Technology and I'd like to get started contributing to Tomcat. If you have >> any tasks I can help out

Re: WebSocket progress report

2012-02-13 Thread Christopher Schultz
Mark, On 2/10/12 11:49 AM, Mark Thomas wrote: > > I prefer the work pid did on the Tomcat 7 index page for the ROOT webapp. +1 -chris signature.asc Description: OpenPGP digital signature

Re: WebSocket progress report

2012-02-13 Thread Christopher Schultz
Jeremy, On 2/10/12 12:08 PM, Jeremy Brown wrote: >> I suspect it will need more than that. The XLST will almost certainly >> need some tweaks too. > > How timely, I'm doing xml transformations in my SOA class right now. If you have any questions about XSLT, I'd be happy to answer them. It's defi

DO NOT REPLY [Bug 46264] Shutting down tomcat with large number of contexts is slow

2012-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264 --- Comment #31 from Christopher Schultz 2012-02-13 20:24:39 UTC --- (In reply to comment #30) > Where do we set the startStopThreads parameter value? In the component: http://tomcat.apache.org/tomcat-7.0-doc/config/engine.html Please u

svn commit: r1243682 - in /tomcat/tc7.0.x/trunk: modules/ webapps/docs/changelog.xml

2012-02-13 Thread fhanik
Author: fhanik Date: Mon Feb 13 20:37:30 2012 New Revision: 1243682 URL: http://svn.apache.org/viewvc?rev=1243682&view=rev Log: Fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=51582 Modified: tomcat/tc7.0.x/trunk/modules/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/cha

DO NOT REPLY [Bug 51582] NPE in SlowQueryReport

2012-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51582 --- Comment #12 from Filip Hanik 2012-02-13 20:38:02 UTC --- Fixed in r1243682 for the Tomcat 7 branch -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- Y

DO NOT REPLY [Bug 46264] Shutting down tomcat with large number of contexts is slow

2012-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264 --- Comment #32 from Chuck Caldarale 2012-02-13 20:41:25 UTC --- (In reply to comment #31) > (In reply to comment #30) > > Where do we set the startStopThreads parameter value? > > In the component: > http://tomcat.apache.org/tomcat-7.0-

DO NOT REPLY [Bug 52500] Improve client certificate authentication

2012-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52500 --- Comment #22 from Christopher Schultz 2012-02-13 20:51:40 UTC --- > Please find attached patch that provide OOTB UserNameRetriever that retrieve > the user name from SubjectDN without any additional dependency. That looks great. > I h

Custom rules for commons-digester

2012-02-13 Thread Christopher Schultz
All, There are 15 or so custom rule classes in the Tomcat sources for handling various commons-digester events. I've only taken a brief glance at their content, but I'm wondering if we can't replace these classes with an XML-based configuration that the Digester itself can handle for us. Such a

Re: Custom rules for commons-digester

2012-02-13 Thread Konstantin Kolinko
2012/2/14 Christopher Schultz : > All, > > There are 15 or so custom rule classes in the Tomcat sources for > handling various commons-digester events. > > I've only taken a brief glance at their content, but I'm wondering if we > can't replace these classes with an XML-based configuration that the

Re: Custom rules for commons-digester

2012-02-13 Thread Rainer Jung
On 13.02.2012 22:11, Christopher Schultz wrote: All, There are 15 or so custom rule classes in the Tomcat sources for handling various commons-digester events. I've only taken a brief glance at their content, but I'm wondering if we can't replace these classes with an XML-based configuration th

Re: Custom rules for commons-digester

2012-02-13 Thread Christopher Schultz
Konstantin, On 2/13/12 4:32 PM, Konstantin Kolinko wrote: > 2012/2/14 Christopher Schultz : >> All, >> >> There are 15 or so custom rule classes in the Tomcat sources for >> handling various commons-digester events. >> >> I've only taken a brief glance at their content, but I'm wondering if we >>

Re: Tomcat web site UI update

2012-02-13 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13/02/2012 20:11, Christopher Schultz wrote: > Mark, > > On 2/9/12 11:04 AM, Mark Thomas wrote: >> On 09/02/2012 15:07, Jeremy brown wrote: >>> Hi Jonathan and Petr, >>> >>> I'm an Application Development Graduate Student at Illinois >>> Institute

Re: Custom rules for commons-digester

2012-02-13 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13/02/2012 22:01, Christopher Schultz wrote: > Konstantin, > > On 2/13/12 4:32 PM, Konstantin Kolinko wrote: >> 2012/2/14 Christopher Schultz : >>> All, >>> >>> There are 15 or so custom rule classes in the Tomcat sources >>> for handling various

Re: Custom rules for commons-digester

2012-02-13 Thread Konstantin Kolinko
2012/2/14 Christopher Schultz : > Konstantin, > > On 2/13/12 4:32 PM, Konstantin Kolinko wrote: >> 2012/2/14 Christopher Schultz : >>> All, >>> >>> There are 15 or so custom rule classes in the Tomcat sources for >>> handling various commons-digester events. >>> >>> I've only taken a brief glance a

DO NOT REPLY [Bug 52659] New: Shared memory becomes corrupted

2012-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52659 Bug #: 52659 Summary: Shared memory becomes corrupted Product: Tomcat Connectors Version: 1.2.32 Platform: PC Status: NEW Severity: normal Priority: P2

[GUMP@vmgump]: Project tomcat-tc7.0.x-validate (in module tomcat-7.0.x) failed

2012-02-13 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 gene...@gump.apache.org. Project tomcat-tc7.0.x-validate has an issue affecting its community integration.

[GUMP@vmgump]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2012-02-13 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 gene...@gump.apache.org. Project tomcat-trunk-validate has an issue affecting its community integration. Th