[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:29:23 EDT 2008
"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
More information about the jboss-user
mailing list