Tag: cargo maven2 plugin

本地调试应用程序在tomcat上启动,货物在IntelliJ中

我正在尝试在我的货物配置中启用调试。 我正在使用具有以下配置的cargo-maven2-plugin版本1.4.19。 org.codehaus.cargo cargo-maven2-plugin 1.4.19 tomcat8x standalone 8080 -Xmx2048m -Xms512m -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=63342 -Xnoagent -Djava.compiler=NONE 应用程序使用此配置启动,但IntelliJ从不连接到JVM以启用debuging。 如何使IntelliJ连接到JVM?