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)
Reusing common content
pradeep_velpula
Hi Team,
I am using TeamSite 6.7.0.1 SP1 on both Solaris 10 and Windows machines. I have 9 branches with one workarea in each. But all the common content like images, javascript files etc... are in one branch.
So, how to use the same common content when I preview the page from other branch's workarea.
Please let me know as soon as possible.
I'll be very happy if you provide complete steps starting from taking new branch to previewing with common content.
Thanks & Regards,
Pradeep Velpula.
Find more posts tagged with
Comments
JoshProx
You can define proxy remaps to preview the content from other branches. You also need to work on a custom file browser if you want to give the browse option to users for images and stuff. In all cases you need to make sure that tpl publishes the content corresponding to webserver folder structure.
pradeep_velpula
Hi Josh,
Can you please let me know where I should define this proxy remap.
Thanks & Regards,
Pradeep Velpula.
JoshProx
That's defined in iw.cfg. You can add regex patterns in there.
pradeep_velpula
Hi,
I tried to implement, but i couldn't do that.
So, please suggest me.
My workarea is /iw-mount/default/main/www_appliedmaterials_com/Europe-English/WORKAREA/development/
So, whatever the request comes from this workarea with respect to images, css & javascript files then it should remap to
My destination workarea : /iw-mount/default/main/www_appliedmaterials_com/common/WORKAREA/development/
So, please let me know as soon as possible.
Thanks & Regards,
Pradeep Velpula.
Sailesh
TS Admin guide Unix page 198 has all the examples for your kind of requirement.
AlwaysHaveEvenNumberOfPages.rptdesign
JoshProx
You can define something like this :
[iwproxy_preconnect_remap]
_regex=^(.*)/default/main/www_appliedmaterials_com/Europe-English/WORKAREA/development/(images|javascript|css)/(.*)=$1/default/main/www_appliedmaterials_com/common/WORKAREA/development/$2/$3