I have a deployment architecture spanning in two different environments say X and Y. X has a standalone JBoss AS 7 and Y has a separate standalone JBoss AS 7. We have application abc.war and xyz.war and as part of the build process we copy both war file to a deployment directory from where the hot deployment happens.
My questions is is there a way where I can define to deploy abc.war and xyz.war in server X and abc.war in server Y or can we disable a specific deployment.
My experience with OC4J and Oracle Weblogic servers allows us to specify a disable flag that would not let the application deploy.
Thanks,
Arul Prashanth.