Following is a procedure for associating your .acu applications with the ACUCOBOL-GT runtime using Microsofts Internet Information
Server (IIS) Version 5.0 on Windows Server 2019. Your own Web server software may vary.
- Start the Internet Server Manager, and then click
OK.
- In
Server Manager, select
Dashboard, and click
Add roles and features.
- In the
Add Roles and Features Wizard, on the
Before You Begin page, click
Next.
- On the
Select Installation Type page, select
Role-based or
Feature-based Installation and click
Next
- On the
Select Destination Server page, select a server from the server pool, select the server, and click
Next.
- On the
Select Server Roles page, select
Web Server (IIS).
- Click
Next three more times to reach the
Role Services page.
- Expand
Web Server > Application Development, check
CGI, and then click
Next.
- On the
Installation Progress page, confirm that the installation of the Web Server (IIS) role and required role services completed successfully, and then
click
Close.
- To verify that IIS installed successfully, type the following into a web browser:
http://localhost
The default
IIS Welcome page should appear.
- Start
Internet Information Services (IIS) Manager and click the
Default Web Site in the
Connections panel (left).
- Double click the
Handler Mappings icon in the
Home panel (center).
- Double click the
CGI-exe item and an
Edit Script Map pop-up window appears.
- Type
*.acu into the
Request path field.
- Type
C:\PathTo\AcuGT\bin\wrun32.exe -f %s into the
Executable field.
- Click
OK to close the
Edit Script Map pop-up window.
This triggers an
Edit Script Map question asking to allow this ISAPI extension.
- Click
Yes.
- Right-click the
CGI-exe entry that was edited in the previous step and select
Edit feature permissions.
- Be sure that the
Execute check box is enabled, and then click
OK.