The Java ICA Client and Drive MappingThe Java ICA Client and Drive Mapping
In this issue of Get the Skinny, David Carroll explains how to install the Citrix Java ICA client and map drives.
January 2, 2001
The Java ICA Client and Drive Mapping
As an application service provider (ASP), we offer a small vertical application to users over the Internet. We use a Windows 2000 Server Terminal Services farm with Citrix MetaFrame 1.8. Because my users work with different types of workstations and connection speeds, some people have suggested that the Citrix Java ICA client might be a good solution. We tried it, but we had some trouble installing the client, and we don't quite understand the setup information in the administrator's guide—in particular, the drive mapping information. Can you help?
The Java ICA client is a good option because it provides features you don't get from the Active-X client. It downloads faster than the 32-bit Citrix client, and it works on most machines that have a Java Virtual Machine (JVM) 1.1 or higher. When installing and using the Java ICA client, you can choose between Application mode and Applet mode. Both use the same installation files and methods, but where you install each and how you use them differs. You can perform an Application mode install anywhere, starting from a command prompt at the local workstation. Application mode also includes a Java-based version of Program Neighborhood. However, you'll want to use the Applet mode install for your situation.
To install the Java ICA client in Applet mode, you install the files to a subdirectory of the Web server's root directory. You can install to the root of the Web itself, but that gets sloppy. You can download the setup.class file from the Citrix download site ( http://www.citrix.com/download ), get it from the installation CD-ROM, or copy it from the WINNTsystem32clientsICAICAJAVA directory on the server. I'm inherently lazy, so I copy the file to the SystemRoot (WINNT) directory where the Java application resides. Next, click Start, Run, and type m:winntjview setup (as with DOS-based .exe commands, you don't have to include the .class extension). A wizard will appear and help you add the new directory under the Web site's root and install the files.
Your next step is to create a Web page so that the magic can happen. Again, because I'm lazy, I prefer to use the Citrix Published Application Manager. Use it to publish the application, then right-click to create an HTML and ICA file that points to the application that uses the Java client.
Next, edit the HTML and ICA files. You need to change the HTML file's codebase parameter to the correct install directory. Replace the default, a period, with the correct path (e.g.,
About the Author
You May Also Like