+

Search Tips   |   Advanced Search

Customize the Liberty profile environment

Liberty profile environment variables can be configured in server.env. The ${wlp.install.dir} configuration variable is set to the parent of the directory containing the launch script.

We can specify WLP_OUTPUT_DIR, WLP_USER_DIR, and WLP_DEBUG_ADDRESS environment variables in server.env files. We can also specify JVM options in jvm.options files. Both server.env and jvm.options files work only when we use the server management script. If we use the ws-server.jar executable JAR file to launch the server, these files are not supported.

If you start the server using either the MBean or the Admin Center, the only available environment variables are those variables available to a remote command running on that system.


Parent topic: Administer the Liberty profile manually
Server configuration
Provide global libraries for all Java EE applications
Directory locations
server command options