I am trying to set http connection timeout for JBoss 7.1.1 but I just can't find inside standalone.xml where to change this setting. Does anyone have an idea where I can change the default setting of 60 sec?
相关问题
- How to get Spring to wire my JmsComponent
- Browser cache files not getting updated after a ne
- Case in-sensitive Jboss 7 web application context
- SSL redirection from Apache to Wildfly
- JPA LazyInitializationException when returning a J
相关文章
- Intermittent “sslv3 alert handshake failure” under
- JBoss Deploying non-JDBC-compliant driver class co
- What versions of Jackson are allowed in JBoss 6.4.
- jboss war deployed listener
- JAX-RS with Jersey not working in JBoss AS
- JBoss AS 5 database connection pool re-connect rou
- JBPM 6.2. How to deploy a workflow directly from E
- How do I tell JBoss 4.2.3.GA to load jars in my wa
You can configure a connection timeout of the HTTP connector by system property:
It can be added to your standalone.conf file:
But according to this:
https://issues.jboss.org/browse/AS7-4566
It may be available only from JBoss 7.1.2