protected void __init( ServletConfig config )
{
BirtReportServiceFactory.init( new OFBizBirtViewerReportService( config
.getServletContext( ) ) );
engine = new EngineFragment( );
requester = new RequesterFragment( );
requester.buildComposite( );
requester.setJSPRootPath( "/webcontent/birt" );
}