How to Configure client and server socket timeout
Issue
- How can I configure the client and server parameters "timeout" for the socket connector in JBoss 6? We would like this configuration to be in a configuration file, like standalone-full.xml.
Would I add a property element under the remoting-connector? For example something like this:
<connector name="remoting-connector" socket-binding="remoting" security-realm="ApplicationRealm">
<properties>
<property name=”timeout” value=”43200000”></property>
</properties>
</connector>
- The two keys I am interested in setting manually are "timeout" (a socket timeout) and "invokerDestructionDelay".
Environment
- Enterprise Application Platform(EAP)
- 6.4.9
- Oracle Linux 7
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
