To integrate JBoss behind an Apache server you often use the mod_jk module. There is another solution which combines the use of Apache mod_rewrite and mod_proxy. This solution provides more flexibility and could be more robust.
Tag - Proxy
Wednesday, January 28 2009
Apache and JBoss integration with mod_rewrite and mod_proxy
By Stephane Carrez on Wednesday, January 28 2009, 21:59 - Apache
Sunday, January 25 2009
Transparent Web server migration with Apache proxy
By Stephane Carrez on Sunday, January 25 2009, 17:51 - Apache
When you do a server relocation you get a new server, install it, configure it and make sure your new Web server is ready to go. During this installation, the old server was still running. Now, it is time to make the switch. This article discusses one issue related to DNS and how you can solve it.