Tomcat--Web Server or Web Container?

后端 未结 3 775
醉酒成梦
醉酒成梦 2021-01-31 18:11

I\'ve a small doubt in my mind; could anyone please clarify me is the Tomcat web server or Web container?

3条回答
  •  梦毁少年i
    2021-01-31 19:10

    It's both a web server (supports HTTP protocol) and a web container (supports JSP/Servlet API, also called "servlet container" at times).

提交回复
热议问题