System Property |
Default Value |
Description |
|---|---|---|
mbs.parser.startup |
- |
Specifies the file, HTTP or FTP URL, or the absolute path of the Parser Service startup script. |
mbs.parser.startup.onfwstart |
false |
If true, the startup script, specified with the mbs.parser.startup system property, will be executed if the framework is started with empty storage, and after the framework and all bundles from its initial set start (i.e. when the Parser Service receives FrameworkEvent.STARTED). If the property value is false, the script will be executed at startup of the Core Commands Bundle. |
mbs.parser.startup.newthread |
false |
If true, the startup script, specified with the mbs.parser.startup system property, will be executed in a new thread. |
mbs.parser.aliases.store |
false |
If true, command aliases will be persistently stored and will survive framework restarts. On updating the Core Commands Bundle, saved aliases will be lost. |
mbs.parser.debug |
false |
If true, the exceptions thrown in the Parser Service will be printed to the standard output. |
mbs.output.charscount |
49 |
Specifies the character length of a line in a command output. The length is equal to the value of the property - 1. |
mbs.exec.base |
../../pscripts/ |
The URL of the base directory of executable scripts. The value of this property can be an http://, ftp:// and file:/ URL, or a file location (relative or absolute). It is recommended that this property ends with "/". |
mbs.forced.exit |
- |
If true, the OSGi runtime will be terminated immediately (right after "framework stop" is called) instead of waiting until the framework executes its shutdown operations. |