我需要一个关于运行两个tomcat服务器的提示:我如何使用IDEA从两个不同的tomcat服务器运行两个上下文(或者不使用它...)
我应该如何配置我的tomcats和IDEA?请提供有关该案例的工作手册的提示或一些链接。
我使用Windows 7,Tomcat 6,IDEA 14 ,Java 6:'(
答案 0 :(得分:4)
您必须更改的唯一内容是运行/调试配置。对于两个不同的tomcats,Http端口和jmx端口必须不同。 即。
first tomcat:
http port: 8081
jmx port: 1099
second tomcat:
http port: 8082
jmx port: 1100