Hi All,
I have a
servlet which reads the information from a file 'myfile.txt'.
My requirement is that I should not hard code the file path in the servlet. If that is the case wher do I set the file path, so that when the servlet is invoked it gets the file path and does the reading process.
Is there also any specific directory where I should keep the above mentioned file.
Please throw some light on the above problem.
Thanks
Vasu