http://www.archy.net

Comment: (1)

Citrix WebInterface 4.x and 5.x mode debug

Category : Citrix, Web Interface 5, WebInterface 4.x

Tracing is controlled by editing the web.config file for the site.

To cause debug tracing to be written to the file c:\temp\debug.txt, the <trace> section must be updated:

<trace autoflush=”true”>

<listeners>

<add initializeData=”c:\temp\wi-debug.txt” />

</listeners>

</trace>

To turn on tracing for a particular category, the <switches> section must be edited:

<switches>

<add value=”1″ />

<addFONT-FAMILY: ‘Tahoma’,'sans-serif’; FONT-SIZE: 10pt; mso-ansi-language: EN-US” lang=EN-US> Logging” value=”1″ />

<addFONT-FAMILY: ‘Tahoma’,'sans-serif’; FONT-SIZE: 10pt; mso-ansi-language: EN-US” lang=EN-US> EUEM” value=”1″ />

</switches>

A value of switches 1 = tracing on, a value switches 0 =  tracing off.

Comments: (0)

Install Citrix WebInterface 4.6 on Windows 2003

Category : Citrix, WebInterface 4.x

This video show how to install a Citrix WebInterface 4.6 on Windows 2003 from scratch. You’ll see how to install Internet Information Services (IIS) and Java JRE prior begin the installation of Citrix WebInterface.

Click on continue reading to watch the video.