Log.warn("Could not load servlet '{}' of plugin '{}'. Its class ({}) is not an instance of javax.servlet.GenericServlet.",servletName,pluginName,className);
continue;
}
Objectinstance=servletClass.newInstance();
if(instanceinstanceofGenericServlet){
// Initialize the servlet then add it to the map..