Sun Java System Application Server 9.1 Administration Guide

Usage Profiles

Every administrative domain is associated with a usage profile, which identifies the capabilities of that domain. Application Server provides the following profiles:


Note –

Upgrade from Application Server 8.x Enterprise Edition is supported only by the enterprise profile. Use the developer profile if you are upgrading from Application Server 8.x Platform Edition. For more information on the Upgrade process, see Chapter 2, Upgrading an Application Server Installation, in Sun Java System Application Server 9.1 Upgrade and Migration Guide.


The domain provides a preconfigured runtime for the user applications. Usage profiles facilitates the distinction between the Application Server binaries and the runtime configuration. Profiles enable you to use the same installation of Application Server to create different domains with profiles that suit specific needs. For example, a developer may want to use the Application Server to get to know the latest Java EE specifications. This developer does not need stringent security settings. Another user who wants to deploy applications in a production environment needs an inherently secure environment.

Table 1–1 lists the features available with each profile:

Table 1–1 Features Available for Each Profile

Feature 

Developer Profile 

Cluster Profile 

Enterprise Profile 

Security store 

JKS 

JKS 

NSS 

Clustering/Standalone instances 

Not available 

Available 

Available 

Security Manager 

Disabled 

Enabled 

Enabled 

HADB 

Not available 

Not available 

Available 

Load balancing 

Not available 

Available 

Available 

Node agents 

Not available 

Available 

Available 

Using the Enterprise Profile

To use the enterprise profile, perform the following tasks:

  1. Download and install NSS and HADB separately.

  2. Modify the asenv.conf file as follows:

    • AS_HADB points to the folder where HADB is installed.

    • AS_NSS points to the folder where NSS shared objects are available.

    • AS_NSS_BIN points to the folder where NSS binaries, such as certutil, are stored.

Upgrading an Earlier Domain to Application Server 9.1

You can use the start-domain command to upgrade Application Server 8.x or 9.0 domains to Application Server 9.1. Use one of the following ways to upgrade your domain: