Most Core module bundles have a key role in the framework's functionality, and are thus installed upon normal startup. However, there are also Core Web Console bundles, which are pluggable and can be installed separately as described below:
Automated Installation
The Kit Manager is a utility that enables you to automatically install a component or a group of components by executing a predefined install script. The Core module's kitman script is called Core Web Console Plugins. It installs the Apache Web Console Core plugins together with the general functionalities of the Web Console module in the following way:
kitman.install "Core Web Console Plugins"
If you want to view or edit the content of the script you can find its text file core.web.console.txt in the <sdk_home>/runtime/osgi/bin/pscripts directory.
Manual Installation
To manually enable the Core web console management via install console command:
fw.install -s -l -f com.prosyst.mbs.core.web.console.cpa.jar
fw.install -s -l -f com.prosyst.mbs.core.web.console.backup.jar
The list of the required bundles is located in the text file of each script in <sdk_home>/runtime/osgi/bin/pscripts folder.