Environment: TS 5.5 on Solaris 8
I have a user trying to access our TeamSite 5.5 server through a VPN connection; this particular VPN essentially acts as a proxy server, though it changes the URL. So, instead of the browser accessing
http://teamsite.mydomain.com, it accesses
http://vpn.mydomain.com?param=teamsite.mydomain.com .
Everything seems to work through this URL rewriting except for VisualFormat. VisualFormat tries to download the license information from the TeamSite server, but then rejects it because the license says "teamsite.mydomain.com" instead of "vpn.mydomain.com"
I believe the license information is in /iw-home/httpd/iw/ewebeditpro20/ewebeditprolicensekey.txt , but I'm not sure if I can edit this file in a way to support another server. Any thoughts?