1.1Troubleshooting? |
↩︎ | ↖︎ | ↑︎ | ↘︎ | ↪︎ |
WASD is outlined in the Introduction and Package Overview sections of the WASD Features document.
Installation and update of the package is covered by WASD Installation.
This document provides detailed configuration instructions of the WASD Web Services package.
Following installation the package should require only minor further configuration for basic serving.
WASD configuration is performed using the contents of five files located using logical names
WASD_CONFIG_AUTH | request authorization control |
WASD_CONFIG_GLOBAL | global server configuration |
WASD_CONFIG_MAP | request processing control |
WASD_CONFIG_MSG | provides server messages |
WASD_CONFIG_SERVICE | specifies services (virtual servers) |
along with server CLI parameters commonly provide by startup DCL procedures.
Initially two files may require alteration.
More generally server runtime configuration involves the considerations discussed in 2.3 Site Organisation along with the following aspects:
When initially installing or configuring WASD, and sometimes later where something breaks spectacularly, it is most useful to be able to gain insight into what the server is up to.
The go-to tool is WATCH (yes, all capitals, and for no other reason than it makes it stand out).
WATCH is described in detail in WATCH Facility of the WASD Features and Facilities document.
For most circumstances WATCH can be made available for troubleshooting even if the configuration is significantly broken. This is done by using a skeleton-key to authorise special access into the server.
The skeleton-key is described in detail in Skeleton-Key Authentication of the WASD Features and Facilities document.
TL;DR
Enable at the command-line with the username anything beginning with an underscore and at least 8 characters, same for the password length.
Then using a browser access any available service, entering the above username (including underscore) and password when prompted.
The service administration facilities (of which WATCH is one) are also available and useful.
↩︎ | ↖︎ | ↑︎ | ↘︎ | ↪︎ |