// default to serving resources from the servlet context
_LOG.warning("Unable to find ResourceLoader for ResourceServlet" +
" at servlet path:{0}" +
"\nCause: Could not find resource:{1}",
new Object[] {servletPath, key});
loader = new ServletContextResourceLoader(getServletContext())
{
@Override
public URL getResource(
String path) throws IOException
{