0 Replies Latest reply on Dec 14, 2008 7:24 PM by onur.aktas

    Hosting files in clustered enviroment..

      Hi,
      I am using JBoss 4.2.3 GA. and in a development stage of a web site project which allows users uploading their own videos and photos.
      I can successfully retrieve files from users (through website) but i don't know where to save the files i retrieved?
      I am in single developer machine so it is easy to save it under local directory, but what i wonder is what will i do if i need to add some cluster nodes in future?

      And also, do i need to save files to anywhere something like below?
      /jboss-4.2.3.GA/server/default/deploy/MyWebProject.war/images/
      /jboss-4.2.3.GA/server/default/deploy/MyWebProject.war/videos/

      Or can i also map /mount any directory to JBoss like so all cluster nodes can view those directories?
      Linux
      /WebProject/images/
      /WebProject/videos/

      Thanks