I'm having issue with the loadbalancer. If I run the client directly, the problem does not appear, but with loadbalancer:
I tried different folders for the temp files but nothing seems to be ok. I also tried to rename the file extension to .png and with this trick I have been able to download the file. If there any application.properties I need to change to allow different ContentTypes to make it work ? Or do I have to do something particular?
I'm using this one for download: WebAPI.getWebAPI(getScene()).downloadURL(f.toURI().toURL());
(f being the file. It exists on the server)
Hi,
I'm having issue with the loadbalancer. If I run the client directly, the problem does not appear, but with loadbalancer:
I tried different folders for the temp files but nothing seems to be ok. I also tried to rename the file extension to .png and with this trick I have been able to download the file. If there any application.properties I need to change to allow different ContentTypes to make it work ? Or do I have to do something particular?
I'm using this one for download: WebAPI.getWebAPI(getScene()).downloadURL(f.toURI().toURL()); (f being the file. It exists on the server)
Thanks in advance for your help