We are using a multi node environment
We are storing the files in a
tomcat server.
first user when accessed the application directed to node one and he uploaded the file. the file sits in the tomcat server (T1)
Second user when accessed the application directed to node two and uploaded the file. the file sits in the tomcat server (T2)
first user when accessed the application again directed to
node two and the user
not able to see the uploaded file as it is there in the node one.
How to handle these situations ?
How to sync files acorss nodes.
what is the best way to implement this requirement ?
do we need to use central file repositories ? Please suggest some examples .
Need your thoughts and inputs. thanks in advance.