users@glassfish.java.net

Re: DNS quick question

From: Jacob Kessler <Jacob.Kessler_at_Sun.COM>
Date: Thu, 09 Jul 2009 11:59:09 -0700

So, to jump in here and hopefully provide a clear solution:

Registering the DNS is only part of what you need to do to have people
going to http://blah.dep.someuniv.edu/ arrive at your website. The first
thing, as you suspected, is to assign DNS to xxx.xxx.xxx.xxx. Don't
worry about the :8000/SART part for now.

The second thing you will need to do is, in the admin console (or
domain.xml) change the port that you are running glassfish on from 8000
to 80.

The last thing you will need to do is deploy your SART application with
a context-root of '/'. You can set the context root when you deploy,
either through the admin console or through the command line.

Hopefully that lays out what you need to do?

glassfish_at_javadesktop.org wrote:
> It's like I and Hassan said. DNS maps a name to an address. The port and context root are all part of your app.server's configuration and have nothing to do with your ISP.
>
> If you can get http://1.2.3.4:8080/SART working, then if [i]example.com[/i] maps to 1.2.3.4 then http://[i]example.com[/i]:8080/SART will, by definition, work just as well.
> [Message sent by forum member 'matterbury' (matterbury)]
>
> http://forums.java.net/jive/thread.jspa?messageID=354936
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>