Wiki source code of WOAdaptorInfo

Last modified by David Avendasora on 2010/11/30 06:33

Hide last authors
David Avendasora 7.1 1 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.
Pascal Robert 2.1 2
David Avendasora 7.1 3 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.
Pascal Robert 2.1 4
5 You can set:
David Avendasora 7.1 6 {{code language="none"}}WebObjectsAdminUsername public{{/code}}
7 or
8 {{code language="none"}}WebObjectsAdminUsername user{{/code}}
9 {{code language="none"}}WebObjectsAdminPassword password{{/code}}
Pascal Robert 2.1 10
11 and then accessed with a URL something like:
David Avendasora 7.1 12 [[http:~~/~~/webserver.fqdn/cgi-bin/WebObjects/WOAdaptorInfo>>url:http://webserver.fqdn/cgi-bin/WebObjects/WOAdaptorInfo||rel="nofollow" shape="rect" class="external-link"]]{{code language="none"}}{{/code}}
13 or
14 [[http:~~/~~/webserver.fqdn/cgi-bin/WebObjects/WOAdaptorInfo?user+password>>url:http://webserver.fqdn/cgi-bin/WebObjects/WOAdaptorInfo?user+password||rel="nofollow" shape="rect" class="external-link"]]{{code language="none"}}{{/code}}