Hi All
This is for Teamsite/livesite 7.4.1
We have created a new nodes in PLC as Staging, We have to do Multitier deployment on both of our nodes i.e. Staging & Production, where the LSCS/LSDS deployments happens in following way
Staging -> deploy from teamsite to -> lscs/lsds1(odbase) -> lscs/lsds2(odreciever)
Production-> deploy from teamsite to -> lscs/lsds1(odbase) -> lscs/lsds3(odreciever)
The commit-deploy-plc.xml file on lscs/lsds1 server is 1 file, but needs to pick up different replication farmset based on what node the deployment is coming from. (I hope i am clear in explaining issue).
Please suggest.
Can we have 2 different descriptors commit-deploy-plc.xml & commit-deploy-plc-staging.xml at lscs/lsds1 server by some way ? I do see commit-deploy-plc.xml is hardcoded in LSCSDeploymentServiceAdaptor.java,
Can we override LSCSDeploymentServiceAdaptor.java for 7.4.1 ?
Any other solution/suggestion?