In WebSphere Application Server - Express, you can use substitution variables to represent values in configuration files. For example, the variable LOG_ROOT represents the value /QIBM/UserData/WebASE/ASE5/instance/logs, where instance is the name of your instance. To change the location of the log files for your instance, change the value of the LOG_ROOT variable to the new path.
You can define variables for the cell, node, and server scopes. A variable applies to all configuration files in the scope for which it is defined. For example, WebSphere Application Server - Express defines the APP_INSTALL_ROOT variable for the node scope. The value defined for the node applies to all application servers within that node. If variables in multiple scopes have the same name, the variable with the narrowest scope takes precedence.
For instructions on adminstering substitution variables, see these sections:
To add a new substitution variable, follow these steps:
To modify a substitution variable, follow these steps:
To remove a substitution variable, follow these steps:
You can also use wsadmin to manage substitution variables for your appliation server instance. See Use wsadmin to manage substitution variables for information.