Log.warn("Could not load servlet '{}' of plugin '{}'. Its class ({}) is not an instance of javax.servlet.GenericServlet.",servletName,pluginName,className);
continue;
}
Log.debug("Initializing servlet '{}' of plugin '{}'...",servletName,pluginName);
((GenericServlet)instance).init(servletConfig);
Log.debug("Registering servlet '{}' of plugin '{}' URL patterns.",servletName,pluginName);