Hi Konstantin, Thanks, that did it. I know Chris had mentioned that to me before as well. At that time, I did not have DEBUG logging enabled properly for all subsystems. Is there a way I can do these settings as a default in Tomcat rather than specify in each web-application's web.xml file?
Thanks, -Shanti On Thu, Apr 10, 2014 at 3:06 PM, Konstantin Kolinko <knst.koli...@gmail.com>wrote: > 2014-04-10 22:28 GMT+04:00 Shanti Suresh <sha...@umich.edu>: > > Greetings, > > > > There appears to be a hold up in 7.0.52 at startup as compared to 7.0.23 > - > > a matter of several seconds initializing each context. In 7.0.52, the > > delay appears to happen at "findResources" when the > > "javax.servlet.ServletContainerInitializer" is identified. Such a things > > does not happen in v7.0.23 . My question is why is this service being > > looked for when I don't have such a service file in my context's META-INF > > directory? A run of both in DEBUG mode shows the following, where > > findResourcses starts at "13:06:48" and goes until "13:06:51" in v7.0.52: > > > > (...) > > FAQ: > http://wiki.apache.org/tomcat/HowTo/FasterStartUp > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >