I have a file at /WEB-INF/config.txt
on app engine. What is the path to the file on app engine?
eg: new File(/*What path do i put here?*/)
This worked for me:
servletContext.getResourceAsStream("/WEB-INF/config.txt")
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With