You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2015/09/02 14:11:50 UTC

svn commit: r1700779 [8/8] - in /karaf/site/production/manual/latest: ./ commands/ developers-guide/ users-guide/

Modified: karaf/site/production/manual/latest/update-notes.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/update-notes.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/update-notes.html (original)
+++ karaf/site/production/manual/latest/update-notes.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="css/style.css" rel="stylesheet" type="text/css"/>
     <link href="css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>
@@ -101,7 +101,7 @@
               </td>
               <td height="100%" width="100%">
                 <div class="wiki-content">
-<h1 id="UpdateNotesfrom3.xto4.x">Update Notes (from 3.x to 4.x)</h1><p>This section is dedicated to users of previous Apache Karaf version.</p><p>NB: for the users upgrading from Karaf 2.x, please see the "Update Notes (from 2.x to 3.x)" in the Karaf 3.x<br/>documentation first.</p><p>NB: Karaf 4.x supports Java8.</p><h2 id="Distributions">Distributions</h2><p>Apache Karaf 4.x is available as tar.gz and zip archives. The content is the same and works on either Unix or Windows<br/>platforms.<br/>The <tt>bin</tt> folder contains both sh and bat scripts.</p><h2 id="Commands">Commands</h2><p>Karaf 4 commands are close to the ones provided in Karaf 3.</p><p>The sub-shell modes are the same (in <tt>etc/org.apache.karaf.shell.cfg</tt> or using <tt>shell:completion</tt> command).</p><p>However, some minor changes have been introduced and new commands available:</p><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Apache Karaf 3.x                 </th><th c
 lass="confluenceTh"> Apache Karaf 3.x                         </th></tr><tr><td class="confluenceTd">                                   </td><td class="confluenceTd"> feature:requirement-list                  </td></tr><tr><td class="confluenceTd">                                   </td><td class="confluenceTd"> feature:requirement-add                   </td></tr><tr><td class="confluenceTd">                                   </td><td class="confluenceTd"> feature:requirement-remove                </td></tr><tr><td class="confluenceTd">                                   </td><td class="confluenceTd"> feature:regions                           </td></tr><tr><td class="confluenceTd">                                   </td><td class="confluenceTd"> feature:start                             </td></tr><tr><td class="confluenceTd">                                   </td><td class="confluenceTd"> feature:stop                              </td></tr><tr><td class="confluenceTd">              
                      </td><td class="confluenceTd"> jaas:group-create                         </td></tr><tr><td class="confluenceTd">                                   </td><td class="confluenceTd"> jaas:group-add                            </td></tr><tr><td class="confluenceTd">                                   </td><td class="confluenceTd"> jaas:group-delete                         </td></tr><tr><td class="confluenceTd">                                   </td><td class="confluenceTd"> jaas:group-list                           </td></tr><tr><td class="confluenceTd">                                   </td><td class="confluenceTd"> jaas:group-role-add                       </td></tr><tr><td class="confluenceTd">                                   </td><td class="confluenceTd"> jaas:group-role-delete                    </td></tr><tr><td class="confluenceTd">                                   </td><td class="confluenceTd"> jaas:su                                   </td></tr><tr><td cla
 ss="confluenceTd">                                   </td><td class="confluenceTd"> jaas:sudo                                 </td></tr><tr><td class="confluenceTd">                                   </td><td class="confluenceTd"> shell:edit                                </td></tr><tr><td class="confluenceTd">                                   </td><td class="confluenceTd"> shell:env                                 </td></tr><tr><td class="confluenceTd">                                   </td><td class="confluenceTd"> shell:less                                </td></tr><tr><td class="confluenceTd">                                   </td><td class="confluenceTd"> shell:stack-traces-print                  </td></tr><tr><td class="confluenceTd">                                   </td><td class="confluenceTd"> shell:threads                             </td></tr><tr><td class="confluenceTd">                                   </td><td class="confluenceTd"> shell:while                    
            </td></tr><tr><td class="confluenceTd">                                   </td><td class="confluenceTd">&#xa0;log:list                                  </td></tr><tr><td class="confluenceTd">                                   </td><td class="confluenceTd"> bundle:capabilities                       </td></tr><tr><td class="confluenceTd">                                   </td><td class="confluenceTd">&#xa0;bundle:diag                               </td></tr><tr><td class="confluenceTd">                                   </td><td class="confluenceTd"> bundle:id                                 </td></tr><tr><td class="confluenceTd">                                   </td><td class="confluenceTd"> bundle:load-test                          </td></tr><tr><td class="confluenceTd">                                   </td><td class="confluenceTd"> bundle:requirements                       </td></tr><tr><td class="confluenceTd">                                   </td><td class="conf
 luenceTd"> bundle:resolve                            </td></tr><tr><td class="confluenceTd">                                   </td><td class="confluenceTd"> system:name                               </td></tr></table></div><p>We encourage the users to use the <tt>--help</tt> option to check the name and type of arguments and options.</p><p>In term of development, you can still use the blueprint definition as you do in Karaf 2.x &amp; 3.x (with the corresponding annotations).</p><p>However, in Karaf 4.x, you can use DS and new annotations and avoid the usage of a blueprint XML.</p><p>The new annotations are available: @Service, @Completion, @Parsing, @Reference. It allows you to complete define the command<br/>in the command class directly.</p><p>To simplify the generation of the code and OSGi headers, Karaf 4.x provides the karaf-services-maven-plugin (in org.apache.karaf.tooling Maven groupId).</p><p>Take a look in the developer guide for the command development "new style" detail
 s.</p><h2 id="Featuresrepositories">Features repositories</h2><p>Karaf 4.x provides:</p><ul><li><tt>mvn:org.apache.karaf.features/enterprise/4.0.x/xml/features</tt></li><li><tt>mvn:org.apache.karaf.features/framework/4.0.x/xml/features</tt></li><li><tt>mvn:org.apache.karaf.features/spring/4.0.x/xml/features</tt></li><li><tt>mvn:org.apache.karaf.features/standard/4.0.x/xml/features</tt></li><li><tt>mvn:org.apache.karaf.features/static/4.0.x/xml/features</tt></li></ul><h2 id="Featuresresolver">Features resolver</h2><p>Apache Karaf 4.x brings a complete new feature resolver. The purpose is to simplify the features installation and<br/>lifecycle.<br/>The new resolver now checks the feature requirements (defined directly in the features XML), and check which bundles<br/>provides the capabilities to satisfy these requirements.<br/>It allows Karaf to automatically install bundles required by features.</p><p>For "old style" feature (features XML using namespace from Karaf 2.x or 3.x), this 
 feature is not enabled.<br/>As soon as you use a "new style" feature (with namespace 1.3.0 used by Karaf 4.x), this feature is enabled.</p><h2 id="Namespaces">Namespaces</h2><p>Apache Karaf 4.x brings updated version of the namespaces:</p><ul><li>Supported features namespaces:<ul><li><tt>karaf-features-1.0.0.xsd</tt></li><li><tt>karaf-features-1.1.0.xsd</tt></li><li><tt>karaf-features-1.2.0.xsd</tt></li><li><tt>karaf-features-1.2.1.xsd</tt></li><li><tt>karaf-features-1.3.0.xsd</tt></li></ul></li><li>Supported jaas namespaces:<ul><li><tt>karaf-jaas-1.0.0.xsd</tt></li><li><tt>karaf-jaas-1.1.0.xsd</tt></li></ul></li><li>Supported shell namespaces:<ul><li><tt>karaf-shell-1.0.0.xsd</tt></li><li><tt>karaf-shell-1.1.0.xsd</tt></li></ul></li></ul><h2 id="Mavenplugin">Maven plugin</h2><p>A cleanup of the goals provided by <tt>karaf-maven-plugin</tt> has been done.</p><p>Now the provided goals are:</p><ul><li><tt>karaf:archive</tt> to create a tar.gz or zip of a Karaf distribution</li><li><tt
 >karaf:assembly</tt> to create a custom Karaf distribution assembly</li><li><tt>karaf:kar</tt> to create a kar file<p>*&#xa0;{{karaf:verify}} to verify and validate Karaf features</p></li><li><tt>karaf:features-add-to-repository</tt> to recursively copy features XML and content into a folder (repository)</li><li><tt>karaf:features-export-meta-data</tt> to extract the metadata from a features XML</li><li><tt>karaf:features-generate-descriptor</tt> to generate a features XML</li><li><tt>karaf:commands-generate-help</tt> to generate help/documentation on the commands</li></ul><h2 id="Updateguide">Update guide</h2><p>We encourage users to start a fresh Apache Karaf 4.x container.</p><p>If you upgrade an existing container, <tt>lib</tt> and <tt>system</tt> folder have to be updated (just an override copy).</p><p>For the <tt>etc</tt> folder, a diff is required as some properties changed and new configurations are available.</p>
+<h1 id="UpdateNotesfrom3.xto4.x">Update Notes (from 3.x to 4.x)</h1><p>This section is dedicated to users of previous Apache Karaf version.</p><p>NB: for the users upgrading from Karaf 2.x, please see the "Update Notes (from 2.x to 3.x)" in the Karaf 3.x<br/>documentation first.</p><p>NB: Karaf 4.x supports Java8.</p><h2 id="Distributions">Distributions</h2><p>Apache Karaf 4.x is available as tar.gz and zip archives. The content is the same and works on either Unix or Windows<br/>platforms.<br/>The <tt>bin</tt> folder contains both sh and bat scripts.</p><h2 id="Commands">Commands</h2><p>Karaf 4 commands are close to the ones provided in Karaf 3.</p><p>The sub-shell modes are the same (in <tt>etc/org.apache.karaf.shell.cfg</tt> or using <tt>shell:completion</tt> command).</p><p>However, some minor changes have been introduced and new commands available:</p><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Apache Karaf 4.x                         </
 th></tr><tr><td class="confluenceTd"> feature:requirement-list                  </td></tr><tr><td class="confluenceTd"> feature:requirement-add                   </td></tr><tr><td class="confluenceTd"> feature:requirement-remove                </td></tr><tr><td class="confluenceTd"> feature:regions                           </td></tr><tr><td class="confluenceTd"> feature:start                             </td></tr><tr><td class="confluenceTd"> feature:stop                              </td></tr><tr><td class="confluenceTd"> jaas:group-create                         </td></tr><tr><td class="confluenceTd"> jaas:group-add                            </td></tr><tr><td class="confluenceTd"> jaas:group-delete                         </td></tr><tr><td class="confluenceTd"> jaas:group-list                           </td></tr><tr><td class="confluenceTd"> jaas:group-role-add                       </td></tr><tr><td class="confluenceTd"> jaas:group-role-delete                    </td></tr><tr><
 td class="confluenceTd"> jaas:su                                   </td></tr><tr><td class="confluenceTd"> jaas:sudo                                 </td></tr><tr><td class="confluenceTd"> shell:edit                                </td></tr><tr><td class="confluenceTd"> shell:env                                 </td></tr><tr><td class="confluenceTd"> shell:less                                </td></tr><tr><td class="confluenceTd"> shell:stack-traces-print                  </td></tr><tr><td class="confluenceTd"> shell:threads                             </td></tr><tr><td class="confluenceTd"> shell:while                               </td></tr><tr><td class="confluenceTd">&#xa0;log:list                                  </td></tr><tr><td class="confluenceTd"> bundle:capabilities                       </td></tr><tr><td class="confluenceTd">&#xa0;bundle:diag                               </td></tr><tr><td class="confluenceTd"> bundle:id                                 </td></tr><tr><td 
 class="confluenceTd"> bundle:load-test                          </td></tr><tr><td class="confluenceTd"> bundle:requirements                       </td></tr><tr><td class="confluenceTd"> bundle:resolve                            </td></tr><tr><td class="confluenceTd"> system:name                               </td></tr></table></div><p>We encourage the users to use the <tt>--help</tt> option to check the name and type of arguments and options.</p><p>In term of development, you can still use the blueprint definition as you do in Karaf 2.x &amp; 3.x (with the corresponding annotations).</p><p>However, in Karaf 4.x, you can use DS and new annotations and avoid the usage of a blueprint XML.</p><p>The new annotations are available: @Service, @Completion, @Parsing, @Reference. It allows you to complete define the command<br/>in the command class directly.</p><p>To simplify the generation of the code and OSGi headers, Karaf 4.x provides the karaf-services-maven-plugin (in org.apache.karaf.t
 ooling Maven groupId).</p><p>Take a look in the developer guide for the command development "new style" details.</p><h2 id="Featuresrepositories">Features repositories</h2><p>Karaf 4.x provides:</p><ul><li><tt>mvn:org.apache.karaf.features/enterprise/4.0.x/xml/features</tt></li><li><tt>mvn:org.apache.karaf.features/framework/4.0.x/xml/features</tt></li><li><tt>mvn:org.apache.karaf.features/spring/4.0.x/xml/features</tt></li><li><tt>mvn:org.apache.karaf.features/standard/4.0.x/xml/features</tt></li><li><tt>mvn:org.apache.karaf.features/static/4.0.x/xml/features</tt></li></ul><h2 id="Featuresresolver">Features resolver</h2><p>Apache Karaf 4.x brings a complete new feature resolver. The purpose is to simplify the features installation and<br/>lifecycle.<br/>The new resolver now checks the feature requirements (defined directly in the features XML), and check which bundles<br/>provides the capabilities to satisfy these requirements.<br/>It allows Karaf to automatically install bundles r
 equired by features.</p><p>For "old style" feature (features XML using namespace from Karaf 2.x or 3.x), this feature is not enabled.<br/>As soon as you use a "new style" feature (with namespace 1.3.0 used by Karaf 4.x), this feature is enabled.</p><h2 id="Namespaces">Namespaces</h2><p>Apache Karaf 4.x brings updated version of the namespaces:</p><ul><li>Supported features namespaces:<ul><li><tt>karaf-features-1.0.0.xsd</tt></li><li><tt>karaf-features-1.1.0.xsd</tt></li><li><tt>karaf-features-1.2.0.xsd</tt></li><li><tt>karaf-features-1.2.1.xsd</tt></li><li><tt>karaf-features-1.3.0.xsd</tt></li></ul></li><li>Supported jaas namespaces:<ul><li><tt>karaf-jaas-1.0.0.xsd</tt></li><li><tt>karaf-jaas-1.1.0.xsd</tt></li></ul></li><li>Supported shell namespaces:<ul><li><tt>karaf-shell-1.0.0.xsd</tt></li><li><tt>karaf-shell-1.1.0.xsd</tt></li></ul></li></ul><h2 id="Mavenplugin">Maven plugin</h2><p>A cleanup of the goals provided by <tt>karaf-maven-plugin</tt> has been done.</p><p>Now the provi
 ded goals are:</p><ul><li><tt>karaf:archive</tt> to create a tar.gz or zip of a Karaf distribution</li><li><tt>karaf:assembly</tt> to create a custom Karaf distribution assembly</li><li><tt>karaf:kar</tt> to create a kar file<p>*&#xa0;{{karaf:verify}} to verify and validate Karaf features</p></li><li><tt>karaf:features-add-to-repository</tt> to recursively copy features XML and content into a folder (repository)</li><li><tt>karaf:features-export-meta-data</tt> to extract the metadata from a features XML</li><li><tt>karaf:features-generate-descriptor</tt> to generate a features XML</li><li><tt>karaf:commands-generate-help</tt> to generate help/documentation on the commands</li></ul><h2 id="Updateguide">Update guide</h2><p>We encourage users to start a fresh Apache Karaf 4.x container.</p><p>If you upgrade an existing container, <tt>lib</tt> and <tt>system</tt> folder have to be updated (just an override copy).</p><p>For the <tt>etc</tt> folder, a diff is required as some properties c
 hanged and new configurations are available.</p>
                 </div>
               </td>
             </tr>

Modified: karaf/site/production/manual/latest/users-guide/cdi.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/cdi.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/cdi.html (original)
+++ karaf/site/production/manual/latest/users-guide/cdi.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/configuration.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/configuration.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/configuration.html (original)
+++ karaf/site/production/manual/latest/users-guide/configuration.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/console.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/console.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/console.html (original)
+++ karaf/site/production/manual/latest/users-guide/console.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/deployers.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/deployers.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/deployers.html (original)
+++ karaf/site/production/manual/latest/users-guide/deployers.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/directory-structure.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/directory-structure.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/directory-structure.html (original)
+++ karaf/site/production/manual/latest/users-guide/directory-structure.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/ejb.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/ejb.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/ejb.html (original)
+++ karaf/site/production/manual/latest/users-guide/ejb.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/enterprise.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/enterprise.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/enterprise.html (original)
+++ karaf/site/production/manual/latest/users-guide/enterprise.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/failover.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/failover.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/failover.html (original)
+++ karaf/site/production/manual/latest/users-guide/failover.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/features.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/features.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/features.html (original)
+++ karaf/site/production/manual/latest/users-guide/features.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/http.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/http.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/http.html (original)
+++ karaf/site/production/manual/latest/users-guide/http.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/index.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/index.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/index.html (original)
+++ karaf/site/production/manual/latest/users-guide/index.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/installation.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/installation.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/installation.html (original)
+++ karaf/site/production/manual/latest/users-guide/installation.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/instances.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/instances.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/instances.html (original)
+++ karaf/site/production/manual/latest/users-guide/instances.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/jdbc.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/jdbc.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/jdbc.html (original)
+++ karaf/site/production/manual/latest/users-guide/jdbc.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/jms.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/jms.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/jms.html (original)
+++ karaf/site/production/manual/latest/users-guide/jms.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/jndi.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/jndi.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/jndi.html (original)
+++ karaf/site/production/manual/latest/users-guide/jndi.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/jpa.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/jpa.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/jpa.html (original)
+++ karaf/site/production/manual/latest/users-guide/jpa.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/jta.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/jta.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/jta.html (original)
+++ karaf/site/production/manual/latest/users-guide/jta.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/kar.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/kar.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/kar.html (original)
+++ karaf/site/production/manual/latest/users-guide/kar.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/log.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/log.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/log.html (original)
+++ karaf/site/production/manual/latest/users-guide/log.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/monitoring.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/monitoring.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/monitoring.html (original)
+++ karaf/site/production/manual/latest/users-guide/monitoring.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/obr.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/obr.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/obr.html (original)
+++ karaf/site/production/manual/latest/users-guide/obr.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/provisioning-schema.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/provisioning-schema.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/provisioning-schema.html (original)
+++ karaf/site/production/manual/latest/users-guide/provisioning-schema.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/provisioning.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/provisioning.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/provisioning.html (original)
+++ karaf/site/production/manual/latest/users-guide/provisioning.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/remote.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/remote.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/remote.html (original)
+++ karaf/site/production/manual/latest/users-guide/remote.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/security.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/security.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/security.html (original)
+++ karaf/site/production/manual/latest/users-guide/security.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/start-stop.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/start-stop.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/start-stop.html (original)
+++ karaf/site/production/manual/latest/users-guide/start-stop.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>
@@ -152,7 +152,7 @@ bin\start.bat clean
 </pre><h3 id="Customizevariables">Customize variables</h3><p>Apache Karaf accepts environment variables:</p><ul><li><tt>JAVA_MIN_MEM</tt>: minimum memory for the JVM (default is 128M).</li><li><tt>JAVA_MAX_MEM</tt>: maximum memory for the JVM (default is 512M).</li><li><tt>JAVA_PERM_MEM</tt>: minimum perm memory for the JVM (default is JVM default value).</li><li><tt>JAVA_MAX_PERM_MEM</tt>: maximum perm memory for the JVM (default is JVM default value).</li><li><tt>KARAF_HOME</tt>: the location of your Apache Karaf installation (default is found depending where you launch the startup script).</li><li><tt>KARAF_BASE</tt>: the location of your Apache Karaf base (default is <tt>KARAF_HOME</tt>).</li><li><tt>KARAF_DATA</tt>: the location of your Apache Karaf data folder (default is <tt>KARAF_BASE/data</tt>).</li><li><tt>KARAF_ETC</tt>: the location of your Apache Karaf etc folder (default is <tt>KARAF_BASE/etc</tt>).</li><li><tt>KARAF_OPTS</tt>: extra arguments passed to the Java comman
 d line (default is null).</li><li><tt>KARAF_DEBUG</tt>: if 'true', enable the debug mode (default is null). If debug mode is enabled, Karaf starts a JDWP socket on port 5005. You can plug your IDE to define breakpoints, and run step by step.</li></ul><p>You can define these environment variables in <tt>bin/setenv</tt> Unix script (<tt>bin\setenv.bat</tt> on Windows).</p><p>For instance, to set the minimum and maximum memory size for the JVM, you can define the following values:</p><p>On Unix:</p><pre>
 # Content of bin/setenv
 export JAVA_MIN_MEM=256M
-exoprt JAVA_MAX_MEM=1024M
+export JAVA_MAX_MEM=1024M
 </pre><p>On Windows:</p><pre>
 rem Content of bin\setenv.bat
 set JAVA_MIN_MEM=256M

Modified: karaf/site/production/manual/latest/users-guide/tuning.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/tuning.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/tuning.html (original)
+++ karaf/site/production/manual/latest/users-guide/tuning.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/update.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/update.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/update.html (original)
+++ karaf/site/production/manual/latest/users-guide/update.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/urls.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/urls.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/urls.html (original)
+++ karaf/site/production/manual/latest/users-guide/urls.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/webconsole.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/webconsole.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/webconsole.html (original)
+++ karaf/site/production/manual/latest/users-guide/webconsole.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/webcontainer.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/webcontainer.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/webcontainer.html (original)
+++ karaf/site/production/manual/latest/users-guide/webcontainer.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/wrapper.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/wrapper.html?rev=1700779&r1=1700778&r2=1700779&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/wrapper.html (original)
+++ karaf/site/production/manual/latest/users-guide/wrapper.html Wed Sep  2 12:11:47 2015
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 4.0.1-SNAPSHOT Guides
+      Apache Karaf 4.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>