See information about the latest product version
JavaClassLoader configurable service
Select the objects and properties that you want to change for the JavaClassLoader configurable service.
For JavaClassLoader configurable services, you must stop and start the execution group for a change of property value to take effect.
Supplied configurable services that are created for each broker | Properties for each configurable service that is defined | Description of properties |
---|---|---|
None |
includedDeployedJars |
The JAR files that are loaded by the classloader.
The JAR files must have been deployed to the execution group. Specify
one of the following values:
The default value is automatic.
Java™ classes in the JAR files in includedDeployedJars are searched and loaded before classes in the JAR files in the sharedJarPath. |
sharedJarPath |
The fully qualified file path of a single additional
directory to be searched by the classloader. The directory must not
be in the broker file path or work path, as defined by the MQSI_FILEPATH and MQSI_WORKPATH environment
variables. If the directory is specified, it is used to resolve additional classes. If the directory is not specified, the broker shared-classes directories are used to resolve additional classes. Java classes in the JAR files in includedDeployedJars are searched and loaded before classes in the JAR files in the sharedJarPath. |