file/dir creation from servlet wrong?

2003-06-16 Thread Bill Ataras
Running v4.1.24 on winxp. Using jdk1.4 Installed via the apache installation program jakarta-tomcat-4.1.24-LE-jdk14.exe From within a servlet the following code behaves weirdly: File fl = new File(blah/blah/blah); fl.mkdirs(); fl = new File(doh.txt); FileOutputStream out = new

file/dir creation from servlet wrong?

2003-06-14 Thread Bill Ataras
Running v4.1.24 on winxp. Using jdk1.4 Installed via the apache installation program jakarta-tomcat-4.1.24-LE-jdk14.exe From within a servlet the following code behaves weirdly: File fl = new File(blah/blah/blah); fl.mkdirs(); fl = new File(doh.txt); FileOutputStream out = new

RE: file/dir creation from servlet wrong?

2003-06-14 Thread Bill Ataras
dir. -Original Message- From: Bill Ataras [mailto:[EMAIL PROTECTED] Sent: Saturday, June 14, 2003 2:59 PM To: Tomcat Users List Subject: file/dir creation from servlet wrong? Running v4.1.24 on winxp. Using jdk1.4 Installed via the apache installation program jakarta-tomcat-4.1.24-LE-jdk14