Administering 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. There is no administrative console for the Liberty profile. Administrators and developers use the WebSphere® Application Server Developer Tools for Eclipse, or a text editor, to edit the configuration files.

About this task

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 the server.xml file or another XML file that is included in server.xml at run time.

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 that you specify in the server configuration provides a functional server.

When you first install and start the server, a feature manager and a default server configuration are available:
  • By default, a server contains the jsp-2.2 feature, to support servlet and JSP applications. You can use the feature manager to add the features that you need.
  • Server configuration is by exception. When you specify the features that you need, the default configuration of those features provides a rich environment that is designed to cover most common requirements, therefore you only need to specify changes from the default configuration.

Icon that indicates the type of topic Task topic

Terms and conditions for information centers | Feedback


Timestamp icon Last updated: Wednesday, 22 May 2013
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-mp&topic=twlp_admin
File name: twlp_admin.html