I am learning OpenDeploy and trying to understand how does base server transfer content. If content is in teamsite or some folder in c drive, how do we retrieve this content for deploying to receiver servers ? Do we just put the path in node element [html][/html]or it works some other way ?
OpenDeploy uses the deployment configuration file resides in /conf directory for content transfer. this file tells the information to OD which is required for content transfer.below is snippet of deployment config file which is responsible for the source content--[html] [/html]here the content of "C:\Interwoven\OpenDeployNG\userlib" will get transfer to receiver side.