I have used property com.sun.aas.instanceRoot as it points to
/opt/glassfish-v3/glassfish/domains/domain1
Then split it to the desired string
Claudio
On Thu, Apr 3, 2008 at 3:04 PM, Lloyd L Chambers <Lloyd.Chambers_at_sun.com> wrote:
> What if config is:
>
> /gf/domains/domain-foo/
>
> and the property says "domain1"?
>
> Lloyd
>
>
> On Apr 3, 2008, at 11:02 AM, Byron Nevins wrote:
>
> > The domain name is in domain.xml -- usually at the very bottom of the file
> --
> >
> > <property value="domain1" name="administrative.domain.name" />
> > </domain>
> >
> >
> > Lloyd L Chambers wrote:
> >
> > > https://glassfish.dev.java.net/issues/show_bug.cgi?id=4576
> > >
> > > How can I get the domain name? (And I hope there is not some weird
> module dependency...)
> > >
> > > I presume that the domain name should be the name of the directory eg
> "domain1".