7 Replies Latest reply on Oct 1, 2008 11:55 AM by peterj

    apache2 + jboss4.2.3 ajp problem

    bus387

      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?