<%
// Stream to write file
FileOutputStream fout;
fout = new FileOutputStream("C:\\Documents and Settings\\akif\\IdeaProjects\\dene\\resources\\"dene.xml");
%>
As you can understand I can create dene.xml but i can not open this file on localhost. I hope, I could tell the problem
Thank you...