Title: Message
If I understand correctly, your client side is timing out for server to send response so I dont think you could do anything on the server side to prevent this.
 
Soniya
 
  -----Original Message-----
From: Daniel Humberg [mailto:[EMAIL PROTECTED]
Sent: ÎÎÎÏÏÎ, 22 ÎÎÎÎÏÎÏÎÎÏ 2004 11:17 ÏÎ
To: [EMAIL PROTECTED]
Subject: RE: AXIS: tomcat timeout ?

On the client side, I donât use Axis but PocketSoap for PocketPCâ02. I donât think that there is such a timeout-option. Is there anything I can set in the server-side?

Daniel

 

-----UrsprÃngliche Nachricht-----
Von: Shah, Soniya M. [RA] [mailto:[EMAIL PROTECTED]  
An: '[EMAIL PROTECTED]'
Betreff: RE: AXIS: tomcat timeout ?

I put a timeout parameter on the client side.

there is setTimeout method in org.apache.axis.client.Call object.

Soniya

-----Original Message-----
From: Daniel Humberg [mailto:[EMAIL PROTECTED]  
To: [EMAIL PROTECTED]
Subject: AXIS: tomcat timeout ?

I use Axis embeded in Tomcat in 2 different configurations:

1) For development I start Tomcat (and Axis) in Eclipse (a Java DIE with a special Eclipse-Plugin).

2) For other cases, I start standalone-tomcat from the start-menu.

 

My webservice needs a while. It conntects to a database, does some computing and return a long string. In 1), I had no problems, but in 2), many soap-requests returned errors. In these cases, I get an error-message before the webservice server has even sent his response. Could it be that there is a timeout or anything like that that exceeds and causes the error? What else could I do.

 

Daniel

 

Reply via email to