I have a file at /WEB-INF/config.txt on app engine. What is the path to the file on app engine?
/WEB-INF/config.txt
eg: new File(/*What path do i put here?*/)
new File(/*What path do i put here?*/)
This worked for me:
servletContext.getResourceAsStream("/WEB-INF/config.txt")