[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: can multiple nodes use the same exploded war

sbali do-not-reply at jboss.com
Tue Aug 18 09:27:50 EDT 2009


Running JBossAS 5.0.1GA. It is an exploded war. The jsp files comes from a publishing system and are between 200 - 400K. The server has the capacity to run 4-6 nodes. I don't want to replicate the files on the file system for each node. I would like to keep just one copy of the deployed files.

My other option is to deploy the WAR to each node and create a symbolic link in each node to the deployed content

So in each <JB_HOME>/server/node[1-4]/deploy/ROOT.war I create a symbolic link to a folder containing 400,000 files.



"jaikiran" wrote : Which exact version of JBossAS? And when you say the number of files is large, do you mean the number of files in the WAR? And so you are worried that all these files will be copied to the tmp folder on individual nodes? And hence going for exploded deployment? 

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250179#4250179

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250179



More information about the jboss-user mailing list