Author: gertv
Date: Thu Dec 15 12:40:39 2011
New Revision: 1214730
URL: http://svn.apache.org/viewvc?rev=1214730&view=rev
Log:
Some minor edits to the quickstart guide
Thanks to Jimy Hendrickx for his feedback!
Modified:
servicemix/documentation/trunk/src/main/webapp/quickstart/console.conf
servicemix/documentation/trunk/src/main/webapp/quickstart/installation.conf
Modified: servicemix/documentation/trunk/src/main/webapp/quickstart/console.conf
URL:
http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/quickstart/console.conf?rev=1214730&r1=1214729&r2=1214730&view=diff
==============================================================================
--- servicemix/documentation/trunk/src/main/webapp/quickstart/console.conf
(original)
+++ servicemix/documentation/trunk/src/main/webapp/quickstart/console.conf Thu
Dec 15 12:40:39 2011
@@ -23,7 +23,7 @@ For every bundle, you see:
* the bundle start level
* the bundle name and version
-If you're looking for something specific in the list, you can use unix-like
pipes and utilities to help you. An example: to look for the all Camel related
bundles...
+If you're looking for something specific in the list, you can use unix-like
pipes and utilities to help you. An example: to look for all Camel related
bundles...
{pygmentize:lang=text}
karaf@root> osgi:list | grep camel
@@ -49,7 +49,7 @@ karaf@root> log:display-exception
!/quickstart/images/log-display-exception.png|title=log:display-exception!
-You can also change the log level at runtime by using the {{log:set}} command.
You can try these commands on your instance now by setting the log level to
{{DEBUG}}, checking the log file to see if you actually see the extra logging
and then revert back to {{INFO}}.
+You can also change the log level at runtime by using the {{log:set}} command.
You can try these commands on your instance now by first setting the log level
to {{DEBUG}} and then using {{grep}} to make sure that you can actually see the
extra logging.
{pygmentize:lang=text}
karaf@root> log:set DEBUG
@@ -58,6 +58,8 @@ karaf@root> log:display | grep DEBUG
!/quickstart/images/log-set-debug.png|title=log:set DEBUG!
+Afterwards, revert the log level to its original {{INFO}} value again with
{{log:set}}.
+
{pygmentize:lang=text}
karaf@root> log:set INFO
{pygmentize}
Modified:
servicemix/documentation/trunk/src/main/webapp/quickstart/installation.conf
URL:
http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/quickstart/installation.conf?rev=1214730&r1=1214729&r2=1214730&view=diff
==============================================================================
--- servicemix/documentation/trunk/src/main/webapp/quickstart/installation.conf
(original)
+++ servicemix/documentation/trunk/src/main/webapp/quickstart/installation.conf
Thu Dec 15 12:40:39 2011
@@ -2,12 +2,12 @@ h1. Installation
Before we can start working with Apache ServiceMix, we have to get it
installed and running on our local machine first.
h2. System requirements
-* Java Developer Kit (JDK) 1.5.x (Java 5) or later, for both deployment and
compiling.
+* Java Developer Kit (JDK) 1.6.x (Java 6), for both deployment and compiling.
\\ (Note: Java 7 is currently not supported)
* About 100 MB of free disk space
h2. Downloading Apache ServiceMix
-Apache ServiceMix ${servicemix.version} is available under the Apache License
v2 and can be downloaded from [http://servicemix.apache.org/SMX4/download.html].
+Apache ServiceMix ${servicemix.version} is available under the Apache License
v2 and can be downloaded from [http://servicemix.apache.org/download.html].
Depending on your operation system, you should download either the tar.gz or
the zip file:
* tar.gz for Linux/Unix/MacOS X