7.7.3.3 Configure ClassLoader for Apache Tomcat

To configure the ClassLoader for Apache Tomcat, follow these steps:
  1. Edit the server.xml file available in $TOMCAT_HOME/conf/ directory.
  2. 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.