i have a report which takes long to send response back to server.Is there possibility in the jboss server to increase the timeout value of http response.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Unless I'm wrong JBoss 5.x uses Tomcat 6 as its http layer, so you can configure the various timeout values using the config options here. The actual Tomcat instance is in the subdirectory |
|||
|
|