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)
How to recognise the TeamSite host
mpogrebn
We have the following scenario:
Host A (prod)
TeamSite 6.5 SP2
Host B (dev)
TeamSite 6.5 SP2
MetaTagger 4.0.1
Host C (MT)
MetaTagger 4.0.1
Host A uses host C for MT tagging. Host B uses its own MT, but occasionally we might point Host B to Host C for MT.
Question: how can the MT on host C tell which TeamSite host is giving it a file to tag? More precisely, in our CLT-type processors, how can we extract this information dynamically? element does not carry this information.
Find more posts tagged with
Comments
Migrateduser
if your has some variations("/iwmnt/default/main/WORKAREA/work1/..." .vs. "/iwmnt/default/main/WORKAREA/work2/...") and you can stick to it, it becomes straight forward.
Now, I'm pretty sure that is not the case here.
The other solution is a little tricky:
Write a pre-processor which looks at active TCP connections on HOST C(localhost:9095). If we know the IP/hostname of HOST A .vs. HOST B and they never access HOST C simultaneously, we can determine which host contacted HOST C.