"umailkamal" wrote : 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=4144242#4144242

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144242
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to