I'm building a web application using 'Play Framework 2.5' and I have planned to place a custom XML file inside the conf/ directory of the application. This file will contain some information used to populate some meta-tag to help search engines to index my public web pages. The question is how I can open this file (named searchEngines.xml) from a controller's action?
When the file will be open (so I have a stream with it) I can easily read and parse it.