Adding substitution variables to a WebSphere Application Server v5.x
A substitution variable is a configuration property that can be used to provide a parameter for any value in a WebSphere Application Server v5.x configuration. The variable has a name and a value to be used in place of that name wherever the variable name is located within the configuration files. The scope of a variable can be cell-wide, node-wide, or applicable to only one server process.
Note: Substitution variables can only be added to a WebSphere Application Server v5.x test environment or server. To add a substitution variable, follow these steps:
- In the Servers view, double-click the WebSphere Application Server v5.x to open it. The server editor opens.
- Click the Variables tab at the bottom of the editor.
- Click the Add button beside the Defined variables list table. The Add a Variable dialog box opens.
- In the dialog box, fill in a name, value, and description for the variable. For example, a variable with the symbolic name CONFIG_ROOT could represent the path C:\WebSphere\AppServer\config. For more information about any of the fields on this dialog box, select the field and then press F1. Click OK.
- Save your changes and close the editor.
Parent topic
Configuring WebSphere Application Server v5.x