I have a report which takes too long to send a response back to server. In the JBoss Server is it possible to increase the timeout value of the http response?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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
deploy/jbossweb.sarin the JBOSS_HOME folder, and once that gets unpacked you should be able to edit the server.xml file and add the appropriate configuration settings for the various timeouts.