Thursday, May 31, 2012

Tool to assist in debugging classpath issues in Java Web Applications

Classloader Servlet project consists of two servlets: one to search for from which location is a particular class loaded; and the other to list the complete classpath (in the order of loading) available to the web application. Deployment is just copying the Jar file into your web application's /WEB-INF/lib directory.

No comments: