Tomcat 7 Performance Issues when retriving JAR files during TLD file parsing.

2011-07-19 Thread Robert Stoski
Hi, We recently updated our development environment from Tomcat 6.0.29 to 7.0.19 and noticed a large decrease in performance where pages that would load in 1 second now taking 5 seconds to load. Profiling the webapp through Netbeans, we narrowed down the problem to a method retrieving a

Re: Tomcat 7 Performance Issues when retriving JAR files during TLD file parsing.

2011-07-19 Thread Mark Thomas
On 19/07/2011 21:25, Robert Stoski wrote: Our best guess is that the different handlers for the URL objects are causing our performance issues. That looks familiar. Tomcat 7 re-factored the Jar scanning so that consistent code (that fixed some edge case bugs) was used for annotation scanning,

RE: Tomcat 7 Performance Issues when retriving JAR files during TLD file parsing.

2011-07-19 Thread Robert Stoski
...@apache.org] Sent: July-19-11 3:32 PM To: Tomcat Users List Subject: Re: Tomcat 7 Performance Issues when retriving JAR files during TLD file parsing. On 19/07/2011 21:25, Robert Stoski wrote: Our best guess is that the different handlers for the URL objects are causing our performance issues