Hei there, I\'m using PrimeFaces 5/JSF 2 and tomcat!
Can someone show me or give me an idea on how to store pdfs for a limited time on an application server(I\'m usi
Your question is vague, but if my understanding is good:
First if you want to store the PDF for a limited time you can create a job that clean you PDFs every day or week or whatever you need.
For the download side, you can use
(http://www.primefaces.org/showcase/ui/file/download.xhtml) to download any file from the application server.