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)
Htdocs Removal
sunil_j
I have created a workarea called upload, within which I have created a directory called htdocs. I have importeted my entire web content into this htdocs directory. Now whenever I publish an edition I get the htdocs directory and within whcih my web content.
Is there any way I can omit htdocs directory and only publish the content within the htdocs folder - either during a publish operation or when I deploy using OpenDeploy ?
Thanx
Find more posts tagged with
Comments
Jeremy
You should be able to do this during Opendeploy.
Have a look at the extract from a conf file below. In the source section you are specifying where the content is coming from. In this case it is from within uploads\htdocs in the EDITION. It is then going to wherever you specify in the Target section.
Hope this helps.
Oh, this is assuming you are running Opendeploy 5.5.1.
<definition name="htdocs_app">
<source>
<sourceFilesystem area="//IWSERVER/default/main/BranchName/EDITION">
<pathSpecification>
<path name="upload\htdocs"/>
</pathSpecification>
</sourceFilesystem>
</source>
<target useReplicationFarm="MYFARMNAME">
<comparisonRules dateDifferent="yes"/>
<permissionRules file="0644" directory="0755"/>
<targetFilesystem area="/ThePathYouWantToSendTo"/>
</target>
</definition>
Edited by Jeremy on 01/29/03 11:12 PM (server time).
prasadanand
how r u trying to publish it he edition....r u using opendeploy....if no how r u trying to publish it.