Where to store txt File in Tomcat?
843841May 26 2005 — edited May 27 2005Hello everyone, I am new to Servlet Technology, I am trying to call a text file from Tomcat server, but I am wondering where should I store the txt file? Let say file name is "aa.txt", I have tried /WEB-INF/aa.txt, /webapps/aa.txt, Tomcat 5.0/aa.txt, but all does not work, anyone can give me an answer? I am using Tomcat version 5.0.28 anyway. Your help will be appreciated.