4 Replies Latest reply on Jun 30, 2005 6:15 AM by uwilliams

    Need to transfer uploaded files from one server to another

    uwilliams

      I am currently working on a project (Support side), using JBoss4.0.1sp1. One of the functions is for outside providers to upload images of their offerings. Obviously in a load balanced environment, the files will go to one server.

      Because of this, the interface the outside providers use will point to a specific master of the clustered servers. The images will be stored in a files-system.

      What I would like to know is what would be a good way to make sure that the images that have been uploaded, are distributed to the other servers.

      I am a newbie to JBoss and J2EE so any help would be appreciated.