################################################################################ # # Instance name # # Any TWS for Applications instance is identified by an instance name. This is usually the # TWS user that owns the TWS home directory where the method was installed, but there are # installation procedures that let the user choose the name for the instance (e.g. when # performing a GA silent installation). # You have to specify the instance name assigning its value to the following option. # # For example, if the instance name is "INST1", then use: # # -W CHANGE_INSTANCE_NAME_BEAN.value="INST1" ### -W CHANGE_INSTANCE_NAME_BEAN.value="" ################################################################################ # # Action # # When installing several actions can be performed. The value of the following # option has to be set to the desired action. Valid values are: # "APPLY" : Apply the fixpack. If the fixpack is already applied it will be # interpreted as a repair action # "UNDO" : Rollback the fixpack # "COMMIT" : Commit the fixpack # # For example, to apply the fixpack, then # -W DISPLAY_ACTION.selectedAction="APPLY" ### -W DISPLAY_ACTION.selectedAction=""