A variable is a configuration property that can be used to provide a parameter for some values in the system. A variable has a name and a value.
Not all WebSphere components support the use of a variable that you can define using this function. Test your application to verify that variables that you define are being used correctly. WebSphere variables are used for:
Each variable has a scope. A scope is the range of locations in the WebSphere Application Server network where the variable is applicable.
You can use variables in configuration values such as file system path settings. Use the following syntax to refer to a variable:
${variable_name}
The value of a variable can contain a reference to another variable. The value of the variable is computed by substituting the value of the referenced variable recursively.
Variables are useful when concatenating two path variables when the specification does not accept the AND operator. For example, suppose that the following variables exist:
Variable name | Variable value |
ROOT_DIR | / |
HOME_DIR | ${ROOT_DIR}home |
USER_DIR | ${HOME_DIR}/myuserdir |
The variable reference ${USER_DIR} resolves to the value /home/myuserdir.
Related tasks
Configuring WebSphere variables
IBM Toolbox for Java JDBC driver
Configure and use the jt400.jar file