TABLE P–3
Symbol Conventions
(Continued)
Symbol
Description
Example
Meaning
${ }
Indicates a variable
reference.
${com.sun.javaRoot}
References the value of the
com.sun.javaRoot
variable.
-
Joins simultaneous multiple
keystrokes.
Control-A
Press the Control key while you press
the A key.
+
Joins consecutive multiple
keystrokes.
Ctrl+A+N
Press the Control key, release it, and
then press the subsequent keys.
→
Indicates menu item
selection in a graphical user
interface.
File
→
New
→
Templates
From the File menu, choose New.
From the New submenu, choose
Templates.
Default Paths and File Names
The following table describes the default paths and file names that are used in this book.
TABLE P–4
Default Paths and File Names
Placeholder
Description
Default Value
as-install
Represents the base installation directory for
Enterprise Server.
In configuration files,
as-install
is represented
as follows:
${com.sun.aas.installRoot}
Installations on the Solaris
TM
operating system, Linux operating
system, and Mac operating system:
user’s-home-directory
/glassfishv3/glassfish
Windows, all installations:
SystemDrive
:\glassfishv3\glassfish
as-install-parent
Represents the parent of the base installation
directory for Enterprise Server.
Installations on the Solaris operating system, Linux operating
system, and Mac operating system:
user’s-home-directory
/glassfishv3
Windows, all installations:
SystemDrive
:\glassfishv3
domain-root-dir
Represents the directory in which a domain is
created by default.
as-install
/domains/
domain-dir
Represents the directory in which a domain's
configuration is stored.
In configuration files,
domain-dir
is
represented as follows:
${com.sun.aas.instanceRoot}
domain-root-dir
/
domain-name
Preface
9