1. Threads in Spring stackoverflow.comI have a Web application using spring and hibernate and struts (it runs on Tomcat) The call sequence is something like this... Struts action calls spring service bean which in turn calls Spring ... |
2. Trouble stopping Tomcat due to apparent threading issue stackoverflow.comWith our Java webapp running on Apache Tomcat 6.0.18 on Ubuntu with Java 1.6.0_6, we can stop tomcat just fine. However, with the same war file deployed to a Apache ... |
3. Web Scopes, Singleton Beans, Tomcat Threads forum.springsource.orgHello! I've got a Spring Web Application as well as a Spring Remoting (Hessian) application. The application is running in an OSGi container and my controllers each use an OSGi service ... |
4. How to use Tomcat Thread Pool from Spring code? forum.springsource.orgHi, Can anyone help me in using Tomcat's thread pooling from spring code? I don't wanna use java's own thread pooling strategies, instead wanna use Tomcat. Thanks! |