Operation for generate and sign custom Product Jar (For R12.2+ only).
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Class files Location | FDEBS_INP_CUSTOM_FILES_LOCATION | Yes | Location of custom product class files. |
Output Jar File | FDEBS_INP_OUTPUT_JAR_FILE | Yes | Output Jar file location with full path. e.g: $JAVA_TOP/xxhr.jar |
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation produces artifact on the endpoint and not stored in artifact repository.
Endpoint Selection
This operation will select all available EBS Web Server type endpoints associated to the environment instance.
Endpoint Execution
This operation will execute on Any EBS Web Server type endpoints.
Special Considerations
Make sure you have the expect package installed on EBS endpoint. You can verify this by using the below command. If it is not installed, then you need to install the Expect to run this operation.
rpm -qa | grep expect
Will return something like this if it is installed:
expect-5.44.1.15-5.el6_4.x86_64