Xu-
 
IF your servlet is timing out change your session-timeout in web.xml and redeploy e.g.
    <session-config>
        <!-- Default to 5 minute session timeouts -->
        <session-timeout>5</session-timeout>
    </session-config>
 
Anyone else?
M-
This e-mail communication and any attachments may contain confidential and privileged information for the use of the
designated recipients named above. If you are not the intended recipient, you are hereby notified that you have received
this communication in error and that any review, disclosure, dissemination, distribution or copying of it or its
contents
----- Original Message -----
From: xu cai
Sent: Monday, October 30, 2006 3:22 AM
Subject: Re: Is there any way to configure http timeout in Axis server side.

hi, thanks for ur reply.
 
I don't wanna to change code, is there a java property for this ?
 
thanks
xucai

 
On 10/30/06, Srinivas Nannapaneni <[EMAIL PROTECTED]> wrote:

Hi,

Youc an try this out in MessageContext

 

MessageContext. setTimeout(10000)

 

Thanks,

Srinivas N

 


From: xu cai [mailto: [EMAIL PROTECTED]]
Sent: Monday, October 30, 2006 12:44 PM
To: [email protected]
Subject: Is there any way to configure http timeout in Axis server side.

 

hi all,

 

   To avoid long time duration web service, is there any way to configure a default timeout value in Axis Server side ?

 

xu

 

 



 




--
- xucai

Reply via email to