admin@glassfish.java.net

Re: Adding aliases to an existing domain

From: Kedar Mhaswade <Kedar.Mhaswade_at_Sun.COM>
Date: Mon, 25 Jan 2010 12:04:46 -0800

Eugene Dzhurinsky wrote:
> Hello, everybody!
>
> I am very new to GlassFish, and I want to learn how to add several aliases to
> an existing domain. Or even better - how can we add a wildcard to some domain
> application, making it serve requests for multiple domains?
>
> Thank you in advance!
>
Eugene,

It appears to me that you are looking for configuration changes where
the web-site domain names (e.g. abc.com and xyz.com) are handled by
a given GlassFish instance. If that's correct, then it is related to
the configuration of virtual-servers in GlassFish's web-tier. If that's
what you are looking for, see:

https://glassfish.dev.java.net/servlets/ReadMsg?listName=users&msgNo=7978
and related links.

In GlassFish there's also something called an "administrative domain"
(e.g. the domain1 that you get by default after installation) and that's
a different concept, see:
http://blogs.sun.com/bloggerkedar/entry/concept_of_a_glassfish_domain

Regards,
Kedar