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)
A .gif file in Content Center does not get preview
infoForDj
Hi,
TeamSite Version: 6.1.0
OS - Windows 2000
http_port=83
host=localhost
iwproxy_host=localhost
customer_webserver_host=localhost
iwproxy_port=1080
customer_webserver_port=81
However, when the user clicks on the uploaded gif file, he gets the following error,
Connection Failed
iwproxy was unable to open a connection to: 0.0.0.0:81
Reason: No error.
Can anyone please help me debug this issue?
Thanks in advance,
Dhruv
Find more posts tagged with
Comments
stefanmaier
Hi,
try to set the customer_webserver_host variable to your real servername not to "localhost".
I got some proxy errors at this point, too...
Stefan
AddJavaSCriptArray.rptdesign
infoForDj
Hi,
My server and client are the same.
Both the web server and the TeamSite server are on my machine, that is the localhost.
Is there any other configuration that needs to be done in order to get this working?
Thanks,
Dhruv
Adam Stoller
Do you have a webserver running on port 81 on your machine?
--fish
Senior Consultant, Quotient Inc.
http://www.quotient-inc.com
stefanmaier
Hi,
your error message says:
iwproxy was unable to open a connection to:
0.0.0.0
:81
Well, if your "localhost" value would be transfered correctly into an IP address, there should be "127.0.0.1", not "0.0.0.0".
If iwproxy wants to open a TCP/IP connection to 0.0.0.0:81 and gets an error message,it is ok, or am I wrong?
Try to edit your customer_webserver_host variable, so that iwproxy connects definitely onto the correct IP address, also if your webserver is on your Ts host.
Additionally check, if a webserver listens on port 81, as Fish said before.
Stefan