I am changing my previous post from webdesk to proxy since it seems that webdesk relies on the proxy, so it seems prudent to get this working first.
Our teamsite instance is version 5.5.2 SP3 on solaris...
If you try to click on any file in teamsite which is not a DCR, the window which pops up shows a url like:
http://10.202.4.32/iw/webdesk/sce?vpath=/default/main/aac/WORKAREA/Content+Block/templatedata/Content+Block/N%5fplain/BESS%5fbranding%5farea%5fjz.htmlIf you leave this browser window alone it will sit and sit and sit and never load anything. But! If you hit stop, the URL immediately changes to:
http://10.202.4.32/iw-mount/default/main/aac/WORKAREA/Content%20Block/templatedata/Content%20Block/N_plain/BESS_branding_area_jz.htmlIf I click reload with this new URL it will sit and sit forever. If I change the URL to:
http://10.202.4.32:81/iw-mount/default/main/aac/WORKAREA/Content%20Block/templatedata/Content%20Block/N_plain/BESS_branding_area_jz.htmlThen the file I am trying to view comes right up. The file in question is an HTML file. I can't figure out why teamsite it not appending the port 81 in the URL once it resolves out of SCE... Any ideas?
Here is the proxy section of our /etc/iw.cfg file:
[iwproxy]
customer_webserver_host=10.202.4.32
iwproxy_host=10.202.4.32
iwproxy_port=1080
customer_webserver_port=81
And then our /etc/apache/httpd.conf file port entry:
#
# Port: The port to which the standalone server listens. For
# ports < 1023, you will need httpd to be run as root initially.
#
Port 81
So teamsite knows to look at port 81, and apache is listening at port 81.