0

I am trying to do remote debugging for remote server and it's a Java application. While doing configurations, I know the hostname and Http port number but I don't know DT_SOCKET port, using Java programming. Is there a way to find DT_SOCKET port? Please guide me.

Screen shot of eclipse debug configuration:

enter image description here

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
  • First of all, are you sure that the remote application was started with debug support enabled? (eg. with the command listed here: http://stackoverflow.com/a/975342/222438) – jlb Nov 15 '16 at 22:41
  • am not sure..how we can confirm ? – Ashok Yadav Nov 16 '16 at 04:48
  • check the running processes on the server (if on linux, `ps -ef | grep java`) and look for those arguments – jlb Nov 16 '16 at 14:08
  • thanks for guiding me...i did run above command(ps -ef | grep java)...i have seen like "debug=true" statements ...but i unable to found socket port...please suggest me ,(info: remote Application server(web sphere) – Ashok Yadav Nov 17 '16 at 06:14
  • sorry, im not familiar with setting up websphere for debugging – jlb Nov 17 '16 at 13:43
  • Can Any one guide me.... – Ashok Yadav Nov 21 '16 at 05:57

0 Answers0