J2EEJobExecutorConfig.properties file
Use the J2EEJobExecutorConfig.properties
file to configure the J2EE executor
The file is located in:
- On Windows operating systems
- TWA_home>\JavaExtversion_number>\cfg
- On UNIX operating systems
- TWA_DATA_DIR>/JavaExt/cfg
The keywords of this file are described in the
following table:
Keyword | Specifies... | Default value | Must be customized |
---|---|---|---|
wasjaas.default | The path to the WebSphere Application Server
Liberty configuration file
(wsjaas_client.conf ) used to authenticate on the external WebSphere Application Server using JAAS
security. | TWA_home/TWS/JavaExt/cfg/wsjaas_client.conf or TWA_home\TWS\JavaExt\cfg\wsjaas_client.conf | Optionally yes, if you move the file to the path you specify. |
credentials.mycred | The credentials (ID and password) used to establish the SOAP connection to the external WebSphere Application Serverwhen using indirect scheduling (the password must be {xor} encrypted) | wasadmin,{xor}KD4sPjsyNjE\= (ID=wasadmin and password=wasadmin in {xor} encrypted format) | Yes, see WebSphere Application Server Liberty documentation, for example securityUtility command to learn how to encrypt your password. |
connector.indirect | The name of the communication channel with WebSphere Application Server. Selecting an indirect invoker means that dynamic workload broker uses an existing WebSphere Application Server scheduling infrastructure that is already configured on a target external WebSphere Application Server. | A single line
with the following values separated by commas:
| You must customize the following:
|
connector.direct | The name of the direct communication channel without using the WebSphere Application Server scheduler. Select a direct invoker to have dynamic workload brokerimmediately forward the job to the external WebSphere Application Server instance components (EJB or JMS). When creating the job definition, you can specify if you want to use a direct or indirect connector in the J2EE Application pane in the Application page in the Job Brokering Definition Console, or in the invoker element in the JSDL file. For more information about the Job Brokering Definition Console, see the online help. | A single line
with the following values separated by commas:
| You must customize the following:
|
trustStore.path | The path to the WebSphere Application Server trustStore file (this file must be copied to this local path from the WebSphere Application Server instance). | TWA_home/TWS/JavaExt/cfg/DummyClientTrustFile | You can change the path (TWA_home/TWS/JavaExt/cfg), if you copy the trustStore path from the external WebSphere Application Server to this path. |
trustStore.password | The password for the WebSphere Application Server trustStore file. | WebAs | Yes |