Hi, I am trying to connect my debugger for a plugin that I have developed.
The setup is
Frontend: Backend:
Apache Tomcat with Jenkins deployed.
We started Jenkins with info to jvm to open up a socket to send debug info for
on port 22112.
I can see in log that a tcp socket is opened.
In Apache we have the following settings:
ProxyPass / http://<backendip>:9122
ProxyPassReverse / http://<bakckendip>:9122/
How can I access the port 22112 on my backend?
Br,
//mike
