Hello, The ajp-forwarding from two Jboss-Server over apache using mod_proxy works fine, but the picture and css-data cannot be showed. Why? Have you an idea to solve the problem?
| <IfModule mod_proxy.c> | <Proxy balancer://production> | Order deny,allow | Allow from all | | BalancerMember ajp://localhost:8009 | </Proxy> | <Proxy balancer://testjboss> | Order deny,allow | Allow from all | | BalancerMember ajp://localhost:8109 | </Proxy> | | ProxyPass /production balancer://production | ProxyPass /Stage balancer://testjboss | ProxyIOBufferSize 19000 | LimitRequestFieldsize 18000 | </IfModule> | Thank you in advance Manu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100168#4100168 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100168 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
