Attribute | Values | Description |
ApplPath | <Path to application database file> | Specifies the path to the application database file. The default is "" (no path specified). |
LogLevel | debug, status, error, none | These are as follows:
- debug: all messages logged
- status: all status and error messages logged
- error: only error messages logged
- none: logging is disabled
If omitted, default is status. |
Style | standard, glass, sketch, white | Specifies the style sheet to use when drawing diagrams. If omitted, default is glass. |
DiagramTitle | true, false | If false, turns off diagram page titles. If omitted, default is true. |
PropertyTitle | true, false | If false, turns off property page titles. If omitted, default is true. |
CloseButton | true, false | If false, turns off the close button on property pages. If omitted, default is true. |
Sametime | true, false | If false, turns off Sametime on property pages. If omitted, default is true. |
SametimeServer | <Server name> | Specifies the name of the Sametime server. If omitted, Sametime is turned off. |
NoLogin | true, false | If true, then no SSO cookie is sought and no user ID/password pair is requested. Instead, all access is through the server's Notes ID (usually permitting universal access to the Lotus Workflow databases). |
LoginPage | <Login URL> | Specifies the URL used instead of the servlet's default page, if a user ID/password pair is requested. Note that this specifies the scheme (for example, http or https) as well as address. |
LogoutPage | <Logout page URL> | Specifies the page that is returned if a request type of logout is received. If null, a blank page is sent. The default value is null. |