I develop a Java Web Application in IBM Bluemix using the Liberty for Java runtime. Within my application I create csv files, which I'd like to offer to my users as a download.
Unfortunately, I was not able to figure out where I have to write these files to. The url should be like http://myapp.eu-gb.mybluemix.net/test.csv or maybe http://myapp.eu-gb.mybluemix.net/download/test.csv
Do I have to specify a route in my server.xml?