Hello,
I would like to use the tomcat managed thread pool within my web application, for things like quartz and asyncy processing based on an http request, etc...
Can I get access to Tomcat's Thread pool ( in my case Tomcat 6) via Spring in some way similar to WorkManagerTaskExecutor ( which from my reading is only for websphere/weblogic ).
Thanks!


Reply With Quote
