// relative path names are anchored from the webapp root path:
rssFile = new File( getRootPath(), m_rssFile );
}
int rssInterval = TextUtil.getIntegerProperty( props,
RSSGenerator.PROP_INTERVAL, 3600 );
RSSThread rssThread = new RSSThread( this, rssFile, rssInterval );
rssThread.start();
}
fireEvent( WikiEngineEvent.INITIALIZED ); // initialization complete
log.info("WikiEngine configured.");