Is it good idea to use Apache Webserver in front of GF or Tomcat? Does it improve the performance/security?
Or there is not any reason to use Apache Web Server with
If you're running a LAMP stack, you can run PHP/Ruby stuff off apache and forward java stuff to tomcat with mod_jk.