Information
Setting the privileged attribute for an application changes the class loader to the Server class loader instead of the Shared class loader.
Running an application in privileged mode allows an application to load the manager libraries.
Solution
In all context.xml, set the privileged attribute to false unless it is required like the manager application.
By default privileged has a value of false.