I run Tomcat behind HTTPD, and one of the things I like best about the
arrangement is admittedly trivial: I don't have to fight with the
Java keytool to set up SSL.
There are some disadvantages:
o Apache is a large pile of code. If you are doing nothing but pass
all requests through it, you
Hi,
There are so many good features are available in apache, those are beneficial
for different aspects:
1. Load balancing:
User requests are processed by more than one server with all servers
sharing the load 'equally'
2. Transparent failover:
User is not aware of a server crash. Transp