Show TOC Start of Content Area

Procedure documentationConfiguring the Class Loader Manager Properties  Locate the document in its SAP Library structure

Use

The JarResourceCloseTimeout property specifies a time limit for keeping JAR resources open. If the value is set to zero, the Class Loader Manager does not close the JAR resources until the corresponding class loader is unregistered.

The MaxJarResourcesOpen property specifies the maximum number of JAR resources opened at the same time. You configure this property only when the JarResourceCloseTimeout property is set to a value other than zero. Otherwise, this property is ignored.

Note

If you use an SAP Java Virtual Machine (JVM), these properties are ignored and the Class Loader Manager does not close the JAR resources until the corresponding class loader is unregistered.

Procedure

...

       1.      Start the Config Tool.

       2.      Choose cluster-data à template à instance - <n> à managers à ClassLoaderManager.

       3.      From the list of properties, select JarResourceCloseTimeout.

       4.      In the Custom value field, set the required timeout in milliseconds.

       5.      From the list of properties, select MaxJarResourcesOpen.

       6.      In the Custom value field, set the required number of resources.

       7.      To apply the new values, choose Set.

       8.      To save the changes, choose This graphic is explained in the accompanying text Apply changes.

       9.      For the changes to take effect, restart the cluster.

 

 

End of Content Area