users@glassfish.java.net

Re: timeout issue with ajp and mod_proxy

From: <glassfish_at_javadesktop.org>
Date: Thu, 20 Nov 2008 04:48:06 PST

hi,
can you control if port 7009 is in listening status with "netstat -an"?

note:
i'm using mod_jk with http and it is working.

  <Proxy balancer://mycluster>
    BalancerMember http://192.168.0.212:38080 route=w1
    BalancerMember http://192.168.0.218:38080 route=w2
  </Proxy>

  <Location /clusterjsp>
    Order allow,deny
    Allow from all
  </Location>

  ProxyPass /clusterjsp balancer://mycluster/clusterjsp lbmethod=byrequests


yavuz
[Message sent by forum member 'yavuzs' (yavuzs)]

http://forums.java.net/jive/thread.jspa?messageID=317841