Hi,
I have an existing Java web application (as a war file) that reads from and writes to a (of course configurable) file system path. If I deploy this to NW cloud local server it still works, as the servlet container seems to allow file system access. However, when I deploy it to the trial cloud, it crashes.
Question: is there a location in the file system that the web application is allowed to write to and to read from? This would be extremely helpful because otherwise I would have to re-write the complete code working with file system access.
Regards,
Patrik