// Static --------------------------------------------------------
// Constructors --------------------------------------------------
// Public --------------------------------------------------------
// Z implementation ----------------------------------------------
// HttpServlet overrides -----------------------------------------
try
{
super.init (config);
this.config = config;
wrapper = createPluginWrapper ();
wrapper.init (config);
}
catch (Throwable e)
{
//throw new ServletException ("Failed to init plugin", e);
// @todo, cleanup the logic to display an unavailable place holder
log("Failed to init plugin, "+e.getMessage());
}