I am trying to read from the file on the server side:
FileReader fr = new FileReader("text.txt"); The text.txt file is in the same folder as html (in the root of the war folder). When deploying to Tomcat, I get "File not found". Tell me, what path do I need to specify?
java(java.exe) location - Temka is also