I'm generating PDF files thru java code an within the PDF file there are URL links. When users download the PDF file they can quickly access information on the server. Now the problem. When I clone the server to another, all the PDF files URLs still point to the server where they were created. What's I'd like to do is when the PDF is downloaded the URLs are "updated" with the server information it was download from. Is this possible? If so, how?
↧