I have a Glassfish 4 server running on a headless Debian VM. I can access the application just fine, but I cannot seem to access the admin port from anything other than localhost. I'd like to be able to access it so I can remotely deploy/debug from an IDE on another machine.
I've tried the asamin enable-secure-admin
command, which completes but after restarting there is no change.
I've checked with netstat
and Glassfish is only listening on port 4848
from localhost
. Is there any other place remote admin is controlled from? Or something I'm missing?