Timeout when sending message via HTTP out of a webapp. on tomcat 6.20

2010-02-04 Thread Wolfgang Hummel
Hi, we are sending large messages via http from a tomcat-webapps to a SAP host. Sometimes we are getting timeouts. Now my question: Is there a parameter in tomcat 6 to increase the timeout time? Thanks and best regards Wolfgang Hummel

Re: Timeout when sending message via HTTP out of a webapp. on tomcat 6.20

2010-02-04 Thread Peter Crowther
Timeouts from what to what? If from your webapp (acting as a client) to a SAP host, this is something Tomcat neither knows nor cares about; you will have to configure the code you have written to connect so that it uses a longer timeout. - Peter On 4 February 2010 17:01, Wolfgang Hummel