How to Configure the WebLogic Web Service to Use A Custom Class Loader
(Doc ID 1472526.1)
Last updated on NOVEMBER 08, 2024
Applies to:
Oracle WebLogic Server - Version 10.3.4 and laterInformation in this document applies to any platform.
Goal
The system classloader can be replaced when using a a standalone JVM with system property: -Djava.system.class.loader=org.example.classloaders.CustomClassLoader
(This custom classloader loads classes that were compiled in memory at runtime).
How can be configured Weblogic Web Service application to use a custom class loader?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |