reading text file in jsp
843840Aug 28 2008 — edited Aug 28 2008hi,
i have a txt file...which i am reading in my jsp page using bufferedreader class, to read txt file i have to type the absolute path of txt file as c:/myproject/xxx.txt
how can i access this txt file with relative path as xxx.txt instead of typing the absolute path c:/myproject/xxx.txt
any suggestions
Thanks