dataMap.put("webApps", ComponentConfig.getAllWebappResourceInfos());
return dataMap;
}
private List[] getClasspath() {
Classpath classPath = new Classpath(System.getProperty("java.class.path"));
List elements = classPath.getElements();
List jar = new ArrayList();
List dir = new ArrayList();
Iterator i = elements.iterator();
while (i.hasNext()) {