tomcat behind 2 apache http server
        Posted  
        
            by pyro
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by pyro
        
        
        
        Published on 2010-04-16T10:48:37Z
        Indexed on 
            2010/04/16
            10:53 UTC
        
        
        Read the original article
        Hit count: 589
        
I have this architecture:
            http                   Ajp
[Apache A] -------> [Apache B] ----------> [Tomcat]
there is a way to configure [Apache B] to forward an ajp request in order to achive this:
             Ajp                  Ajp
[Apache A] -------> [Apache B] ----------> [Tomcat] 
???
many thanks in advance.
© Stack Overflow or respective owner