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)
FileList Deployment Question
frbcraig
I am creating a file list deployment in which the files in the file list include the path for the file. I want to deploy to the path on the target server that is specified in the file list.
ie:
Filelist.txt includes:
Y:\default\main\SixBits\WORKAREA\Work\site\xml\sub1\common\extra\file1.xml
Y:\default\main\SixBits\WORKAREA\Work\site\xml\sub2\test\file2.xml
I want to the files deployed out to the target server to the folder specified in the paths:
file1 should be deployed to \cfapps\test_files\sub1\common\extra
file2 should be deployed to \cfapps\test_files\sub2\test\file2.xml
The targetFilesystem area="d:/cfapps/test_files".
Is what I'm attempting possible. Any help would be greatly appreciated....
Thanks,
Craig
Find more posts tagged with
Comments
Bhargav Coca
Please post your deployment configuration file. what is areaoath in the config file.
In your scenario,
areapath "Y:/default/main/SixBits/WORKAREA/Work/site/xml"
and your filelist should have something like this
sub1/common/extra/file1.xml
sub 2/test/file2.xml
Hope this helps. Please read the manual for Filelist based deployments for more information.
Thanks