Subject: Integrate Apache httpd with Tomcat on AWS EC2 instance
Author: Linux
Posted on: 10/21/2011 12:51:40 AM
Now that we have Apache httpd and Tomcat, it's time to put them work together. The whole point here is to:
1) Apache httpd to handle multiple websites. 
2) Apache httpd to handle static contents.
3) Tomcat server to handle dynamical contents.
                        -------              --------
   www.exmaple1.com ---|       |            |        |
                       |       |            |        |
                       | httpd |------------| tomcat |
   www.exmaple2.com ---|       |            |        |
                       |_______|            |________|
                           ^                    ^
                           |                    |
                           |                    |
                        static contents    dynamical contents      
Replies:
References: