0

I read about servlet and https://www.javatpoint.com/servlet-tutorial tutorial say that,servlet create dynamic web page. Web server vs application server mean differences web server- delivers static content but application server dynamic. I use Tomcat. Tomcat is web server. Now i do not understand how work Tomcat, so how create dynamic web page with web server and servlet?

javaUser
  • 1
  • 2
  • Your distinction between _web server_ and _application server_ is somehow artificial: most web servers (or their modules) can generate dynamic content using APIs like CGI, SSI, Servlet, FASTCGI, etc. Tomcat is a **servlet container** so you can use it for your tutorial. – Piotr P. Karwasz Jun 16 '21 at 09:05

0 Answers0