The text console term stands for the terminal window for monitoring and administering the framework by typing text commands. The mBS framework offers two ways for console administration: from the framework local console and from a remote Telnet client application.
After the framework is started, administrators can issue commands straight in the framework local console. This capability is supplied by the Console Bundle. It does not contain the supported commands itself but contacts the Parser Service of the ProSyst Util Bundle, and maps the commands maintained by this service to the system output. Therefore, to be able to execute commands and see their results in the framework local console, you should install and start the Console Bundle (bundles/console.jar). Originally, the Console Bundle is activated by default when the framework is started.
The command set that is available in the framework local console is described in the "Framework Commands" document.
The framework can be administrated over Telnet since the collection of commands in the Parser Service of the ProSyst Util Bundle is forwarded to remote Telnet clients.
The Telnet Bundle enables Telnet administration. This bundle is loaded by default when the framework is started.
To enable the Telnet administration:
After connecting to the framework, you can monitor it by sending tex commands. The Telnet Bundle receives the commands and refers to the Parser Service of the ProSyst Util Bundle to load their execution. After a command is executed, its output is returned to the Telnet client.
By default, in the Telnet application you do not see the runtime information
being dumped by the framework and its bundles. To activate this, use the dump
command from the Telnet client, which will make the Parser Service forward the
information from System.out and System.err to the Telnet output.
Framework administration over Telnet includes commands that are Telnet-specific:
|
Note: The other commands accessible over Telnet belong to the set of commands managed by the Parser Service. They are described in the "Framework Commands" document.
Note: The Telnet Bundle has properties, which can be configured through the OSGi Configuration Admin service. These properties concern mainly the specific features of the Telnet communication mechanism.