In our team someone is using the remote debugging on Glassfish.
Can I figure out which ip it is?
In our team someone is using the remote debugging on Glassfish. Can I figure
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ask the underlying operating system about open socket connections and locate the one corresponding to the GlassFish debug port. You will then have the IP-number, which hopefully will allow you to identify the culprit.
The utility is commonly named “netstat”.