7.10.3.3 Configure ClassLoader for Apache Tomcat
To configure the ClassLoader for Apache Tomcat, follow these steps:
               
               - Edit the 
server.xmlfile available in$TOMCAT_HOME/conf/directory. - Add the tag <Loader delegate="true" /> within the <Context> tag, above before the <Resource> tag. This is applicable only when the web application server is Apache Tomcat 8.