Hi I have one application running on different servers build in struts2 and deployed in Tomcat5. Now I have a functionality of "Save on All" in this application. When it is called, then the same request parameters need to be passed to all the servlet/action of all the applications running in all the servers. How can this be done?
E.g. I have 5 servers in LAN, each having independent tomcat & mysql. The application is deployed in each tomcat. Now if I upload an image from application running on any server, it should be uploaded to all the servers.