J2EEJobExecutorConfig.properties file
The J2EEJobExecutorConfig.properties file is located on the HCL Workload Automation Agent, under TWA_home/TWS/JavaExt/cfg.
J2EEJobExecutorConfig.properties file keywords shows a description of the file keywords.
| Keyword | Specifies... | Default value | Must be customized |
|---|---|---|---|
| wasjaas.default | The path to the IBM®
WebSphere®
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 Server when using indirect scheduling (the password must be {xor} encrypted) | wasadmin,{xor}KD4sPjsyNjE\= (ID=wasadmin and password=wasadmin in {xor} encrypted format) |
Yes, see Running {xor} encryption on your password 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 leverages an existing WebSphere Application Server scheduling infrastructure already configured on a target external WebSphere Application Server. When creating the job definition, you can specify whether 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:
|
| connector.direct | The name of the direct communication channel without using the WebSphere Application Server scheduler. Selecting a direct invoker means that dynamic workload broker immediately forwards the job to the external WebSphere Application Server instance component (JMS). When creating the job definition, you can specify whether 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 trustore file (this file must be copied to this local path from the WebSphere Application Server instance). | TWA_home/TWS/JavaExt/cfg/DummyClientTrustFile.jks | You can change the path (TWA_home/TWS/JavaExt/cfg), provided you copy the trustore path from the external WebSphere Application Server to this path. |
| trustStore.password | The password for the WebSphere Application Server trustore file. | WebAs | Yes |