Directory or variable | Description |
The wrapper.java.additional.202= -Dwatt.server.prepend.classes property of the Software AG_directory /profiles/ IS_instance_name/ configuration/ custom_wrapper.conf | Variable defined in custom_wrapper.conf that defines directories and files to prepend to the beginning of the classpath. |
The wrapper.java.additional.203= -Dwatt.server.append.classes property of the Software AG_directory /profiles/ IS_instance_name/ configuration/ custom_wrapper.conf | Variable defined in custom_wrapper.conf that defines directories and files to append to the end of the classpath. |
Software AG_directory \ Software AG_directory \instances\instance_name\bin\ini.cnf | The application.classpath property from Integration Server_directory \instances\instance_name\bin\ini.cnf. This typically specifies classes in the following directories, in this order: Integration Server_directory \lib Software AG_directory \common\lib |
Software AG_directory \ Software AG_directory \instances\instance_name\lib\jars\custom | All custom or third party .jar and .zip files in this directory. Note: Use this directory to store your custom or third party .jar and .zip files that you want to make available to a server specific instance. |
Software AG_directory \ Integration Server_directory \instances\instance_name\packages\package_name\code\jars\static | All .jar and .zip files from this directory in each package. The files are added to the classpath in the order returned by the File.list() method. Note: Jars contained in this directory will be loaded even if the associated package is disabled. |
Software AG_directory \ Integration Server_directory \instances\instance_name\packages\package_name\code\classes | If this directory exists, it is added to the classpath. |
Software AG_directory \ Software AG_directory \instances\instance_name\packages\package_name\code\classes.zip | If this file exists, it is added to the classpath. |
Software AG_directory \ Integration Server_directory \instances\instance_name\updates | Valid, and non-voided updates and fixes. |
Software AG_directory \ Integration Server_directory \lib\jars | All .jar and .zip files in this directory. |
Software AG_directory \ Integration Server_directory \lib\jars\custom | Common custom and third party .jar and .zip files in this directory. Note: Use this directory to store your custom and third party .jar and .zip files that you want to make available to all server instances. |
Software AG_directory \ Integration Server_directory \updates | Common valid, and non-voided updates and fixes. Note: The updates and fixes in this directory are available to all server instances. |