+

Search Tips   |   Advanced Search

Administer the Liberty profile

A server configuration consists of a server.xml file, a bootstrap.properties file, and any optional files that are included by the two main configuration files. We can use WebSphere Application Server Developer Tools for Eclipse or a text editor to edit the configuration files. There is no administrative console for the Liberty profile, but we can use Admin Center to administer Liberty profile servers and applications and other resources from a web browser on a cell phone, tablet, or computer.

The Liberty profile is configured by exception. The runtime environment operates from a set of built-in configuration default settings, and we 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.

Features are the units of functionality for the runtime environment 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.

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

We can organize Liberty servers into collectives to administer multiple Liberty servers at a time efficiently and accurately. For information about collectives, see Set up collectives.


Subtopics

Tasks:

  • Submitting jobs to manage Liberty profile servers