Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 TomCat 中,是否可以在两个不同的任意端口(例如 8445、8446)上运行应用程序的单个实例?
您可以放入多个<Connector>元素。请参阅HTTP 连接器上的文档。此外,您可以复制现有的连接器并只修改端口号。
<Connector>