//System.out.println("+++ EXISTS:"+file.exists());
StringBuffer buf = null; //A buffer that may be used to hold already written file content
//prepares the file strategy to directory /tmp
StreamStrategy strategy = new FileStreamStrategy(new File(path1+ "WEB-INF" + c));
// creates the list:
List list = new XmlArrayList(strategy);
list.add(server);