Microsoft IIS or PWS Post-Installation Steps
If you're using Microsoft IIS or PWS as your HTTP server, perform the following additional post-installation steps:
Grant Administrator Privileges to the CGI User
The CGI user must have Administrator privileges to access the NEXT_ROOT environment variable. This is necessary if one of the following is true:
- If you want to autostart applications by typing URLs directly into the web browser without starting their executables first. Autostarting is a convenience that some people prefer to use when testing applications; however, you don't have to enable autostarting. In fact, autostarting is not recommended for WebObjects deployment sites. If you can't autostart, you can still launch applications from the command line.
- If you want to enable load balancing (distributing the processing load among multiple instances of a WebObjects application). Load balancing is a performance feature that you'd use on a deployment site.
- Open the "User Manager for Domains" application under Administrative Tools.
- Double-click the entry with the full name "Internet Guest Account." (The user name usually starts with "IUSR_".)
- In the window that opens, click the Groups button.
- Move the Administrators group from the "Not member of" table to the "Member of" table.
- Click the OK button.
You'll see two tables, one called "Member of" and one called "Not member of."
Install OpenStep Services
The processes machd and nmserver must be configured as services. The install shield wizard installs these processes but doesn't configure them properly if you've changed your NEXT_ROOT environment variable to the root directory (which you must do if you're using a Microsoft server). These two services are required to run the applications WebObjects Builder, Project Builder, and EOModeler.To install these processes as services, open a Bourne shell window or a DOS Command Prompt window and enter the following commands:
> cd %NEXT_ROOT%\NextLibrary\System > machd.exe -install > nmserver.exe -install
Table of Contents Next Section