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?*/)
If this is part of your application and on the classpath, you should be able to load it using this.getClass().getResource().