Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > Deploying WebObjects Applications

   

Installable HTTP Adaptors

When WebObjects is installed, the adaptors listed in the table below, when appropriate to the platform, are put in   NEXT_ROOT /Library/WebObjects/Adaptors ; source code for all adaptors is written to   NEXT_ROOT /Developer/Examples/WebObjects/Source/Adaptors . Note that only the CGI and Apache adaptors can be found on Mac OS X Server, since neither Netscape's nor Microsoft's servers have been ported to this platform. Also, no ISAPI binary file is written to Solaris or HP-UX platforms (only source code).

The following table summarizes the adaptors provided with WebObjects.

Adaptor
Server
/Library/WebObjects/ Location
Executable

CGI

many

Adaptors/CGI

WebObjects[.exe]

NSAPI

Netscape 3.51

FastTrack (httpd)

Enterprise (https)

Adaptors/NSAPI

WebObjects-NSAPI.dll

or

WebObjects-NSAPI.so

ISAPI

Microsoft Internet
Information Server

IIS 1.0

IIS 2.0 (NT Server 4.0)

IIS 3.0 (NT Server 4.0)

Peer Web (NT WS 4.0)

Adaptors/ISAPI

WebObjects-ISAPI.dll

Apache

1.3

Adaptors/Apache

mod_WebObjects.o

WAI

Netscape 3.5 servers

Adaptors/WAI

(must build example project)


You can find installation instructions for supported HTTP adaptors in   NEXT_ROOT /Developer/Examples/WebObjects/Source/Adaptors/InstallationInstructions.html . To build HTTP adaptors from provided source code, refer to   NEXT_ROOT /Developer/Examples/WebObjects/Source/Adaptors/BuildingInstructions.html .


© 1999 Apple Computer, Inc. – (Last Updated 25 August 99)