TeamSite 7.1 on Linux
Apache Tomcat 6.0.26
I am trying to set up virtualizations for multiple branches in TeamSite. I can preview one branch by setting the context docBase in server.xml and setting the regex in iw_preconnect_remap in iw.cfg.
server.xml:
Context docBase="/usr/Interwoven/iwmnt/default/main/WasteManagement/WORKAREA/WebSite" path="" reloadable="true"/
iw.cfg:
_regex=^/iw-mount/default/main/WasteManagement/WORKAREA/WebSite/(.*)$=http://localhost:8001/$1
This works fine for the one branch, but no other branches can be previewed.
Any other items in iw_preconnect_remap gets routed to this branch. Assuming it's because localhost's context is set to this branch.
I know this is a knot of an issue as each installation/configuration is different, but has anyone have advise on how to configure this? I am not familiar with Tomcat configurations. I am pretty sure that is going to be the key.
Thanks,
Mark