users@glassfish.java.net

Re: virtual servers not working well

From: Hassan Schroeder <hassan.schroeder_at_gmail.com>
Date: Mon, 24 May 2010 15:47:47 -0700

On Mon, May 24, 2010 at 3:46 PM, <glassfish_at_javadesktop.org> wrote:
> im getting page cant be found. I try to use myapp from the original address (http:localhost:4848/myapp) and im getting the same thing. Although i do notice that the status bar tells me that im going to www.server.com?? I dont see any place where that has been set.

? Are you sure that DNS is properly set up with the domain name you
want to use? Can you ping that domain name, e.g. www.example.com?
That's the first thing to confirm.

If that works, open a command prompt and try, e.g.
prompt% telnet www.example.com 80
GET / HTTP/1.1
Host: www.example.com

(make sure you hit return twice here)

Then show us what you get from that.

-- 
Hassan Schroeder ------------------------ hassan.schroeder_at_gmail.com
twitter: @hassan