users@glassfish.java.net

Re: How to access the Administration Console ?

From: Richard Kolb <rjdkolb_at_dev.java.net>
Date: Tue, 26 Oct 2010 10:59:53 +0200

Hello

On 26 October 2010 11:11, <glassfish_at_javadesktop.org> wrote:

> I have installed glassfish on a debian that has no graphical interface.
>
> Glassfish seems running well but I cant access to the Administration
> Console !
>
> It seems that only "localhost" is allowed to access it, and since I don't
> have graphical interface Im wondering how to do ? :D
>
> Is there anyway to allow the access using the IP of the server instead of
> localhost ?
>

hmmm....

Can you do a netstat like the following :

type : netstat -ln |grep 4848

My output is :
tcp6 0 0 :::4848 :::* LISTEN

(This means it is listening on all interfaces.)

Sounds like a firewall issue to me.

regards
Richard