+

Search Tips   |   Advanced Search

Specify Liberty profile bootstrap properties

Bootstrap properties initialize the runtime environment for a particular server. Generally, they are attributes that affect the configuration and initialization of the runtime core.

Bootstrap properties are set in a text file named bootstrap.properties. This file is not required, so it does not exist unless we create it. Create this file in the server directory, which also contains the configuration root file server.xml. By default, the server directory is usr/servers/server_name. We can change the server directory as described in Customize the Liberty profile environment.

The bootstrap.properties file contains two types of properties:

We can edit bootstrap.properties using a text editor or the editor in the WebSphere Application Server Developer Tools for Eclipse. See Edit the Liberty profile configuration using developer tools.

If you update bootstrap.properties, we must restart the server for the changes to take effect.


Parent topic: Set up the Liberty profile

Concepts:

  • Server configuration

    Tasks:
    Administer the Liberty profile using developer tools
    Edit the Liberty profile configuration using developer tools
    Displaying the server configuration in a merged view
    Create a Liberty profile server using developer tools
    Configure session persistence

    Reference:

  • Logging and Trace
    Directory locations
    Configuration elements in server.xml