is it possible to return a custom file (not html) depending from a request send to the servlet?
The aim would be to send back a customized jnlp file depending on params given to the servlet. Also, the file should not be temporarily created on the server (in order to avoid conflicts when many users create files simultaneously), is this possible?
a bit code is welcome, thanks.