cancel
Showing results for 
Search instead for 
Did you mean: 

File downloading in application server

Former Member
0 Kudos

Hi

We have 3 app servers in one of our production system. Lets say 1,2&3. Due to load balancing user logs into say "1". When he downloads a file, it gets stored in 2 or 3 somtimes. This is random. Now user can't access this file. How to avoid this? User should be able to download and retrieve the file in the app server in which he is logged in. Are there any ways to correct this?

Thanks

Arun

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

One way to avoid the problem is to use NFS files sharing among the app servers, so they have, in effect, a single files system that they all access.

Another approach is to store the information in a database table, rather than a file, so that it is accessible from all the app servers.

Former Member
0 Kudos

Thanks, thats a good idea!

Answers (0)