I am using Axis2 1.3. How can I programmatically set timeout on the server side?
I could see following settings in axis2.xml: 1. ConfigContextTimeoutInterval 2. transportreceiver - requestTimeout 3. transportreceiver - threadKeepAliveTime To make sure that when a request comes in, the session stays alive for specific time (until processing is done) - it seems to me that threadKeepAliveTime is what I am looking for. Is that correct? - Vish.
