Index: src/main/webapp/quick-start.conf =================================================================== --- src/main/webapp/quick-start.conf (revision 1097028) +++ src/main/webapp/quick-start.conf (working copy) @@ -30,7 +30,7 @@ Depending on the platform you plan to install and run Karaf you will select the appropriate installation image. Open a Web browser and access the following URL, there you will find the available packages for download (binaries and source code). -[http://karaf.apache.org/download.html] +[http://karaf.apache.org/index/community/download.html] Select the file compression format compatible with your system (zip for windows, tar.gz for unixes) by clicking directly on the link, download it and expand the binary to your hard drive in a new directory; for example in z:\karaf - from now on this directory will be referenced as . Please remember the restrictions concerning illegal characters in Java paths, e.g. \!, % etc. @@ -121,7 +121,7 @@ In the console, run the following commands: {code} -features:addurl mvn:org.apache.camel/camel-example-osgi/2.5.0/xml/features +features:addurl mvn:org.apache.camel/camel-example-osgi/2.7.0/xml/features features:install camel-example-osgi {code} Index: src/main/webapp/users-guide/installation.conf =================================================================== --- src/main/webapp/users-guide/installation.conf (revision 1097028) +++ src/main/webapp/users-guide/installation.conf (working copy) @@ -30,7 +30,7 @@ h3. Building on Windows This procedure explains how to download and install the source distribution on a Windows system. *NOTE:* Karaf requires Java 5 is compile, build and run. -# From a browser, navigate to [http://karaf.apache.org/download.html]. +# From a browser, navigate to [http://karaf.apache.org/index/community/download.html]. # 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}}. # 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. @@ -82,7 +82,7 @@ h2. Installation Procedure for Windows This procedure explains how to download and install the binary distribution on a Windows system. -# From a browser, navigate to [http://karaf.apache.org/download.html]. +# From a browser, navigate to [http://karaf.apache.org/index/community/download.html]. # Scroll down to the "Apache Karaf" section and select the desired distribution. For a binary distribution, the filename will be similar to: {{apache-karaf-x.y.zip}}. # Extract the files from the ZIP file into a directory of your choice. Please remember the restrictions concerning illegal characters in Java paths, e.g. \!, % etc. Index: src/main/webapp/users-guide/web-console.conf =================================================================== --- src/main/webapp/users-guide/web-console.conf (revision 1097028) +++ src/main/webapp/users-guide/web-console.conf (working copy) @@ -21,7 +21,7 @@ To access the console for an instance of Karaf running locally, enter the following address in your web browser: {code} -http://localhost:8081/system/console +http://localhost:8181/system/console {code} Log in with the username {{karaf}} and the password {{karaf}}. If you have changed the default user or password, use the one you have configured.