Title: Message
 
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]
Sent: Πέμπτη, 22 Ιανουαρίου 2004 10:08 πμ
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