I have a Jetty application running in docker. I would like to debug this application using my local IntelliJ. I am on v 14.1, so I have installed the Docker Integration plugin.
Under Clouds, I am using the default values that showed up when I click on the '+'. IntelliJ docs say this should be OK. Here the
API URL: http://127.0.0.1:2376
Certificates folder: <empty>
I'm not sure what these are used for, so I dont know if these values are right.
Under Run/Debug configurations, I am using Docker Deployment, and the following values:
Deployment: Docker Image
Image ID: The docker image ID
Container name: The name of the container
When I try to run this, I get
javax.ws.rs.ProcessingException: org.apache.http.conn.HttpHostConnectException: Connect to http://127.0.0.1:2376 [/127.0.0.1] failed: Connection refused
Obviously the API URL value I am using is incorrect. Any suggestions on what that value should be?
My debugging options are:
-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=5005,server=y,suspend=n -Djava.compiler=NONE
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…