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 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 to append to the end of the classpath. | ||
Software AG_directory \IntegrationServer\instances\instance_name\bin\ini.cnf | The application.classpath property from IntegrationServer\instances\instance_name\bin\ini.cnf. This typically specifies classes in the following directories, in this order: IntegrationServer\lib SoftwareAG\common\lib | ||
Software AG_directory \IntegrationServer\instances\instance_name\lib\jars\custom | All custom or third party .jar and .zip files in this directory.
| ||
Software AG_directory \IntegrationServer\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.
| ||
Software AG_directory \IntegrationServer\instances\instance_name\packages\package_name\code\libs | If this directory exists, then: IntegrationServer\instances\instance_name\packages\package_name\code\classes is included, if it exists. IntegrationServer\instances\instance_name\packages\package_name\code\classes.zip is included, if it exists. | ||
Software AG_directory \IntegrationServer\instances\instance_name\updates | Valid, and non-voided updates and fixes. | ||
Software AG_directory \IntegrationServer\lib\jars | All .jar and .zip files in this directory. | ||
Software AG_directory \IntegrationServer\lib\jars\custom | Common custom and third party .jar and .zip files in this directory.
| ||
Software AG_directory \IntegrationServer\updates | Common valid, and non-voided updates and fixes.
|
Note: | In some cases, the Integration Server About page will display the names of files that do not exist. If filenames specified in the wrapper.java.additional.202=-Dwatt.server.prepend.classes and wrapper.java.additional.203=-Dwatt.server.append.classes properties for the Integration Server classpath do not exist, they will still be displayed on the Integration Server About page. If the ini.cnf file refers to jar files that do not exist, they will also be displayed on the About page and the following error will be written to the server log for each non-existent jar file: Classpath entry in ini.cnf not found: <jar_file_name>. |