


If you want thin client users to launch your application from a Web page, you can do the following:
1. Install your COBOL application on your application server host. This machine must also contain the ACUCOBOL-GT runtime, AcuLaunch, and several additional components. These are listed in A Guide to Using Acucorp's Thin Client Technology. Note that your application does not need to reside on the same host as your Web Server.
2. Create a thin client command line file that contains all the information needed by the ACUCOBOL-GT Thin Client to launch your application. This file should have an ".atc" or ".acutc" extension. The format of this file is described in section 7.4.1, "Thin Client Command Line Files".
3. Place the thin client command line file on your Web server and create a link to it from an appropriate Web page. See section 7.4.2 for information on using anchor tags to create this link. Your users click on this link to launch your thin client application.
4. If any of your users have Netscape browsers, you must configure your Web server to generate an HTTP "Content-type" response header field, which is included with the thin client command line file. This field should contain the MIME type "application/vnd.acucorp.thincommandline". Note that this step is optional if your users are using Microsoft's Internet Explorer. Refer to your Web server documentation for instructions on adding a MIME type.
Once you have set up your hyperlink, end users who visit your Web page can run the program by clicking on the program's link. The display occurs in an application window outside of the user's browser.
Users can also enter either the IP address or the host name of the application server on the command line when they launch the ACUCOBOL-GT Thin Client. Refer to section 7.5, "Launching Programs Over the Internet From Thin Clients" for more information.
More: