Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Can a Path Element be a file name?
chriso
According to the OD Admin Guide the <path> element is always a directory. Could it be a file? Such as:
<source>
<sourceFilesystem area = "/iwmnt/default/main/www/STAGING" >
<pathSpecification>
<path name = "index.htm" />
</pathSpecification>
</sourceFilesystem>
</source>
What if I want to deploy only one file from the root of the doc tree such as the site home page?
Thanks.
Find more posts tagged with
Comments
iwovGraduate
If you want to deploy just one or a few files, use a file-list deployment. You can get examples from the OD admin guide.