The variables described here are bound for the duration of an active request, from the point that an active session is identified, to the close of the output stream to the client.
Table 4-1. Dynamic Variables
Variable Name | Meaning |
---|---|
*active-application* | The active application. |
*active-session* | The active session object. |
*active-request* | The active request object. |
*active-url* | The active (base) URL of the element being constructed. |
*active-components* | A hash table of component classes that is constructed as the page/return elemnt is assembled. |
*response-type* | The MIME type of the response. |
These others mostly have to do with logging and error recovery behavior.
Table 4-2. IMHO Variables
Variable Name | Meaning |
---|---|
*lisp-server-port* | The port on which IMHO listens for incoming JServ requests. Default is 8007. |
*imho-serving* | 't' if requests are being accepted for processing. |
*production* | A variable that currently serves to disable interactive debugger activation. |