Prova a commentare tutto il pezzo successivo a
codice:
String path = new String ("../webapps/ITemRecommender/xml/registrated.xml");
File file = new File(path);
fino a
codice:
buf.append("</tr></tbody></table></body></html>");
responseOutput.println(buf.toString());
responseOutput.close();
e nel mezzo stampa file.getAbsolutePath per vedere se te lo cerca nella posizione corretta.