[jboss-user] [Clustering/JBoss] - Re: Forwarding from Jboss over Apache using mod_proxy withou

umailkamal do-not-reply at jboss.com
Tue Apr 15 10:24:12 EDT 2008


Here is my code resolved the issue!

<IfModule mod_proxy.c>
<Proxy balancer://sysmaintenance>
  Order deny,allow
  Allow from all
  BalancerMember http://localhost:8180/sysmaintenance

<Proxy balancer://fcls>
  Order deny,allow
  Allow from all
  BalancerMember http://localhost:8080/fcls

<Proxy balancer://lrwjsp>
  Order deny,allow
  Allow from all
  BalancerMember http://localhost:8280/lrwjsp


ProxyPass /sysmaintenance balancer://sysmaintenance
ProxyPass /fcls balancer://fcls
ProxyPass /lrwjsp balancer://lrwjsp

ProxyIOBufferSize 19000
LimitRequestFieldsize 18000


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144237#4144237

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144237



More information about the jboss-user mailing list