Hi, I have a simple J2EE web application developed with Struts and with POJO for business logic (no EJB). Now I have to deploy the application on a cluster of two Jboss 3.2.6 servers. The problem is that the application writes files on server file system, like Excel files and XML files. Which is the best solution on a cluster ? Do I have to insert in the database the data that now are in the files or JBoss supports in some way to replicate directories contents? Thanks a lot.
Alf View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900702#3900702 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900702 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
