* @exception IOException, if there was an I/O problem.
*/
public static void setPropertiesFileName(String propertiesFileName)
throws TurbineException
{
Configuration mappings = (Configuration) new BaseConfiguration();
mappings.setProperty(ResourceService.SERVICE_NAME,
TurbineResourceService.class.getName());
TurbineServices services = (TurbineServices) TurbineServices.getInstance();