OK.
Sorry palbano, I was not very explicit, but I do not want to send a HTML file, it could be a Word file, or PDF, anykind of file. I have found a way to perform this, I set the content-type to the type of the file and copy the file in the response (ServletOutputStream). Maybe there exist a way to set the good MIME type with the good file type directly. I don't know.