Halt long running process in Struts 2

111 views Asked by At

I implemented executeAndWait Interceptor in Struts2 application and it is running fine. Is there any way to stop this long running process in between through interceptor? Can I limit maximum time to execute an action?

0

There are 0 answers