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.
我正在使用 IntelliJ 10.5
我想部署 2 个不同的战争文件,它们将在不同的端口上工作。我尽我所能,但无法让它发挥作用。
有什么帮助吗?
(我想要 2 个不同端口上的 2 个 Tomcat 服务器)
在 IDEA 中定义 2 个不同的 Tomcat 服务器Settings| Application Servers,其中一个需要更改端口,config/server.xml以便您可以同时启动 2 个副本。在 IDEA 中创建 2 个 Tomcat 运行/调试配置,它们将使用不同的服务器和不同的工件进行部署。
Settings
Application Servers
config/server.xml
请注意,您不仅需要更改 HTTP 端口,还需要更改shutdown端口。
shutdown