Documentation Archive Developer
Search
Table of Contents Previous Section

Checking the Installation

Windows NT

On Windows NT, these locations should contain the following files or directories:

Location Contents
Your server's cgi-bin directory.

WebObjects.exe
The WebObjects adaptor

WebObjects
This file is simply a copy of the WebObjects.exe file above minus the .exe extension. Some HTTP servers disallow the extension.

Your server's document root directory

WebObjects
This directory should contain the subdirectories Documentation, Examples, icons, infos, and Java.

NEXT_ROOT directory

This is the location where you installed the WebObjects software. Check for these files and directories:
NextLibrary\Executables
Contains WODefaultApp.exe, the default application executable for scripted WebObjects applications

NextLibrary\Frameworks\WebObjects.framework
WebObjects library of classes, plus header files

NextLibrary\Frameworks\WOExtensions.framework
WebObjects Extensions framework, which contains extra dynamic elements and shared components

NextLibrary\Java
The Java interfaces to WebObjects classes.

NextLibrary\WOAdaptors
Contains WebObjects configuration files and, if you've installed the WebObjects Developer package, source files to several adaptors.

Corrective actions:
If you are missing any of the files from your server's cgi-bin directory, you can copy them from NextLibrary\WOAdaptors\CGI to your HTTP server's cgi-bin directory.

If you are missing any of the contents of your server's document root directory copy them from where they were installed to the directory <DocRoot>\WebObjects. If the files were not installed, reinstall WebObjects.

If you are missing any of the contents of the NEXT_ROOT directory, reinstall WebObjects.

Table of Contents Next Section