Support for a jarsToInclude property?

2011-07-29 Thread Michael Youngstrom
I'm working with Tomcat 7 using web xml fragements and Servlet annotations. When metadata-complete="false" startup time is bad. It can be improved by excluding jars using tomcat.util.scan.DefaultJarScanner.jarsToSkip. This is great except now everytime I add a jar I need to add it to this list t

Re: Tomcat 6 sessionDidActivate() being called before contextInitialized()

2007-07-18 Thread Michael Youngstrom
I went ahead and created an issue: http://issues.apache.org/bugzilla/show_bug.cgi?id=42934 On 7/17/07, Michael Youngstrom <[EMAIL PROTECTED]> wrote: I'm using Seam and a Seam app depends upon the Seam application being initialized before you can do much of anything in Seam. Tha

Tomcat 6 sessionDidActivate() being called before contextInitialized()

2007-07-17 Thread Michael Youngstrom
I'm using Seam and a Seam app depends upon the Seam application being initialized before you can do much of anything in Seam. That said Seam puts some hooks into the sessionDidActivate() and sessionDidPassivate() events. Because of that when I start up my app I'm getting a Seam IllegalStateExcep