public void init(ServletConfig config) throws ServletException {
super.init(config);
this.crConf = new CRServletConfig(config);
this.renderer = new ContentRenderer(crConf.getRequestProcessorConfig("1").getRequestProcessorConfig(2));
this.pproc = new PlinkProcessor(crConf.getRequestProcessorConfig("1").getRequestProcessorConfig(2));
try {
this.rp = crConf.getNewRequestProcessorInstance(1);
} catch (CRException e) {
// TODO Auto-generated catch block
e.printStackTrace();