If i place this in my standalone.xml I get an error when starting the server. Does this need to go under a particular place in standalone.xml? under a subsystem perhaps? I really just want to increase the connectionTimeout from, what i believe is the defaul,t 60 seconds to 120 seconds. Would you happen know how to do this?
| <!-- A HTTP/1.1 Connector on port 8080 --> |
| <Connector protocol="HTTP/1.1" port="8080" address="${jboss.bind.address}" |
| connectionTimeout="20000" redirectPort="8443" maxThreads="300" /> |