I 'm using Mobicents http client and I get http requests using GET method. then I suspend the event using suspendDelivery() and do my work. finally i resume the event using resumeDelivery() and send the http respond. this is working only less than 10 seconds. when my work is more than 10 seconds jboss close the connection without response. I increase the connection time out. but it is not solved.
<!-- A HTTP/1.1 Connector on port 8080 -->
<Connector protocol="HTTP/1.1" port="8080" address="${jboss.bind.address}"
connectionTimeout="200000" redirectPort="8443" />
Is there another configuration to increase the timeout interval in jBoss 5.1?