admin@glassfish.java.net

ServerEnvironment.DEFAULT_INSTANCE_NAME

From: Hong Zhang <hong.hz.zhang_at_oracle.com>
Date: Mon, 17 May 2010 16:33:16 -0400

In ServerEnvironment class, we have this constant:

  String DEFAULT_INSTANCE_NAME = "default-instance-name";

Should the value be "server" instead as that is the default instance
name? I was trying to use this constant earlier in the code and then
realized this constant was not defined the way I was expecting...