We're currently using the Citrix Listed Applications, and I'm currently testing the JICA, and so far it's working w/o the winlaunchterm.cgi. In the Terminal Service Resource Profile, I've enabled Java, uploaded the JICA, and chose to use it.. then modified the HTML to the following: <html> <head> <title>Citrix Java ICA Applet</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <!-- Notes: 1) << CODEBASE >> is a system value that will get replaced at the time the applet is launched. Please do not modify this value. 2) Please modify the remaining values as needed. 3) Please make sure all attribute names/values are enclosed in double quotes. --> <body> <applet code="com.citrix.JICA" codebase="<< CODEBASE >>" archive="JICA-browseN.jar,JICA-cdmN.jar,JICA-clipboardN.jar,JICA-configN.jar,JICA-coreN.jar,JICA-printerN.jar,JICA-seamlessN.jar,JICA-sicaN.jar,JICA-zlcN.jar,JICAEngN.jar,cryptojN.jar,sslN.jar,JICA-audioN.jar" width="1040" height="768" name="Citrix Java ICA" align="top"> <param name="code" value="com.citrix.JICA"> <param name="codebase" value="<< CODEBASE >>"> <param name="archive" value="JICA-browseN.jar,JICA-cdmN.jar,JICA-clipboardN.jar,JICA-configN.jar,JICA-coreN.jar,JICA-printerN.jar,JICA-seamlessN.jar,JICA-sicaN.jar,JICA-zlcN.jar,JICAEngN.jar,cryptojN.jar,sslN.jar,JICA-audioN.jar"> <param name="cabbase" value=""> <param name="name" value="Citrix Java ICA"> <param name="width" value="1040"> <param name="height" value="768"> <param name="align" value="top"> <!-- Please specify additional params here after the comment. <param name="paramname" value="paramvalue"> --> <param name="username" value="<<USER>>"> <param name="password" value="<<PASSWORD>>"> <param name="domain" value="Domain Name Here"> <param name="bpp" value="24"> <param name="icafile" value="<<ICAURL>>"> <param name="DesiredWinType" value="7"> <param name="ScreenPercent" value="110"> </applet> </body> </html> With it set to: Always use this Java applet. This combo is working for us. I'm just now trying to get it to not have the "Click Here to Connect " screen, so it'll launch automatically and log them in.
... View more