Tarantella has a diagnostic application, proxyinfo
, which can
be used to investigate any problems Tarantella encounters when it
acquires proxy information.
To access the application, users must type the following URL in their web client:
http://server_name/tarantella/cgi-bin/ttawebtop.cgi/tarantella/resources/info/sco/tta/proxyinfo.html
You must always run this application through the ttawebtop.cgi
program.
Note The proxyinfo
application is only available to web clients.
If Native Client for Windows users experience problems with proxy servers,
they should check their Console Log for more information.
When you run the application, the Proxy server information page displays and processes the proxy server configuration. The results are output on screen.
The information displayed shows what the application has detected about the user's web client settings and what tests the application has carried out.
The key piece of information shown is the name and port numbers of the candidate proxy servers. These are the proxy servers that Tarantella can connect to.
The proxyinfo
application is a Tarantella Java™ applet. You can configure the
level of detail shown by the application by adding a parameter to the applet.
To add the parameter:
install_dir/var/docroot/resources/info/sco/tta/proxyinfo.html
file in an editor.TTAAPPLET
tag.TTAAPLET
tags:
<param name="LOG_MASK" value="bit mask">
The bit mask values for this parameter are:
Value | Setting | Details shown |
---|---|---|
1 | General | The web client settings the proxyinfo application detected |
2 | Details | The tests the proxyinfo application has carried out |
4 | Overrides | The domains which have been manually excluded |
8 | Registry | Windows registry details |
The default value is 7
, which shows General, Details and Overrides, but not Registry.