How to allow remote conection with Karaf (for doing remote debugging)?
问题 I need some help. I have a vmware virtual machine with a Karaf server and some java applications deployed. I've started karaf with debug flag and it opened port 5005 for debugging. What I want to do is connect to this port with eclipse to do remote debugging, but I am always refused to connect. I can access to the virtual from an external firefox using the VM IP, but when I enter the karaf port 8181 I'm not able to connect. Do you know how to enable Karaf to accept remote connections? Thanks