// If possible, transform paths to be webapp root relative.
xmlPath = ServletUtils.expandRelative(
config, xmlPath);
XmlToAppData xmlApp = new XmlToAppData();
appData = xmlApp.parseFile(xmlPath);
groupNames = new String[appData.getGroups().size()];
groupKeyMap = new HashMap();
groupNameMap = new HashMap();
getterMap = new HashMap();