13 Replies Latest reply on Apr 18, 2008 6:46 AM by umailkamal

    Forwarding from Jboss over Apache using mod_proxy without pi

    argonist

      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