我想使用Spring Boot在不同端口上加载具有嵌入式tomcat配置的两个servlet容器。
有谁知道如何实现这一目标?
它应该很简单:只需根据需要创建尽可能多ApplicationContexts的类型EmbeddedWebApplicationContext,并为每个类型提供EmbeddedServletContainerFactory不同的端口。在这里的示例中,两个上下文分别是父级和子级,但这不是设置的必要部分。
ApplicationContexts
EmbeddedWebApplicationContext
EmbeddedServletContainerFactory不