How can I write on a file having its URL such as /WebContent/Database/myFile.json
from a Servlet?
Constraint: I can't use absolute paths to write on this file.
Additional info: the servlet receives a string as a POST parameter, then her should write this string on a file located in the same servlet context.