The sample session configuration file shipped with Webulator/400 should help you
get your first Webulator/400 session running quickly. It defines the top most
(root) Webulator/400 session and mostly uses the Webulator/400 default configuration
values. It changes the signon method to SCREEN and defines the keywords
F1 through F24, Enter and ENTER which will be converted into virtual keyboard buttons.
You can use this configuration file by setting the ACCGBLFILE
parameter of the CHGWBLSVR command to Cfg/Access.cfg.
You can view or change the configuration settings by running the
WRKWBLSSN command and selecting
option 2 for the / directory or directly using the
CHGWBLSSN command.
You can view or change the parsing strings by running the
WRKWBLSSN command and selecting
option 8 for the / directory or directly using the
WRKWBLPRS command.
The root directory has the following parsing strings defined:
If you prefer, the file Wbl/Cfg/Access.cfg can be edited directly with a stream file editor. The following lines are equivalent to the configuration described above
<Directory /> ParsedButton DESCRIPTION F1 F1 ParsedButton DESCRIPTION F2 F2 ParsedButton DESCRIPTION F3 F3 ParsedButton DESCRIPTION F4 F4 ParsedButton DESCRIPTION F5 F5 ParsedButton DESCRIPTION F6 F6 ParsedButton DESCRIPTION F7 F7 ParsedButton DESCRIPTION F8 F8 ParsedButton DESCRIPTION F9 F9 ParsedButton DESCRIPTION F10 F10 ParsedButton DESCRIPTION F11 F11 ParsedButton DESCRIPTION F12 F12 ParsedButton DESCRIPTION F13 F13 ParsedButton DESCRIPTION F14 F14 ParsedButton DESCRIPTION F15 F15 ParsedButton DESCRIPTION F16 F16 ParsedButton DESCRIPTION F17 F17 ParsedButton DESCRIPTION F18 F18 ParsedButton DESCRIPTION F19 F19 ParsedButton DESCRIPTION F20 F20 ParsedButton DESCRIPTION F21 F21 ParsedButton DESCRIPTION F22 F22 ParsedButton DESCRIPTION F23 F23 ParsedButton DESCRIPTION F24 F24 ParsedButton DESCRIPTION Enter Enter ParsedButton DESCRIPTION Enter ENTER </Directory>