Hi, I have been working n a project where I have to write a web application class loader which will load the jar file from tomcat/webapps/<app_name>/module/<module_name>/lib/ directory.I would like to know how to write a custom web application class loader that would help me to load the jars from the above mentioned path well with loading the jar files from tomcat/webapps/<app_name>/WEB-INF/lib directory. Any comment will help me to go to a right direction. Thanks, -Tapas