svn commit: r893731 - in /tomcat/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/jasper/compiler/ java/org/apache/tomcat/util/scan/ res/maven/

2009-12-24 Thread markt
Author: markt Date: Thu Dec 24 11:14:46 2009 New Revision: 893731 URL: http://svn.apache.org/viewvc?rev=893731&view=rev Log: Move JAR scanning into a new JAR used by both Catalina and Jasper Added: tomcat/trunk/java/org/apache/tomcat/util/scan/ tomcat/trunk/java/org/apache/tomcat/util/sca

Re: svn commit: r893731 - in /tomcat/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/jasper/compiler/ java/org/apache/tomcat/util/scan/ res/maven/

2009-12-24 Thread Mark Thomas
On 24/12/2009 11:14, ma...@apache.org wrote: > Author: markt > Date: Thu Dec 24 11:14:46 2009 > New Revision: 893731 > > URL: http://svn.apache.org/viewvc?rev=893731&view=rev > Log: > Move JAR scanning into a new JAR used by both Catalina and Jasper Next steps are: - move the common TLD scanning

Re: svn commit: r893731 - in /tomcat/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/jasper/compiler/ java/org/apache/tomcat/util/scan/ res/maven/

2009-12-24 Thread Konstantin Kolinko
2009/12/24 : > Author: markt > Date: Thu Dec 24 11:14:46 2009 > New Revision: 893731 > > URL: http://svn.apache.org/viewvc?rev=893731&view=rev > Log: > Move JAR scanning into a new JAR used by both Catalina and Jasper > > +++ tomcat/trunk/java/org/apache/tomcat/util/scan/DefaultJarScanner.java Th

Re: svn commit: r893731 - in /tomcat/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/jasper/compiler/ java/org/apache/tomcat/util/scan/ res/maven/

2009-12-24 Thread Mark Thomas
On 24/12/2009 12:20, Konstantin Kolinko wrote: > 2009/12/24 : >> Author: markt >> Date: Thu Dec 24 11:14:46 2009 >> New Revision: 893731 >> >> URL: http://svn.apache.org/viewvc?rev=893731&view=rev >> Log: >> Move JAR scanning into a new JAR used by both Catalina and Jasper >> > >> +++ tomcat/trun

svn commit: r893741 - in /tomcat/trunk: conf/ java/org/apache/catalina/startup/ java/org/apache/jasper/compiler/ java/org/apache/tomcat/util/scan/

2009-12-24 Thread markt
Author: markt Date: Thu Dec 24 12:35:27 2009 New Revision: 893741 URL: http://svn.apache.org/viewvc?rev=893741&view=rev Log: Have one list of JARs to ignore when scanning for config and make it configurable Modified: tomcat/trunk/conf/catalina.properties tomcat/trunk/java/org/apache/cata

svn commit: r893742 - /tomcat/trunk/build.xml

2009-12-24 Thread markt
Author: markt Date: Thu Dec 24 12:43:22 2009 New Revision: 893742 URL: http://svn.apache.org/viewvc?rev=893742&view=rev Log: Move StringManager to the tomcat-util jar Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?r

svn commit: r893744 - in /tomcat/trunk/java/org/apache: catalina/startup/LocalStrings.properties jasper/resources/LocalStrings.properties tomcat/util/scan/Constants.java tomcat/util/scan/DefaultJarSca

2009-12-24 Thread markt
Author: markt Date: Thu Dec 24 12:49:46 2009 New Revision: 893744 URL: http://svn.apache.org/viewvc?rev=893744&view=rev Log: Clean up i18n resources after JarScanner changes Added: tomcat/trunk/java/org/apache/tomcat/util/scan/Constants.java (with props) tomcat/trunk/java/org/apache/tom

Re: svn commit: r893741 - in /tomcat/trunk: conf/ java/org/apache/catalina/startup/ java/org/apache/jasper/compiler/ java/org/apache/tomcat/util/scan/

2009-12-24 Thread Konstantin Kolinko
2009/12/24 : > Author: markt > Date: Thu Dec 24 12:35:27 2009 > New Revision: 893741 > > URL: http://svn.apache.org/viewvc?rev=893741&view=rev > Log: > Have one list of JARs to ignore when scanning for config and make it > configurable > > Modified: >    tomcat/trunk/conf/catalina.properties >  

Chrimbo Hols

2009-12-24 Thread Colin Galbraith
I will be out of the office starting 24/12/2009 and will not return until 29/12/2009. External: I'll get back to you on my return Internal Urgent: Please dial x55040 Internal Non-urgent: Please email isam_...@standardlife.com

Re: svn commit: r893741 - in /tomcat/trunk: conf/ java/org/apache/catalina/startup/ java/org/apache/jasper/compiler/ java/org/apache/tomcat/util/scan/

2009-12-24 Thread Mark Thomas
On 24/12/2009 13:00, Konstantin Kolinko wrote: > 2009/12/24 : >> Author: markt >> Date: Thu Dec 24 12:35:27 2009 >> New Revision: 893741 >> >> URL: http://svn.apache.org/viewvc?rev=893741&view=rev >> Log: >> Have one list of JARs to ignore when scanning for config and make it >> configurable >> >

svn commit: r893768 - in /tomcat/trunk/java/org/apache: catalina/core/StandardContext.java jasper/compiler/JarScannerFactory.java tomcat/util/scan/DefaultJarScanner.java tomcat/util/scan/StandardJarSc

2009-12-24 Thread markt
Author: markt Date: Thu Dec 24 14:37:57 2009 New Revision: 893768 URL: http://svn.apache.org/viewvc?rev=893768&view=rev Log: Make naming consistent with elsewhere in Tomcat Added: tomcat/trunk/java/org/apache/tomcat/util/scan/StandardJarScanner.java - copied, changed from r893744, tomc

svn commit: r893788 - in /tomcat/trunk/modules/jdbc-pool: ./ java/org/apache/tomcat/jdbc/pool/ java/org/apache/tomcat/jdbc/pool/jmx/

2009-12-24 Thread fhanik
Author: fhanik Date: Thu Dec 24 17:28:20 2009 New Revision: 893788 URL: http://svn.apache.org/viewvc?rev=893788&view=rev Log: Allow all kinds of data sources to be mapped to the connection pool Modified: tomcat/trunk/modules/jdbc-pool/build.properties.default tomcat/trunk/modules/jdbc-po

DO NOT REPLY [Bug 48371] addWebXmlMappings does not place servlet tags correctly

2009-12-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48371 Lee Clemens changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #2 from Lee Clemens

Re: Problem loading classes with Class.forName() in StandardContext.createWrapper()

2009-12-24 Thread David Jencks
I'd like to encourage a little more discussion on this topic. Mark commented on the bugzilla entry to the effect, IIUC, that he thought this was a geronimo problem. I did some more experimentation and I'm pretty sure it has nothing to do with geronimo specifically, but relates to how Cla

DO NOT REPLY [Bug 48443] New: when the context path is empty,tomcat will startup with a FileNotFoundException

2009-12-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48443 Summary: when the context path is empty,tomcat will startup with a FileNotFoundException Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP