Using log4j under a security manager

2013-08-17 Thread Christopher Schultz
All, See this SO thread: http://stackoverflow.com/questions/18147885/use-log4j-in-a-tomcat-with-security-manager ...and refer to the Tomcat 7 log4j instructions: http://tomcat.apache.org/tomcat-7.0-doc/logging.html#Using_Log4j ...for context. It looks like (the original) bin/tomcat-juli.jar is

[Bug 55442] New: EL Constructor throws exception

2013-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55442 Bug ID: 55442 Summary: EL Constructor throws exception Product: Tomcat 8 Version: trunk Hardware: PC OS: Mac OS X 10.4 Status: NEW Severity: normal

Re: Using log4j under a security manager

2013-08-17 Thread Nick Williams
On Aug 17, 2013, at 7:36 AM, Christopher Schultz wrote: > All, > > See this SO thread: > http://stackoverflow.com/questions/18147885/use-log4j-in-a-tomcat-with-security-manager > > ...and refer to the Tomcat 7 log4j instructions: > > http://tomcat.apache.org/tomcat-7.0-doc/logging.html#Using_L

[GUMP@vmgump]: Project jakarta-tomcat-jasper_tc5 (in module jakarta-tomcat-jasper_tc5) failed

2013-08-17 Thread bobh
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 jakarta-tomcat-jasper_tc5 has an issue affecting its community integratio

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

2013-08-17 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.

[Bug 55383] Improve markup and design of Tomcat's HTML pages

2013-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Konstantin Preißer changed: What|Removed |Added Attachment #30735|0 |1 is obsolete|

[Bug 55383] Improve markup and design of Tomcat's HTML pages

2013-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #7 from Konstantin Preißer --- Created attachment 30740 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30740&action=edit New Tomcat image to be placed in "trunk/webapps/docs/images/" folder -- You are receiving thi

[Bug 55383] Improve markup and design of Tomcat's HTML pages

2013-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Konstantin Preißer changed: What|Removed |Added Attachment #30739|0 |1 is obsolete|

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

2013-08-17 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 i

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

2013-08-17 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-test has an issue affecting its community integration. This

[Bug 55444] New: Support JDBC Drivers outside of tomcat/lib/

2013-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55444 Bug ID: 55444 Summary: Support JDBC Drivers outside of tomcat/lib/ Product: Tomcat 7 Version: trunk Hardware: PC OS: Mac OS X 10.4 Status: NEW Sever

Loading drivers from outside server lib/

2013-08-17 Thread David Blevins
Hi All! Whipped up a short little patch to allow for JDBC drivers and interceptors to be loaded from the thread context class loader as well as the traditional way using effectively the server/lib/ based classloader. - https://issues.apache.org/bugzilla/show_bug.cgi?id=55444 We were using Com