> 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?
>
It is depend on the which session you use, if you use transport session
then , you will not be able to configure the session timeout using
Axis2. That you have to do using application server. However if you use
soap session then you will be able to do that using above parameter
(ConfigContextTimeoutInterval)

-Deepal
>
>  
>
>  
>
> - Vish.
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to