I don't know if you can make this work.
IIRC, interceptor instances are created one by interceptor stack, so
the same instance is shared by all requests that go through that
stack. This makes the interceptor (at best) serialize all requests in
its wait-notify cycle. However, I think it is buggy si
Hi,
I can´t change the Tomcat, and i don´t think that change the Tomcat will
help me to accomplish the feature that i want.
My action does several call's to a external API, and i want to ensure
that all the call's won't exceed the time that i defined in the timeout.
Changing the Tomcat, will
Honestly, this sounds like something that should be handled at the
application server level. What server are you using?
If you're using Tomcat via the Tomcat connector, take a look at reply
timeouts on [1].
If you're not using Tomcat, I'm sure there are similar options in other app
servers.
-Br
3 matches
Mail list logo