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 容器运行两个虚拟主机的服务器上远程调试 Tomcat (JPDA)。如何确保调试器连接到虚拟主机 A 而不是 B。
谢谢!
AFAIK - 你不能这样做。
JPDA 在 JVM 级别运行,因此如果两台主机的底层 Tomcat 相同,则它是单个 JVM。