I've got a remote server. There is glassfish 3.1.2 running behind apache 2.2. The administration port 4848 is blocked by firewall so that I cannot use http://some_server.com:4848 where some_server is the domain name of my server. How can I configure apache and glassfish in order to be able to access glassfish administration console?
Thanks, in advance.