Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Karaf provides some commands to administer multiple instances. An instance of Karaf is a copy that you can launch separately and deploy applications onto. An instance does not contain a full copy of Karaf, but only a copy of the configuration files and data folder which contains all runtime informations, logs and temporary files.

As of 1.0 version, only a single command is provided to create a new instance. Below is an example of the command:

Code Block

admin create /Users/gnodet/tmp/karaf1

...

Commands

Description

change-port

Changes the port of an existing container instance.

connect

Connects to an existing container instance.

create

Creates a new container instance.

destroy

Destroys an existing container instance.

list

List all existing container instances.

start

Starts an existing container instance.

stop

Stops an existing container instance.

#top

Wiki Markup
{scrollbar}