Why use Apache Web Server in front of Glassfish or Tomcat?

后端 未结 5 1330
遇见更好的自我
遇见更好的自我 2020-12-07 09:08

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

5条回答
  •  旧巷少年郎
    2020-12-07 09:49

    If you're running a LAMP stack, you can run PHP/Ruby stuff off apache and forward java stuff to tomcat with mod_jk.

提交回复
热议问题