Your problem is in no way JBoss specific. You have a number of options open to you:
1. Write to a shared file system(e.g., NFS, Samba, etc) 2. Write to a JDBC database 3. Use JBossCache - write the contents as Objects (or maybe byte[]'s if they have no specific Java representations). JBossCache can then be configured to replicate contents across server instances. And if you wish, JBossCache can be configured with a cache loader (see manual) so that the cache can be backed up to a file system, database, etc. Once written to disk, are these files accessed by other systems? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900978#3900978 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900978 ------------------------------------------------------- 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
