File not found exception in JBOSS unix server
Hi
I am working on a JBOSS application (jdk 1.6)
I am getting the following exception during a file upload operation in the unix server
java.io.FileNotFoundException: D:\\Test.xls (No such file or directory)
The same operation works in my local server (ie windows JBOSS application)
Basically it is not able to form the file handle. It fails exactly here
file = new File("D:\\Test.xls");
Can someone help
Thanks

