如何configurationTimeOut对于AJP连接器

我使用ajp连接器从Apache连接到J BOSS节点,ajp被configuration为通过将最大线程数设置为400来接受400个并发连接,但很less有连接正在超时。 在Jboss中,在哪里configurationajp连接器的超时时间? 或者在Apache的workers.properties文件中?

AJPconfiguration如下:

Max threads: 400 Current thread count: 78 Current thread busy: 15 Max processing time: 301287 ms Processing time: 108458.98 s Request count: 509878 Error count: 12 Bytes received: 281.95 MB Bytes sent: 1216.30 MB 

worker.properties

 worker.node1.port=8009 worker.node1.host=cedlab030as1 worker.node1.type=ajp13 worker.node1.lbfactor=1 worker.node1.prepost_timeout=200000 worker.node1.ping_mode=A