Table of Contents

Search

  1. Preface
  2. Runtime environments
  3. Hosted Agent
  4. Secure Agent groups
  5. Secure Agents
  6. Secure Agent installation in a cloud environment
  7. Secure Agent installation in a local environment
  8. Serverless runtime environment setup in AWS
  9. Serverless runtime environments

Runtime Environments

Runtime Environments

Copying Java transformation JAR files

Copying Java transformation JAR files

To copy JAR files, native libraries, and/or native binaries for the Java transformation, use the following code snippet as a template:
agent: elasticServer: autoApply: javaTx: resources: - fileCopy: sourcePath: j_depends/sapjco3.jar - fileCopy: sourcePath: j_depends/chilkat.jar - fileCopy: sourcePath: j_depends/chilkatLoader.jar - fileCopy: sourcePath: j_depends/NativeBinExecutor.jar nativeLib: resources: - fileCopy: sourcePath: native-lib/libchilkat.so - fileCopy: sourcePath: native-lib/libsapjco3.so nativeBin: resources: - fileCopy: sourcePath: native-bin/printEnvVariables.sh - fileCopy: sourcePath: native-bin/printProcess.sh

0 COMMENTS

We’d like to hear from you!