JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle GlassFish Server 3.1-3.1.1 Reference Manual
search filter icon
search icon

Document Information

Preface

Oracle GlassFish Server 3.1 Section 1: asadmin Utility Subcommands

Oracle GlassFish Server 3.1 Section 1M: Utility Commands

Oracle GlassFish Server 3.1 Section 5ASC: GlassFish Server Concepts

application(5ASC)

configuration(5ASC)

domain(5ASC)

dotted-names(5ASC)

instance(5ASC)

logging(5ASC)

monitoring(5ASC)

passwords(5ASC)

resource(5ASC)

security(5ASC)

Oracle GlassFish Server 3.1 Section 5GFP: Events

Index

configuration

- the data set that determines how GlassFish Server operates

Description

The configuration of GlassFish Server is the data set that determines how it operates. Parts of this configuration determine the operation of specific parts of GlassFish Server, such as the following:

The term configuration is also used to describe a part of the overall configuration, such as the transaction service configuration or the configuration of a database. In clustered environments, clusters or server instances can share configurations.

Examples of configuration data are port numbers, flags that enable or disable processes, application names, and so on. Most of these data points are name/value pairs, either hard-coded attributes or more flexibly defined properties.

The hierarchical structure of the configuration is explained in the dotted names page. You can view and change most of the GlassFish Server configuration using either the Administration Console or the asadmin utility and its subcommands. To list the structure of all or part of the configuration, use the list subcommand. To view the value of one or more attributes or properties, use the get subcommand. To change the value of an attribute or property, use the set subcommand.

See Also

get(1), list(1), set(1)

asadmin(1M)

dotted-names(5ASC)

Configuration Tasks in Oracle GlassFish Server 3.1 Administration Guide