Hi All,
Im trying to use od-home as base for the database.xml path in my deploy config file, currently we have that path hardcoded, just like this, <data-deploy-elements filepath="G:/Interwoven/OpenDeployNG/etc/database.xml"/>
The problem is, we want to change it <data-deploy-elements filepath= "od-home/etc/database.xml"/> but I got this error message element-list filepath 'od-home/etc/database.xml' not found.
I even tried to use <data-deploy-elements filepath= "/usr/od-home/OpenDeployNG/etc/database.xml"/> but this failed as well.
Where should I set the od-home? Is a environment variable?
thanks in advance