Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I access Glassfish V3 Administration Console Website from a remote host

I have installed Glassfish v3 on a standalone server running ubuntu-server 9.10.

I can open the Admin website if I use a browser running on the server by browsing to: http:// localhost:4848/

I would like to access it from a remote machine by browsing to something like http:// mydomain.com:4848/

The firewall is definitely allowing traffic through on that port (4848) and I can access the application server by browsing to: http:// mydomain.com:8080/

How can I allow remote access to the administration website?

like image 697
Tom Avatar asked Nov 06 '22 17:11

Tom


1 Answers

It is 'allowed' by default, so there may be some you may need to ask a different question...

like image 141
vkraemer Avatar answered Nov 12 '22 13:11

vkraemer