Reputation: 588
I’ve installed glassfish application server on linux. So, I deployed an application, and all works fine. But I can Access this server only from local network. I can’t access glassfish remotely (can't access application or glassfish administration panel). Where can be a problem? Thanks!
Upvotes: 1
Views: 1908
Reputation: 51
asadmin --host yourdomain --port 4848 enable-secure-admin
You can read here : Glassfish Secure Admin Must Be Enabled To Access The DAS Remotely
Upvotes: 2