修改启动类文件,重配置一下tomcat@Configuration public class TomcatConfig { @Value("${server.http.port}") private int httpPort; @Bean public ServletWebServerFactory ...
Tomcat启动分析
1 - Tomcat Server的组成部分
1.1 - Server
A Server element represents the entire Catalina servlet container.
(Singleton)
1.2 - Service
A Service element represents the combination o
Tomcat启动分析
1 - Tomcat Server的组成部分 1.1 - Server A Server element represents
the entire Catalina servlet container. (Singleton) 1.2 - Service A
Service element represents the combination of one or
Tomcat启动分析
1 - Tomcat Server的组成部分
1.1 - Server
A Server element represents the entire Catalina servlet container. (Singleton)
1.2 - Service
A Service element represents the combination of