WOAdaptorInfo
The WOAdaptorInfo page gives vital information about what's going on inside the WebObjects adaptor that's loaded in the WebServer. This information can be very useful when trying to figure out what's going wrong in deployment or why your development machine isn't doing what you think it should be.
The WOAdaptorInfo page is enabled by changing the settings given to the web server. These parameter are typically in the same place that 'LoadModule WebObjects_module' and 'WebObjectsAlias' directives are.
You can set:
WebObjectsAdminUsername public
or
WebObjectsAdminUsername user
WebObjectsAdminPassword password
and then accessed with a URL something like:
http://webserver.fqdn/cgi-bin/WebObjects/WOAdaptorInfo
or
http://webserver.fqdn/cgi-bin/WebObjects/WOAdaptorInfo?user+password