Hello everyone
In a project I'm working on, we use the 2021 version and the results of the processes are stored on a disk so that the user can download those results to their personal computer using the URL; for example:
https://<url>/download/results/110096.zip
As we understand it, download is like an alias of the path on the disk and Results is a directory on the disk, for example the results are in G:\FME\Results and 110096 is a compressed file with the results
These results must remain on that disk for 3 days so that the user has the opportunity to download them, but the problem is that due to the size of the results files, the disk fills up and the processes fail
We have another disk with more space. How could we change it so that the results are saved on that other disk and users have access to download them?
The person who did the configuration no longer works for our company but told me that to change disks it was only necessary to "expose" the directories of that disk in the Tomcat configuration.
We do not have much knowledge of Server administration.
I appreciate in advance any help you can give me