Re: Stopping any Tomcat thread running more than an amount of time

2017-01-29 Thread Konstantin Kolinko
2017-01-23 16:06 GMT+03:00 André Warnier (tomcat) : > On 23.01.2017 13:41, Abdessamed Mansouri wrote: >> >> Hello, Thank you for your answers, we are integratting JSF (Mojarra) and >> using it, so in many cases, in the same page there's some functionnalities >> which work and other not, there's als

Re: Stopping any Tomcat thread running more than an amount of time

2017-01-29 Thread tomcat
On 29.01.2017 16:57, Abdessamed Mansouri wrote: Hello, Thank you all for your suggestions and thank you André and Mark, so as André said that we can do it with servlet filters Hm, be careful, I did not really say that. All I said, was that this would be my own first idea of how one could poss

Re: Stopping any Tomcat thread running more than an amount of time

2017-01-29 Thread Abdessamed Mansouri
Hello, Thank you all for your suggestions and thank you André and Mark, so as André said that we can do it with servlet filters and i prefer that because it depends on servlet spec not on Tomcat internals as valves, we will see how to hook up the code to make it checks periodically for interupt fl