reading froma text file -- what directory
Hi All,
I have a servlet that is in my web-inf/classes directory on apache tomcat 4.1 and it is supposed to read from a text file in the same directory
A professor of mine told me that there is a specific folder in Apache Tomcat 4.1 where my .txt file should be so the program can read from it, does anyone know where this is? and even when I hard coded the path to the file it didnt work.
Thanks
|