Hi Can I create a file and write in it from a servlet ? I tried this but nothing happen: FileOutputStream fout = new FileOutputStream("test.html"); PrintStream pout = new PrintStream(fout); pout.println("<HTML> ......."); AdelReceived on Tuesday, 17 February 1998 16:58:13 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 6 April 2009 12:59:48 GMT