Reading a file on server in a jsp
843838Mar 21 2007 — edited Apr 21 2008Hi !
I am trying to read a file in jsp code with RandomAccessFile. It seems like I can not address the file with absolute path like : new RandomAccessFile("home/user/test/myown/dett.ost");
My jsp is under ROOT/jsptest in a Linux Tomcat . Anybody know if my assumption is right. I have done the same within a servlet, but it seems like jsp behave different.
Thank you!