protected void __init(ServletConfig config) {
BirtReportServiceFactory.init( new OFBizBirtViewerReportService( config
.getServletContext( ) ) );
// handle 'frameset' pattern
viewer = new FramesetFragment( );
viewer.buildComposite( );
viewer.setJSPRootPath( "/webcontent/birt" );
// handle 'run' pattern
run = new RunFragment( );