apache2.2.4 (mod_rewrite) + jboss4.2.3
use apache rewrite to jboss ajp with such example:
RewriteRule /(\S+)\.htm$ ajp://127.0.0.1:8019/$1\.jsp [P]
but when deploy in production env, many many "CLOSE_WAIT" connections not
release.
#netstat -nt|grep :8009 |wc -l
17000
so we decide to downgrade to jboss4.2.2,then everything goes well.
BUG?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169233#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...