User-Defined USS File System for the Automation Adapter
This description assumes that you want to distinguish between install-root and custom-root directory.
Create the following sub-directories for the custom-root directory:
- /custom-root/adapter
- /custom-root/adapter/config
- /custom-root/adapter/data
- /custom-root/adapter/ssl
Copy the following files from the install-root directory into the custom-root directory.
cd /install-root/adapter/configcp /ingadapter.properties /custom-root/adapter/config/ingadapter.propertiescp /ing.adapter.properties /custom-root/adapter/config/ing.adapter.propertiescp /ing.adapter.plugin.properties /custom-root/adpater/config/ing.adapter.plugin.propertiescp /ing.adapter.ssl.properties /custom-root/adapter/config/ing.adapter.ssl.properties
Modify the following environment variables within the configuration file
ingadapter.properties.
E2E_INSTALL_ROOT=/install-root/adapter
E2E_CUSTOM_ROOT=/custom-root/adapter
E2E_JAVA_HOME=32-bit java-home-directoryModify the following remaining files to your needs. For details about the parameters of the
configuration files, see Customizing End-to-End Automation Adapter.
- /custom-root/adapter/config/ing.adapter.properties
- /custom-root/adapter/config/ing.adapter.plugin.properties
- /custom-root/adapter/ssl/ing.adapter.ssl.properties
The automation adapter writes output data into custom-root/adapter/data.
All other configuration files reside in the install-root directory because there is normally no need to modify them. For more details, refer to Customizing End-to-End Automation Adapter.