Java Server Deployments - Programming - Nairaland
Nairaland Forum › Science/Technology › Programming › Java Server Deployments (821 Views)
1 Reply
| Java Server Deployments by Nobody: 3:09am On Mar 06, 2013 |
In any JEE production server machine, you will often find Apache and then the JEE server. This is mostly because Apache is used as a reverse proxy and as a virtual host to filter what domain name goes where. But now! With Tomcat 7's virtual host feature, I question the need for an Apache front anymore. Tomcat can on it's own determine what app a request should go based on domain names. e.g foo.com , bar.com can both point to the same DNS IP address, fully manned by tomcat, and tomcat can forward these to whatever app it has been configured to run each domain as. So why do folks still stick Apache in front of their Tomcat servers? Seems like an unneccessary middle man now. Reasons? |
| Re: Java Server Deployments by candylips(m): 1:30pm On Mar 07, 2013 |
Security !! In linux you can turn on SELinux for many httpd services |
Java Server Pages (jsp) Or Java Server Face(jsf Which Path To Trend? ? ? ? • Is Osgi Rily The Next Big Tng On Java Server Side ? • 2 • 3 • 4
How Can I Package My Program Wit Netbean IDE? • Including Scenejs On A Webpage • Where Client Meet Programmer