Category: How Tomcat Works
-
[How Tomcat Works] Chapter 1. HTTP Request, HTTP Response
As web server usually uses HTTP to communicate with the client(e.g. web browser), it is commonly called as HTTP server. Hypertext Transfer Protocol (HTTP) HTTP uses TCP connection which is reliable HTTP transaction always starts when client creates connection first and sends requests Server doesn’t create connection by itself Server…
