DO NOT REPLY [Bug 51274] New: Missing messages in PersistentManagerBase

2011-05-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51274 Bug #: 51274 Summary: Missing messages in PersistentManagerBase Product: Tomcat 7 Version: trunk Platform: All OS/Version: All Status: NEW Severity: minor

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

2011-05-27 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 has an issue affecting its community integration. This

svn commit: r1128217 - /tomcat/jk/trunk/KEYS

2011-05-27 Thread timw
Author: timw Date: Fri May 27 09:48:27 2011 New Revision: 1128217 URL: http://svn.apache.org/viewvc?rev=1128217view=rev Log: Adding code signing cert. Modified: tomcat/jk/trunk/KEYS Modified: tomcat/jk/trunk/KEYS URL:

svn commit: r1128222 - /tomcat/trunk/KEYS

2011-05-27 Thread timw
Author: timw Date: Fri May 27 09:55:42 2011 New Revision: 1128222 URL: http://svn.apache.org/viewvc?rev=1128222view=rev Log: Adding code signing keys. Modified: tomcat/trunk/KEYS Modified: tomcat/trunk/KEYS URL:

DO NOT REPLY [Bug 51276] New: Startup time is too high if there are few JARs in lib/ and a few webapps.

2011-05-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51276 Bug #: 51276 Summary: Startup time is too high if there are few JARs in lib/ and a few webapps. Product: Tomcat 7 Version: 7.0.14 Platform: PC OS/Version:

DO NOT REPLY [Bug 51277] New: NPE during the form authentication when form-login-config is missed

2011-05-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51277 Bug #: 51277 Summary: NPE during the form authentication when form-login-config is missed Product: Tomcat 7 Version: 7.0.12 Platform: All OS/Version: All

DO NOT REPLY [Bug 51276] Startup time is too high if there are few JARs in lib/ and a few webapps.

2011-05-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51276 --- Comment #1 from Alex Dupre a...@freebsd.org 2011-05-27 14:49:54 UTC --- I've debugged the problem and found the issue. This is the incriminated commit: === While scanning JARs for TLDs and fragments, avoid using JarFile and use

DO NOT REPLY [Bug 51276] Startup time is too high if there are few JARs in lib/ and a few webapps.

2011-05-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51276 --- Comment #2 from Alex Dupre a...@freebsd.org 2011-05-27 14:51:01 UTC --- Created attachment 27076 -- https://issues.apache.org/bugzilla/attachment.cgi?id=27076 Test case showing the issue. -- Configure bugmail:

DO NOT REPLY [Bug 51276] Startup time is too high if there are few JARs in lib/ and a few webapps.

2011-05-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51276 Alex Dupre a...@freebsd.org changed: What|Removed |Added Attachment #27076|application/octet-stream|text/plain

DO NOT REPLY [Bug 51276] Startup time is too high if there are few JARs in lib/ and a few webapps.

2011-05-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51276 Lapo Luchini l...@lapo.it changed: What|Removed |Added CC||l...@lapo.it --

Redirecting Tomcat logs to rsyslog server

2011-05-27 Thread Eric Lorson
For internal security reasons I need to prevent our tomcat logs from writing to the webserver local disk. We set up a rsyslog server and want to pipe the log data directly to rsyslog. I am trying to work out how to configure tomcat to send all lpg data to STDOUT or named pipe and have the

Re: Redirecting Tomcat logs to rsyslog server

2011-05-27 Thread Mark Thomas
On 27/05/2011 17:09, Eric Lorson wrote: For internal security reasons I need to prevent our tomcat logs from writing to the webserver local disk. We set up a rsyslog server and want to pipe the log data directly to rsyslog. I am trying to work out how to configure tomcat to send all lpg

DO NOT REPLY [Bug 51276] Startup time is too high if there are few JARs in lib/ and a few webapps.

2011-05-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51276 --- Comment #3 from Alex Dupre a...@freebsd.org 2011-05-27 15:14:18 UTC --- Other notes: - the issue is reproducible on all platforms (tested configurations: OpenJDK6 on FreeBSD and Oracle JDK 1.6 on Windows) - even modifying the test case

DO NOT REPLY [Bug 51276] Startup time is too high if there are few JARs in lib/ and a few webapps.

2011-05-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51276 --- Comment #4 from Mark Thomas ma...@apache.org 2011-05-27 15:43:20 UTC --- The attached test case isn't representative of how Tomcat handles JARs. The references to the JARs are passed as URLs. The temporary copy that JarFile creates in

DO NOT REPLY [Bug 51276] Startup time is too high if there are few JARs in lib/ and a few webapps.

2011-05-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51276 --- Comment #5 from Chuck Caldarale chuck.caldar...@unisys.com 2011-05-27 16:06:59 UTC --- (In reply to comment #3) - JarFile has most parts in native code, while JarInputStream is 100% Java code Sorry, that's completely untrue. All

svn commit: r1128386 - /tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

2011-05-27 Thread markt
Author: markt Date: Fri May 27 16:35:43 2011 New Revision: 1128386 URL: http://svn.apache.org/viewvc?rev=1128386view=rev Log: Fix NPE triggered by r1127962 Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java Modified:

DO NOT REPLY [Bug 51276] Startup time is too high if there are few JARs in lib/ and a few webapps.

2011-05-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51276 --- Comment #6 from Alex Dupre a...@freebsd.org 2011-05-27 16:58:33 UTC --- I wanted to create the most simple test case to show up the *enormous and unjustified* performance difference of JarFile vs JarInputStream on local files. Passing a