Note: This procedure is applicable only to the WebObjects Enterprise product on Windows NT platforms.
cp C:/NeXT/NextLibrary/WOAdaptors/ISAPI/WebObjects-ISAPI.dll C:/INETPUB/Scripts
This example assumes that NeXT_ROOT is C:\NeXT\ and that the IIS server is installed in C:\INETPUB. These directories could be different on your system (for instance, the server could be installed in D:\INETPUB). This example also shows a copy operation using the cp command in a Bourne shell; alternatively, you could copy the DLL using the NT Explorer program or through similar programs.
http://host/Scripts/WebObjects-ISAPI.dll/ApplicationPath
For HTTP requests that use the CGI adaptor, make sure that the URLs conform to this format:
http://host/Scripts/WebObjects.exe/ApplicationPath
Table of Contents Next Section