When using tomcat 5 I'm getting a 'SocketTimeout Exception - read timed out'
after 3 minutes. I set the client to time out after an hour using the
follwing method:
((
org.apache.axis.client.Call) _call).setTimeout(3600000);
I also disabled the timeout in the server.xml. Under the SSL and non-SSL
coyote connector I set 'connectionTimeout="0"'.
The client doesn't time out under tomcat 4. Any suggestions?
Thanks very much!
--
Sent from the Tomcat - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)