WAS v8.5 > WebSphere applications > Liberty profile

Liberty profile: Server configuration

The Liberty profile is configured by exception. The runtime environment operates from a set of built-in configuration default settings, and you only need to specify configuration that overrides those default settings. You do this by editing either server.xml or another XML file included in server.xml at run time.

The configuration has the following characteristics:

Features are the units of functionality by which you control the pieces of the runtime environment that are loaded into a particular server. They are the primary mechanism that makes the server composable. The list of features specified in the server configuration provides a functional server. See Liberty features.

When you first install and start the server, a feature manager and a default server configuration are available:

For a full list of the elements that we can configure to complement or modify the configuration provided by Liberty features, see Liberty profile: Configuration elements in server.xml.

We can also use a bootstrap.properties file to specify properties that are needed before the main configuration is processed, and to define variables used in the main configuration.


See also


Related concepts:

Liberty profile: Architecture
Liberty profile: Feature management
Liberty profile: Security


Related


Specify Liberty profile bootstrap properties
Edit the Liberty profile configuration using WebSphere Studio
Add and remove Liberty features
Administer the Liberty profile manually
Use includes in configuration files


Reference:

Liberty features


Concept topic |