Michael
Michael

Reputation: 1

Cannot view website (running in glassfish home server / router ports are forwarded)

I would like to show the website I have made to a friend. But I just can't seem to get the website available to the rest of the web.

Ok, so the details are:

With all this as is, I don't know what else to do. I am 'n newbie web developer and I have tried the internet for answers but no luck. If anyone can assist, it would be greatly appreciated!

EDIT: I have a dyndns.org ddns that I am using. I also tried using my external IP, but to no avail.

Upvotes: 0

Views: 1299

Answers (1)

skaffman
skaffman

Reputation: 403441

Make sure Glassfish is listening on the PC's real IP address, i.e. not on 127.0.0.1 (localhost). If it's running on localhost, then you'll be able to see it from the same machine, but not from anywhere else.

I'm not a glassfish user, though, so I can't tell you how to go about changing it.

Upvotes: 1

Related Questions