0 Replies Latest reply on Aug 14, 2006 12:07 PM by fmaredia

    Uploading files

    fmaredia

      I need a solution to saving/uploading files in a cluster:

      We have an apache web server which contains images,css,etc for all the clusters to view and execute. We have three cluster nodes, so I will not know which cluster node is trying to save the file. I need all clusters to be able to access the file later on. I think one good solution would be to save the files on the webserver since all can access it.

      I want to upload files to the web server machine, but my action class located in the jboss server can only save the files to the jboss machine by specifying the path.

      Any ideas