We have a glassfish server using 57017 for admin console.I have to disable remote access for that port.
We did changes in admin-listener under network-listener in server-config as 0.0.0.0 to 127.0.0.1.
But we are not able to connect as
http://localhost:57017 or with remote ip
Can anyone help me.
Thanks in advance.