Re: Context Dependency Injection with Tomcat 7.0 x / 8.0 x

2016-10-10 Thread Kiran Badi
Thanks Mark,Christoper, Andreas and Chris for reply. Please accept apologies for delayed response. Tomee is an option but I need to see if client is ok with it. They are very much in Tomcat and has most application deployed with Tomcat. Chris,I would be happy to go with Spring, however the client

Re: Async servlet and request recycling

2016-10-10 Thread Mark Thomas
On 10/10/2016 15:47, Thomas Boniface wrote: > Hello, > > I have managed to test this use case on the server revealing the issue with > the latest tomcat release (7.0.72). I still can observe the issue on > catalina.out side: a broken pipe exception pops up and a recycle is shown > for the async co

Re: Async servlet and request recycling

2016-10-10 Thread Thomas Boniface
Hello, I have managed to test this use case on the server revealing the issue with the latest tomcat release (7.0.72). I still can observe the issue on catalina.out side: a broken pipe exception pops up and a recycle is shown for the async context but no complete. Oct 10, 2016 4:41:07 PM org.apac