Log class loading weblogic
If you want to know what are the classes getting loaded when a server is getting started. We can try enabling below in JDK or weblogic label.
1. Go to debug tab under the managed server and enable the debug for classloading
2. Add verbose:class to the start up scripts and it will dump all of the classes as they are loaded.
3. Try the following weblogic classloading -D options if above two are not sufficient
-Dweblogic.debug.DebugClassFinder=true -Dweblogic.utils.classloaders.ClasspathClassFinder=true -Dweblogic.utils.classloaders.GenericClassLoader.Verbose=true -Dweblogic.utils.classloaders.ChangeAwareClassLoader.Verbose=true -Dweblogic.debug.ClassloaderWebApp=true
In case of any ©Copyright or missing credits issue please check CopyRights page for faster resolutions.