[jboss-user] [Installation, Configuration & DEPLOYMENT] - apache2 + jboss4.2.3 ajp problem
bus387
do-not-reply at jboss.com
Thu Aug 7 04:51:36 EDT 2008
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#4169233
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169233
More information about the jboss-user
mailing list