Search code examples
glassfishdebianglassfish-3

Cannot access glassfish web admin console


I followed this tutorial with few changes to install GlassFish on a remote host.

  • Debian 6.0.5 instead of Ubuntu 10.04
  • GlassFish version 3.1.2.2 instead of 3.1.1
  • sun-java6-jdk (1.6.0_26) - tested with openjdk 6u18 and 7u3 too.

Everything works fine, except the web admin console. I can deploy apps (e.g. Jenkins) via CLI and asadmin and they work. But i can not access the web admin console via http(s)://my-domain:4848

My Browser (Safari) notifies me about my self signed certificate and after a while it reports that it can't establish a secure connection to my server.

The log (glassfish/domains/domain1/log/server.log) is clean. I turned off the firewall but the problem still exists.

Can someone help me to fix this Problem or have someone suggestions what i can try to fix it.

--

Thanks a lot,

Elmar


Edit: By disabling secure-admin, i can access the login page but can not login (Secure Admin must be enabled to access the DAS remotely.). With enalbed secure admin i can note even access the login page.


Solution

  • The problem is Safari. There is no problem to access the Admin-Console via Firefox.