The main function of Tomcat is to provide a Servlet/JSP container. Although it can also be used as an independent Java Web server, its processing speed for static resources (such as HTML files or image files) and the Web server management functions it provides are not as good as other professional HTTP servers, such as IIS and Apache servers. Therefore, in practical applications, Tomcat is often integrated with other HTTP servers. For HTTP servers that do not support Servlet/JSP, Servlet/JSP components can be run through Tomcat servers. When Tomcat is integrated with other HTTP servers, the working mode of the Tomcat server is usually an out-of-process Servlet container, and the Tomcat server communicates with other HTTP servers through special plug-ins. Tomcat configures two connectors in server.xml. Related concepts Two ways for Web clients to access Tomcat servers
Connector Configuration The configuration of the Connector is located in the conf/server.xml file. 1. BIO HTTP/1.1 Connector Configuration A typical configuration is as follows:
Some other important properties are as follows:
If it is SSL configuration, it is as follows:
Among them, keystoreFile is the certificate location, keystorePass is the certificate password 2. NIO HTTP/1.1 Connector Configuration
3. Native APR Connector Configuration ARP is written in C/C++ and optimizes static resources (HTML, images, etc.). So you need to download the local library tcnative-1.dll and openssl.exe, and place them in the %tomcat%\bin directory. To configure a Listener in server.xml:
|
<<: 5G phones are now online. How long can 4G phones last? Can old phones use 5G networks?
As software-defined wide area networks (SD-WAN) b...
According to reports, 5G deployment in the UK is ...
VRRP is a commonly used fault-tolerant protocol t...
Edge computing provides computing, storage, and n...
2015 was a year in which new technologies matured...
Usually, we connect to WiFi when we surf the Inte...
5G enables new opportunities and can create new b...
IT infrastructure is changing rapidly. Specifical...
IT managers looking to benefit from Wi-Fi 6 techn...
CloudCone's Black Friday flash sale is about ...
[Updated in August 2023] Please note that the off...
[[313073]] What is RPC? RPC (Remote Procedure Cal...
5G is a leading technology in the new generation ...
Many large customers face a daunting dilemma. On ...
Last week we shared information about spinservers...