/
Options
Options
Options
Pax Runner options are parameters that start with two dashes (--). You can specify any number of options and there is no relevance in the option ordering (the order you specify them). The syntax of an option is:
--<name>=<value>
where the name of the option is case insensitive.
For logical options (boolean) Pax Runner accepts a shortcut as follows:
- for a 'true' value you do not have to specify '=true'. So, for example,
--console=true
is equivalent with--console
. - for a 'false' value you do not have to specify '=false' but prefix the option name with 'no'. So, for example,
--console=false
is equivalent with--noConsole
.
For a detailed list of Pax Runner options take a look at the options index page.
Detailed options
In the pages bellow you may find detailed descriptions about Pax Runner options.
- OSGi framework to be started
- Start Felix
- Start Equinox
- Start Knopflerfish
- Start Concierge
- Boot delegation packages
- Manage boot classpath
- Execution environment
- System packages
- Java runtime version
- Java runtime options
- Start levels
- Specify options in an file
- Bundle Validation Process
- Executors
- Log Pax Runner actions
- Use original URLs while provisioning
- Working directory
- Using proxies
- Internal Pax Runner options
- Options index
, multiple selections available,