Hello,
In our environment , we have many apache webservers which runs along with jboss application server.
One of our application uses only apache. Application team used to put the files in the Docroot which will be used by the user by accessing the website.
But manytimes when we put the file in the Docroot,its not reflecting instantly.
sometime it took more than a hour to reflect.
Even after putting a new excel file by modify the content, users are able to see the old file only if they access the URL.
File name is same.
For example, There is a file called abc.xls which will be accesed by [
xyz.com...]
If we modfied the abc.xls file and uploaded back to docroot and then accessed [
xyz.com...] , it will still show the old content. After one or two hours its showing the updated content.
Could anyone please help on how to fix this issue and to find why its happening.