[Bug 56838] Performance drop when using XML

2014-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56838 Mark Thomas ma...@apache.org changed: What|Removed |Added Summary|Performance issues with |Performance drop

Too few fatal log ststements

2014-08-11 Thread sangeeta lal
Hello Team, I am sangeeta PhD scholar and Researcher working in the are of mining software repositories. Currently I am working on the *tomcat *platform. I am parsing the code of tomcat (version 8) and I discovered that there are only *10-11 log.fatal statement.* I am just curious, is it

Re: Too few fatal log ststements

2014-08-11 Thread Mark Thomas
On 11/08/2014 09:14, sangeeta lal wrote: Hello Team, I am sangeeta PhD scholar and Researcher working in the are of mining software repositories. Currently I am working on the *tomcat *platform. I am parsing the code of tomcat (version 8) and I discovered that there are only *10-11

Re: Too few fatal log ststements

2014-08-11 Thread sangeeta lal
Hi Mark, Actually I have data for other log levels also. Debug =600 statements, error=400 statements, trace =90 statements etc. I am just curious, what could be the possible reason for having such few fatal statements. Can you give your opinion about this? Thanks! for reply. On Mon, Aug 11,

svn commit: r1617234 - in /tomcat/trunk/test/org/apache/catalina/webresources: AbstractTestDirResourceSet.java AbstractTestFileResourceSet.java

2014-08-11 Thread markt
Author: markt Date: Mon Aug 11 09:44:10 2014 New Revision: 1617234 URL: http://svn.apache.org/r1617234 Log: Use root just created rather than new object Modified: tomcat/trunk/test/org/apache/catalina/webresources/AbstractTestDirResourceSet.java

Re: Too few fatal log ststements

2014-08-11 Thread Leon Rosenberg
maybe tomcat is just so robust, that nothing is fatal to it ;-) Leon On Mon, Aug 11, 2014 at 11:41 AM, sangeeta lal sangeeta.6...@gmail.com wrote: Hi Mark, Actually I have data for other log levels also. Debug =600 statements, error=400 statements, trace =90 statements etc. I am just

[jira] [Commented] (MTOMCAT-234) Tomcat8 Maven Plugin

2014-08-11 Thread Xavier Dury (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14092625#comment-14092625 ] Xavier Dury commented on MTOMCAT-234: - Do you think there's any chance of progress on

Re: Too few fatal log ststements

2014-08-11 Thread sangeeta lal
Okay! This means its because of requirement specification of Tomcat. On Mon, Aug 11, 2014 at 3:15 PM, Leon Rosenberg rosenberg.l...@gmail.com wrote: maybe tomcat is just so robust, that nothing is fatal to it ;-) Leon On Mon, Aug 11, 2014 at 11:41 AM, sangeeta lal sangeeta.6...@gmail.com

Re: Too few fatal log ststements

2014-08-11 Thread Martin Grigorov
Hi, On Mon, Aug 11, 2014 at 11:45 AM, Leon Rosenberg rosenberg.l...@gmail.com wrote: maybe tomcat is just so robust, that nothing is fatal to it ;-) Leon On Mon, Aug 11, 2014 at 11:41 AM, sangeeta lal sangeeta.6...@gmail.com wrote: Hi Mark, Actually I have data for other log levels

Re: Too few fatal log ststements

2014-08-11 Thread Mark Thomas
On 11/08/2014 10:41, sangeeta lal wrote: Hi Mark, Actually I have data for other log levels also. Debug =600 statements, error=400 statements, trace =90 statements etc. I am just curious, what could be the possible reason for having such few fatal statements. Can you give your opinion

svn commit: r1617242 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2014-08-11 Thread markt
Author: markt Date: Mon Aug 11 10:39:20 2014 New Revision: 1617242 URL: http://svn.apache.org/r1617242 Log: This can get called a lot and this appears to be marginally faster Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java Modified:

[Bug 56831] javax.faces.application.ViewExpiredException thrown for applications which contextRoot contains dash

2014-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56831 --- Comment #3 from Juraj Huska jhu...@redhat.com --- Hello, thanks for quick response. IMHO it is a Tomcat bug because it is the only servlet container/application container I am able to reproduce this issue on. It works on e.g. JBoss AS

buildbot failure in ASF Buildbot on tomcat-trunk

2014-08-11 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/352 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[Bug 56838] Performance drop when using XML

2014-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56838 --- Comment #3 from Mark Thomas ma...@apache.org --- Having spent some time digging into this, the bulk of the delay is related to class loading. The text case triggers an attempt to load the same class for every iteration. The bulk of the

svn commit: r1617265 - in /tomcat/trunk/java/org/apache/catalina/webresources: Cache.java CachedResource.java StandardRoot.java

2014-08-11 Thread markt
Author: markt Date: Mon Aug 11 12:29:43 2014 New Revision: 1617265 URL: http://svn.apache.org/r1617265 Log: Add simple caching support for calls to getResources() Modified: tomcat/trunk/java/org/apache/catalina/webresources/Cache.java

svn commit: r1617266 - /tomcat/trunk/webapps/docs/changelog.xml

2014-08-11 Thread markt
Author: markt Date: Mon Aug 11 12:31:23 2014 New Revision: 1617266 URL: http://svn.apache.org/r1617266 Log: Update change log Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

[Bug 56838] Performance drop when using XML

2014-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56838 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: Eclipse JAR dependency

2014-08-11 Thread Mark Thomas
On 10/08/2014 14:24, Konstantin Kolinko wrote: 2014-08-08 21:12 GMT+04:00 Mark Thomas ma...@apache.org: snip/ 3. We will not normally update Tomcat's dependency on JDT until the 'small' JAR is available in Maven Central. snip/ I disagree (-0, not a stopper) with 3., as this procedure

buildbot exception in ASF Buildbot on tomcat-trunk

2014-08-11 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/354 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

Re: Too few fatal log ststements

2014-08-11 Thread Christopher Schultz
Sangeeta, On 8/11/14, 5:41 AM, sangeeta lal wrote: Actually I have data for other log levels also. Debug =600 statements, error=400 statements, trace =90 statements etc. I would usually expect in a typical project that there would be more TRACE logging statements than anything else. On the

[Bug 56828] Cluster setup stopped working after 3 months in production

2014-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56828 --- Comment #4 from KS krishna.saran...@gmail.com --- Planning to optimize cluster config as below, for now : Kindly provide your comments on the same. NEW= Cluster

[Bug 56831] javax.faces.application.ViewExpiredException thrown for applications which contextRoot contains dash

2014-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56831 --- Comment #4 from Mark Thomas ma...@apache.org --- That you only see this bug on Tomcat could mean that Tomcat is following a strict interpretation of the spec whereas other containers are being more lenient. Given that you know the

svn commit: r1617355 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementFinalizer.java

2014-08-11 Thread fhanik
Author: fhanik Date: Mon Aug 11 19:57:22 2014 New Revision: 1617355 URL: http://svn.apache.org/r1617355 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56318 The weak reference is for the statement itself. Modified:

[Bug 56831] javax.faces.application.ViewExpiredException thrown for applications which contextRoot contains dash

2014-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56831 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 56831] javax.faces.application.ViewExpiredException thrown for applications which contextRoot contains dash

2014-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56831 --- Comment #6 from Konstantin Kolinko knst.koli...@gmail.com --- 1) Guessing with a crystal ball I think ViewExpiredException means that you rely on cookies for session management and the session cookie has not been sent by the browser.

svn commit: r1617359 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementFinalizer.java

2014-08-11 Thread markt
Author: markt Date: Mon Aug 11 20:38:18 2014 New Revision: 1617359 URL: http://svn.apache.org/r1617359 Log: Silence some unnecessary nags Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementFinalizer.java Modified:

Re: svn commit: r1617359 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementFinalizer.java

2014-08-11 Thread Konstantin Kolinko
2014-08-12 0:38 GMT+04:00 ma...@apache.org: Author: markt Date: Mon Aug 11 20:38:18 2014 New Revision: 1617359 URL: http://svn.apache.org/r1617359 Log: Silence some unnecessary nags Modified:

Re: svn commit: r1617359 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementFinalizer.java

2014-08-11 Thread Mark Thomas
On 11/08/2014 22:14, Konstantin Kolinko wrote: 2014-08-12 0:38 GMT+04:00 ma...@apache.org: Author: markt Date: Mon Aug 11 20:38:18 2014 New Revision: 1617359 URL: http://svn.apache.org/r1617359 Log: Silence some unnecessary nags Modified:

svn commit: r1617362 - in /tomcat/trunk: bin/setclasspath.bat bin/setclasspath.sh webapps/docs/changelog.xml

2014-08-11 Thread markt
Author: markt Date: Mon Aug 11 21:29:47 2014 New Revision: 1617362 URL: http://svn.apache.org/r1617362 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56829 Add the ability for users to define their own values for _RUNJAVA and _RUNJBD. Based on a patch by Neeme Praks. Modified:

svn commit: r1617364 - in /tomcat/tc7.0.x/trunk: ./ bin/setclasspath.bat bin/setclasspath.sh webapps/docs/changelog.xml

2014-08-11 Thread markt
Author: markt Date: Mon Aug 11 21:31:45 2014 New Revision: 1617364 URL: http://svn.apache.org/r1617364 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56829 Add the ability for users to define their own values for _RUNJAVA and _RUNJBD. Based on a patch by Neeme Praks. Modified:

svn commit: r1617365 - /tomcat/trunk/bin/setclasspath.bat

2014-08-11 Thread markt
Author: markt Date: Mon Aug 11 21:33:05 2014 New Revision: 1617365 URL: http://svn.apache.org/r1617365 Log: Improve comments Modified: tomcat/trunk/bin/setclasspath.bat Modified: tomcat/trunk/bin/setclasspath.bat URL:

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

2014-08-11 Thread markt
Author: markt Date: Mon Aug 11 21:34:10 2014 New Revision: 1617367 URL: http://svn.apache.org/r1617367 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

[Bug 56829] do not override _RUNJAVA and _RUNJDB environment variables if already defined

2014-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56829 --- Comment #1 from Mark Thomas ma...@apache.org --- Fixed in 8.0.x for 8.0.11 onwards and in 7.0.x for 7.0.56 onwards. I modified the patch slightly so setclasspath.sh handled java and jdb separately. The modified patch has been proposed

[Bug 56828] Cluster setup stopped working after 3 months in production

2014-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56828 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: svn commit: r1617362 - in /tomcat/trunk: bin/setclasspath.bat bin/setclasspath.sh webapps/docs/changelog.xml

2014-08-11 Thread Konstantin Kolinko
2014-08-12 1:29 GMT+04:00 ma...@apache.org: Author: markt Date: Mon Aug 11 21:29:47 2014 New Revision: 1617362 URL: http://svn.apache.org/r1617362 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56829 Add the ability for users to define their own values for _RUNJAVA and

buildbot failure in ASF Buildbot on tomcat-7-trunk

2014-08-11 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/207 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

Re: svn commit: r1615725 - in /tomcat/tc7.0.x/trunk: ./ res/tomcat.nsi webapps/docs/changelog.xml

2014-08-11 Thread Konstantin Kolinko
2014-08-04 22:43 GMT+04:00 ma...@apache.org: Author: markt Date: Mon Aug 4 18:43:42 2014 New Revision: 1615725 URL: http://svn.apache.org/r1615725 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56788 Display the full version in the list of installed applications when

svn commit: r1617373 - /tomcat/trunk/webapps/docs/changelog.xml

2014-08-11 Thread markt
Author: markt Date: Mon Aug 11 21:55:35 2014 New Revision: 1617373 URL: http://svn.apache.org/r1617373 Log: Fix typo Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

svn commit: r1617374 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2014-08-11 Thread markt
Author: markt Date: Mon Aug 11 21:56:35 2014 New Revision: 1617374 URL: http://svn.apache.org/r1617374 Log: Fix typo Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

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

2014-08-11 Thread markt
Author: markt Date: Mon Aug 11 21:57:23 2014 New Revision: 1617375 URL: http://svn.apache.org/r1617375 Log: Fix typo Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

buildbot failure in ASF Buildbot on tomcat-trunk

2014-08-11 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/355 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

buildbot exception in ASF Buildbot on tomcat-trunk

2014-08-11 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/356 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

Re: svn commit: r1615697 - in /tomcat/trunk: java/org/apache/catalina/servlets/DefaultServlet.java webapps/docs/changelog.xml

2014-08-11 Thread Konstantin Kolinko
2014-08-04 21:22 GMT+04:00 ma...@apache.org: Author: markt Date: Mon Aug 4 17:22:01 2014 New Revision: 1615697 URL: http://svn.apache.org/r1615697 Log: When the gzip option is enabled for the DefaultServlet ensure that a suitable Vary header is returned for resources that might be

svn commit: r1617383 - /tomcat/trunk/bin/setclasspath.bat

2014-08-11 Thread kkolinko
Author: kkolinko Date: Mon Aug 11 23:37:57 2014 New Revision: 1617383 URL: http://svn.apache.org/r1617383 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56829 Review of r1617362. Correct a copy-paste in condition. Modified: tomcat/trunk/bin/setclasspath.bat Modified:

[jira] [Commented] (MTOMCAT-234) Tomcat8 Maven Plugin

2014-08-11 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14093526#comment-14093526 ] Olivier Lamy (*$^¨%`£) commented on MTOMCAT-234: Hi, I started a branch

svn commit: r1617386 - /tomcat/trunk/webapps/docs/changelog.xml

2014-08-11 Thread kkolinko
Author: kkolinko Date: Tue Aug 12 00:12:07 2014 New Revision: 1617386 URL: http://svn.apache.org/r1617386 Log: Correct a typo Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

buildbot success in ASF Buildbot on tomcat-trunk

2014-08-11 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/357 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

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

2014-08-11 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-test-nio2 has an issue affecting its community integration.

Re: Too few fatal log ststements

2014-08-11 Thread sangeeta lal
Thanks! All of you :) Now I have much more understanding about tomcat logging. Thanks a lot! On Mon, Aug 11, 2014 at 7:26 PM, Christopher Schultz ch...@christopherschultz.net wrote: Sangeeta, On 8/11/14, 5:41 AM, sangeeta lal wrote: Actually I have data for other log levels also. Debug