-
Bug
-
Resolution: Duplicate
-
Major
-
4.2.0.GA, 4.2.0.GA_CP01
-
None
-
1) Apache 2.2.3 + mod_jk 1.2.21 on RHEL5 Workstation
2) JBoss EAP 4.2.0.GA on RHEL4
3) Both boxes on same subnet
4) Attached httpd.conf, mod_jk.conf, workers.properties, uriworkermap.properties.
-
Release Notes
-
Workaround Exists
-
1) Use out-of-box EAP 4.2.0.GA.
2) Configure Apache + mod_jk to front JBoss (attached config files).
3) Start JBoss:
run.sh -b 192.168.2.12
4) Run test:
ab -n 100 -k -c 10 -t 30 http://localhost/jmx-console/
This produced 5 CLOSE_WAIT ajp connector threads that did not go away.