RE: [OT] reading pdf file from mapped network drive in servlet

2004-01-08 Thread Hookom, Jacob
ssage- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 6:01 PM To: [EMAIL PROTECTED] Subject: [OT] reading pdf file from mapped network drive in servlet Hi I am running tomcat on my windows 2000 machine and i have mapped a network drive to it I am trying to read

[OT] reading pdf file from mapped network drive in servlet

2004-01-07 Thread Ashish Kulkarni
Hi I am running tomcat on my windows 2000 machine and i have mapped a network drive to it I am trying to read a pdf file from the network drive, and it is giving me access denied error my servlet code is File file = new File("F:\\chart\\test.pdf"); System.out.println(file.exists()); (output is fal