Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  1. From a browser, navigate to http://karaf.apache.org/download.html.
  2. Scroll down to the "Apache Karaf" section and select the desired distribution.
    For a source distribution, the filename will be similar to: apache-karaf-x.y-src.zip.
  3. Extract Karaf from the ZIP file into a directory of your choice. Please remember the restrictions concerning illegal characters in Java paths, e.g. !, % etc.
  4. Anchor
    Windows Source Installation
    Windows Source Installation
    Build Karaf using Maven 2.0.9 or greater and Java 5.
    The recommended method of building Karaf is the following:
    Code Block
    cd [karaf_install_dir]\\src
    
    Wiki Markup
    where {{\[karaf_install_dir\]}} is the directory in which Karaf was installed.
    Code Block
    mvn
    
    Both steps take around 10 to 15 minutes.
  5. Unzip the distribution using your favorite zip tool. The windows distribution is available at
    Code Block
    \[karaf_install_dir\]\assembly\target\apache-karaf-x.y.zip
    
  6. Proceed to the #Starting Karaf section of this document.
  7. Following start-up, go to the #Testing the Installation section of this document.
  8. Optional: see 7.1. Enabling Colorized Console Output On Windows

...

If Karaf is up and running without problems, the Window's console window or the Unix command shell will display something similar to the following log line:

Include Page
KARAF:Karaf welcome screenKARAF:
Karaf welcome screen

You can use the client mode to connect to a running Karaf:
On Windows:

...