Wiki source code of Web Applications-Deployment-WOAdaptorInfo
Version 4.1 by mark_ritchie on 2009/11/19 15:32
Show last authors
author | version | line-number | content |
---|---|---|---|
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. | ||
2 | |||
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.// | ||
4 | |||
5 | You can set: | ||
6 | ##WebObjectsAdminUsername public## | ||
7 | or | ||
8 | ##WebObjectsAdminUsername user## | ||
9 | ##WebObjectsAdminPassword password## | ||
10 | |||
11 | and then accessed with a URL something like: | ||
12 | ##http:~/~/webserver.fqdn/cgi-bin/WebObjects/WOAdaptorInfo## | ||
13 | or | ||
14 | ##http:~/~/webserver.fqdn/cgi-bin/WebObjects/WOAdaptorInfo?user+password## |