I would like to ask what is the difference between Apache web server and apache Tomcat?
曾经蜡笔没有小新
曾经蜡笔没有小新 2017-05-16 17:00:48
0
1
495

Recently I am studying an open source system called exoplatform. In this open source system, several of them need to start Apache Web Server and Tomcat Server
Why do we need to start Apache WebServer after having Tomcat?
What is the difference between these two Servers?

曾经蜡笔没有小新
曾经蜡笔没有小新

reply all(1)
为情所困

1. Apache itself only supports static pages, and can support php, etc. through plug-ins. Tomcat is just a servlet container.

2. Generally, when apache + tomcat are used together, apache acts as a static page proxy server + tomcat forwarding server, and dynamic requests (such as interfaces, jsp pages, etc.) are forwarded to tomcat.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!