3 Replies Latest reply on Jun 11, 2013 7:54 AM by erasmomarciano

    JBoss 7 & mod_jk: Where to configure connectionTimeout?

    aldjinn

      In my old JBoss 5 server.xml I was able to configure the connectionTimeout for the ajp connector. In my new JBoss 7 domain.xml configuration I'm able to enable ajp but I don't know how to configure the connectionTimeout.

       

      <subsystem xmlns="urn:jboss:domain:web:1.1" default-virtual-server="default-host">

      <connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http"/>

      <connector name="ajp" protocol="AJP/1.3" socket-binding="ajp"/>

      <virtual-server name="default-host">

      <alias name="localhost"/>

      <alias name="example.com"/>

      </virtual-server>

      </subsystem>

      Any ideas where/how to set connectionTimeout?