@Override
public void init(ServletConfig config) throws ServletException {
super.init(config);
this.context = new JspCompileServletContext(config.getServletContext(),
bundle);
this.config = new JspCompileServletConfig(config, this.context);
options = new EmbeddedServletOptions(this.config, this.context);
rctxt = new JspRuntimeContext(this.context, options);
}