Added: servicemix/site/production/docs/7.x/users-guide/start-stop.html
URL: 
http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/users-guide/start-stop.html?rev=1730131&view=auto
==============================================================================
--- servicemix/site/production/docs/7.x/users-guide/start-stop.html (added)
+++ servicemix/site/production/docs/7.x/users-guide/start-stop.html Fri Feb 12 
22:27:08 2016
@@ -0,0 +1,159 @@
+
+<!DOCTYPE html>
+<html>
+<head>
+  <title>Apache ServiceMix Documentation - </title>
+
+  <link href="../theme/master.css" rel="stylesheet" type="text/css" />
+  <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" />
+  
+  <script type="text/javascript" src="../scripts/jquery.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.cookie.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.jstree.js"></script>
+
+  <script>
+    $(document).ready(function(){
+         $("#nav").jstree({
+               "themes": {
+                 "theme": "apple", "dots": false
+               },
+               "plugins" : [ "themes", "html_data", "cookies", "themes" ]
+         });
+    });
+  </script>
+  <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-398545-1']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; 
ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+    })();
+  </script>
+</head>
+<body>
+  <div id="page">
+    <div id="siteHeader">
+      <table width="100%">
+      <tr valign="middle">
+        <td align="left">
+            <a href="http://servicemix.apache.org/"; title="An open source ESB">
+            <img border="0" src="../images/logodesign.png" height="80"/><img 
border="0" height="80" src="../images/new-logo.png" />
+            </a>
+          </td>
+          <td align="right">
+            <a href="http://www.apache.org/"; title="The Apache Sofware 
Foundation">
+              <img border="0" height="60" src="../images/ASF-logo.png">
+            </a>
+            <ul class="siteNav">
+              <li><a href="../index.html" title="Overview">Guides 
Overview</a></li>
+              <li><a href="../contribute.html" 
title="Contributing?">Contributing?</a></li>
+              <li>
+                <form action="http://www.google.com/search"; method="get" 
style="font-size: 10px;">
+                  <input name="ie" type="hidden" value="UTF-8"></input>
+                  <input name="oe" type="hidden" value="UTF-8"></input>
+                  <input maxlength="255" name="q" size="15" type="text" 
value=""></input>
+                  <input name="btnG" type="submit" value="Search"></input>
+                  <input name="domains" type="hidden" 
value="servicemix.apache.org/docs/4.4.x"></input>
+                  <input name="sitesearch" type="hidden" 
value="servicemix.apache.org/docs/4.4.x"></input>
+                </form>
+              </li>
+            </ul>
+          </td>
+        </tr>
+      </table>
+    </div>
+    <div id="content">
+              <div id="nav">
+            <ul>
+  <li id="karaf-users-guide">
+    <a href="#">User's Guide</a>
+    <ul>
+      <li id="karaf-installation">
+        <a href="installation.html">Installation</a>
+      </li>
+      <li id="karaf-directory-structure">
+        <a href="directory-structure.html">Directory structure</a>
+      </li>
+      <li id="karaf-starting-and-stopping">
+        <a href="start-stop.html">Starting and stopping Karaf</a>
+      </li>
+      <li id="using-console">
+        <a href="using-console.html">Using the console</a>
+      </li>
+      <li id="web-console">
+        <a href="web-console.html">Web console</a>
+      </li>
+      <li id="remote-console">
+        <a href="remote-console.html">Remote console</a>
+      </li>
+      <li id="child-instances">
+        <a href="child-instances.html">Child instances</a>
+      </li>
+      <li id="security">
+        <a href="security.html">Security</a>
+      </li>
+      <li id="failover">
+        <a href="failover.html">Failover deployments</a>
+      </li>
+      <li id="logging-system">
+        <a href="logging-system.html">Logging system</a>
+      </li>
+      <li id="deployer">
+        <a href="deployer.html">Deployer</a>
+      </li>
+      <li id="configuration">
+        <a href="configuration.html">Configuration</a>
+      </li>
+    </ul>
+  </li>
+</ul>
+
+        </div>
+        <div id="body">
+                              <h1 id="StartingandStoppingKaraf">Starting and 
Stopping Karaf</h1><p>This chapter describes how to start and stop Apache Karaf 
and the various options that are available.</p><h2 id="StartingKaraf">Starting 
Karaf</h2><h3 id="OnWindows">On Windows</h3><p>From a console window, change to 
the installation directory and run <tt>Karaf</tt>. For the binary distribution, 
go to</p><pre>
+cd [karaf_install_dir]
+</pre><p>where <tt>karaf_install_dir</tt> is the directory in which Karaf was 
installed, e.g., <tt>c:\Program Files\apache-karaf-x.y</tt>.</p><p>Then 
type:</p><pre>
+bin\karaf.bat
+</pre><h3 id="OnUnix">On Unix</h3><p>From a command shell, change to the 
installation directory and run <tt>Karaf</tt>. For the binary distribution, go 
to</p><pre>
+cd [karaf_install_dir]
+</pre><p>where <tt>karaf_install_dir</tt> is the directory in which Karaf was 
installed, e.g., <tt>/usr/local/apache-karaf-x.y</tt>.</p><p>Then type:</p><pre>
+bin/karaf
+</pre><div class="warning" style="border: 1px solid #c00;background-color: 
#fcc;margin: 20px;padding: 0px 6px 0px 6px;"><p><b>Warning</b></p><p>Do NOT 
close the console or shell in which Karaf was started, as that will terminate 
Karaf (unless Karaf was started with nohup).</p></div><h2 
id="StartingKarafwithoutconsole">Starting Karaf without console</h2><p>Karaf 
can be started without the console if you don't intend to use it (one can 
always connect using the remote ssh access) using the following 
command:</p><pre>
+bin\karaf.bat server
+</pre><p>or, on Unix:</p><pre>
+bin\karaf server
+</pre><h2 id="StartingKarafinthebackground">Starting Karaf in the 
background</h2><p>Karaf can be easily started as a background process using the 
following command:</p><pre>
+bin\start.bat
+</pre><p>or, on Unix:</p><pre>
+bin\start
+</pre><h2 id="StartingKaraffromclean">Starting Karaf from clean</h2><p>Karaf 
can be reset to a clean state by simply deleting the 
<tt>[karaf_install_dir]/data</tt> folder.<br/>For convenience, a parameter on 
the <tt>karaf</tt> and <tt>start</tt> scripts is available:</p><pre>
+bin/start clean
+</pre><h2 id="StoppingKaraf">Stopping Karaf</h2><p>For both Windows and Unix 
installations, you can perform a clean shutdown of Karaf by using the following 
command when inside a Karaf console:</p><pre>
+osgi:shutdown
+</pre><p>or simply:</p><pre>
+shutdown
+</pre><p>The shutdown command asks you to confirm that you really want to 
shutdown. If you are sure about the shutdown and avoid the confirmation 
message, you can use the -f or --force option:</p><pre>
+osgi:shutdown -f
+</pre><p>It's also possible to delay the shutdown using the time argument. The 
time argument can have different formats. First, it can be an absolute time in 
the format hh:mm, in which hh is the hour (1 or 2 digits) and mm is the minute 
of the hour (in two digits). Second, it can be in the format +m, in which m is 
the number of minutes to wait. The work now is an alias for +0.</p><p>The 
following command will shutdown Karaf at 10:35am:</p><pre>
+osgi:shutdown 10:35
+</pre><p>The following command will shutdown Karaf in 10 minutes:</p><pre>
+osgi:shutdown +10
+</pre><p>If you're running from the main console, exiting the shell using 
<tt>logout</tt> or <tt>Ctrl+D</tt> will also terminate the Karaf 
instance.</p><p>From a command shell, you can run the following 
command:</p><pre>
+bin\stop.bat
+</pre><p>or, on Unix:</p><pre>
+bin/stop
+</pre>
+        </div>
+      
+          </div>
+    <div id="siteFooter">
+      &copy; 2008-2014 The Apache Software Foundation - <a 
href="http://servicemix.apache.org/site/privacy-policy.html";>Privacy Policy</a>
+      <br/>
+      Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the 
Apache ServiceMix project logo are trademarks of The Apache Software Foundation.
+    </div>
+  </div>
+</body>
+</html>
\ No newline at end of file

Added: servicemix/site/production/docs/7.x/users-guide/toc.html
URL: 
http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/users-guide/toc.html?rev=1730131&view=auto
==============================================================================
--- servicemix/site/production/docs/7.x/users-guide/toc.html (added)
+++ servicemix/site/production/docs/7.x/users-guide/toc.html Fri Feb 12 
22:27:08 2016
@@ -0,0 +1,170 @@
+
+<!DOCTYPE html>
+<html>
+<head>
+  <title>Apache ServiceMix Documentation - </title>
+
+  <link href="../theme/master.css" rel="stylesheet" type="text/css" />
+  <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" />
+  
+  <script type="text/javascript" src="../scripts/jquery.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.cookie.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.jstree.js"></script>
+
+  <script>
+    $(document).ready(function(){
+         $("#nav").jstree({
+               "themes": {
+                 "theme": "apple", "dots": false
+               },
+               "plugins" : [ "themes", "html_data", "cookies", "themes" ]
+         });
+    });
+  </script>
+  <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-398545-1']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; 
ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+    })();
+  </script>
+</head>
+<body>
+  <div id="page">
+    <div id="siteHeader">
+      <table width="100%">
+      <tr valign="middle">
+        <td align="left">
+            <a href="http://servicemix.apache.org/"; title="An open source ESB">
+            <img border="0" src="../images/logodesign.png" height="80"/><img 
border="0" height="80" src="../images/new-logo.png" />
+            </a>
+          </td>
+          <td align="right">
+            <a href="http://www.apache.org/"; title="The Apache Sofware 
Foundation">
+              <img border="0" height="60" src="../images/ASF-logo.png">
+            </a>
+            <ul class="siteNav">
+              <li><a href="../index.html" title="Overview">Guides 
Overview</a></li>
+              <li><a href="../contribute.html" 
title="Contributing?">Contributing?</a></li>
+              <li>
+                <form action="http://www.google.com/search"; method="get" 
style="font-size: 10px;">
+                  <input name="ie" type="hidden" value="UTF-8"></input>
+                  <input name="oe" type="hidden" value="UTF-8"></input>
+                  <input maxlength="255" name="q" size="15" type="text" 
value=""></input>
+                  <input name="btnG" type="submit" value="Search"></input>
+                  <input name="domains" type="hidden" 
value="servicemix.apache.org/docs/4.4.x"></input>
+                  <input name="sitesearch" type="hidden" 
value="servicemix.apache.org/docs/4.4.x"></input>
+                </form>
+              </li>
+            </ul>
+          </td>
+        </tr>
+      </table>
+    </div>
+    <div id="content">
+              <div id="nav">
+            <ul>
+  <li id="karaf-users-guide">
+    <a href="#">User's Guide</a>
+    <ul>
+      <li id="karaf-installation">
+        <a href="installation.html">Installation</a>
+      </li>
+      <li id="karaf-directory-structure">
+        <a href="directory-structure.html">Directory structure</a>
+      </li>
+      <li id="karaf-starting-and-stopping">
+        <a href="start-stop.html">Starting and stopping Karaf</a>
+      </li>
+      <li id="using-console">
+        <a href="using-console.html">Using the console</a>
+      </li>
+      <li id="web-console">
+        <a href="web-console.html">Web console</a>
+      </li>
+      <li id="remote-console">
+        <a href="remote-console.html">Remote console</a>
+      </li>
+      <li id="child-instances">
+        <a href="child-instances.html">Child instances</a>
+      </li>
+      <li id="security">
+        <a href="security.html">Security</a>
+      </li>
+      <li id="failover">
+        <a href="failover.html">Failover deployments</a>
+      </li>
+      <li id="logging-system">
+        <a href="logging-system.html">Logging system</a>
+      </li>
+      <li id="deployer">
+        <a href="deployer.html">Deployer</a>
+      </li>
+      <li id="configuration">
+        <a href="configuration.html">Configuration</a>
+      </li>
+    </ul>
+  </li>
+</ul>
+
+        </div>
+        <div id="body">
+                              <ul>
+  <li id="karaf-users-guide">
+    <a href="#">User's Guide</a>
+    <ul>
+      <li id="karaf-installation">
+        <a href="installation.html">Installation</a>
+      </li>
+      <li id="karaf-directory-structure">
+        <a href="directory-structure.html">Directory structure</a>
+      </li>
+      <li id="karaf-starting-and-stopping">
+        <a href="start-stop.html">Starting and stopping Karaf</a>
+      </li>
+      <li id="using-console">
+        <a href="using-console.html">Using the console</a>
+      </li>
+      <li id="web-console">
+        <a href="web-console.html">Web console</a>
+      </li>
+      <li id="remote-console">
+        <a href="remote-console.html">Remote console</a>
+      </li>
+      <li id="child-instances">
+        <a href="child-instances.html">Child instances</a>
+      </li>
+      <li id="security">
+        <a href="security.html">Security</a>
+      </li>
+      <li id="failover">
+        <a href="failover.html">Failover deployments</a>
+      </li>
+      <li id="logging-system">
+        <a href="logging-system.html">Logging system</a>
+      </li>
+      <li id="deployer">
+        <a href="deployer.html">Deployer</a>
+      </li>
+      <li id="configuration">
+        <a href="configuration.html">Configuration</a>
+      </li>
+    </ul>
+  </li>
+</ul>
+
+        </div>
+      
+          </div>
+    <div id="siteFooter">
+      &copy; 2008-2014 The Apache Software Foundation - <a 
href="http://servicemix.apache.org/site/privacy-policy.html";>Privacy Policy</a>
+      <br/>
+      Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the 
Apache ServiceMix project logo are trademarks of The Apache Software Foundation.
+    </div>
+  </div>
+</body>
+</html>
\ No newline at end of file

Added: servicemix/site/production/docs/7.x/users-guide/using-console.html
URL: 
http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/users-guide/using-console.html?rev=1730131&view=auto
==============================================================================
--- servicemix/site/production/docs/7.x/users-guide/using-console.html (added)
+++ servicemix/site/production/docs/7.x/users-guide/using-console.html Fri Feb 
12 22:27:08 2016
@@ -0,0 +1,201 @@
+
+<!DOCTYPE html>
+<html>
+<head>
+  <title>Apache ServiceMix Documentation - </title>
+
+  <link href="../theme/master.css" rel="stylesheet" type="text/css" />
+  <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" />
+  
+  <script type="text/javascript" src="../scripts/jquery.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.cookie.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.jstree.js"></script>
+
+  <script>
+    $(document).ready(function(){
+         $("#nav").jstree({
+               "themes": {
+                 "theme": "apple", "dots": false
+               },
+               "plugins" : [ "themes", "html_data", "cookies", "themes" ]
+         });
+    });
+  </script>
+  <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-398545-1']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; 
ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+    })();
+  </script>
+</head>
+<body>
+  <div id="page">
+    <div id="siteHeader">
+      <table width="100%">
+      <tr valign="middle">
+        <td align="left">
+            <a href="http://servicemix.apache.org/"; title="An open source ESB">
+            <img border="0" src="../images/logodesign.png" height="80"/><img 
border="0" height="80" src="../images/new-logo.png" />
+            </a>
+          </td>
+          <td align="right">
+            <a href="http://www.apache.org/"; title="The Apache Sofware 
Foundation">
+              <img border="0" height="60" src="../images/ASF-logo.png">
+            </a>
+            <ul class="siteNav">
+              <li><a href="../index.html" title="Overview">Guides 
Overview</a></li>
+              <li><a href="../contribute.html" 
title="Contributing?">Contributing?</a></li>
+              <li>
+                <form action="http://www.google.com/search"; method="get" 
style="font-size: 10px;">
+                  <input name="ie" type="hidden" value="UTF-8"></input>
+                  <input name="oe" type="hidden" value="UTF-8"></input>
+                  <input maxlength="255" name="q" size="15" type="text" 
value=""></input>
+                  <input name="btnG" type="submit" value="Search"></input>
+                  <input name="domains" type="hidden" 
value="servicemix.apache.org/docs/4.4.x"></input>
+                  <input name="sitesearch" type="hidden" 
value="servicemix.apache.org/docs/4.4.x"></input>
+                </form>
+              </li>
+            </ul>
+          </td>
+        </tr>
+      </table>
+    </div>
+    <div id="content">
+              <div id="nav">
+            <ul>
+  <li id="karaf-users-guide">
+    <a href="#">User's Guide</a>
+    <ul>
+      <li id="karaf-installation">
+        <a href="installation.html">Installation</a>
+      </li>
+      <li id="karaf-directory-structure">
+        <a href="directory-structure.html">Directory structure</a>
+      </li>
+      <li id="karaf-starting-and-stopping">
+        <a href="start-stop.html">Starting and stopping Karaf</a>
+      </li>
+      <li id="using-console">
+        <a href="using-console.html">Using the console</a>
+      </li>
+      <li id="web-console">
+        <a href="web-console.html">Web console</a>
+      </li>
+      <li id="remote-console">
+        <a href="remote-console.html">Remote console</a>
+      </li>
+      <li id="child-instances">
+        <a href="child-instances.html">Child instances</a>
+      </li>
+      <li id="security">
+        <a href="security.html">Security</a>
+      </li>
+      <li id="failover">
+        <a href="failover.html">Failover deployments</a>
+      </li>
+      <li id="logging-system">
+        <a href="logging-system.html">Logging system</a>
+      </li>
+      <li id="deployer">
+        <a href="deployer.html">Deployer</a>
+      </li>
+      <li id="configuration">
+        <a href="configuration.html">Configuration</a>
+      </li>
+    </ul>
+  </li>
+</ul>
+
+        </div>
+        <div id="body">
+                              <h1 id="Usingtheconsole">Using the 
console</h1><h2 id="Viewingavailablecommands">Viewing available 
commands</h2><p>To see a list of the available commands in the console press 
the <tt>&lt;tab></tt> key at the prompt.</p><pre>
+root@root> Display all 182 possibilities? (y or n)
+*:help                           addurl                           
admin:change-opts
+admin:change-rmi-registry-port   admin:change-ssh-port            admin:connect
+admin:create                     admin:destroy                    admin:list
+admin:rename                     admin:start                      admin:stop
+bundle-level                     cancel                           cat
+change-opts                      change-rmi-registry-port         
change-ssh-port
+clear                            commandlist                      config:cancel
+config:edit                      config:list                      
config:propappend
+config:propdel                   config:proplist                  
config:propset
+config:update                    connect                          create
+create-dump                      destroy                          
dev:create-dump
+dev:dynamic-import               dev:framework                    
dev:print-stack-traces
+dev:restart                      dev:show-tree                    dev:watch
+display                          display-exception                
dynamic-import
+each                             echo                             edit
+exec                             exports                          
features:addurl
+features:info                    features:install                 features:list
+features:listrepositories        features:listurl                 
features:listversions
+features:refreshurl              features:removerepository        
features:removeurl
+features:uninstall               framework                        get
+grep                             head                             headers
+help                             history                          if
+imports                          info                             install
+jaas:cancel                      jaas:commandlist                 jaas:list
+jaas:manage                      jaas:roleadd                     jaas:roledel
+jaas:update                      jaas:useradd                     jaas:userdel
+jaas:userlist                    java                             list
+listrepositories                 listurl                          listversions
+log:clear                        log:display                      
log:display-exception
+log:get                          log:set                          log:tail
+logout                           ls                               manage
+more                             new                              
osgi:bundle-level
+osgi:headers                     osgi:info                        osgi:install
+osgi:list                        osgi:ls                          osgi:refresh
+osgi:resolve                     osgi:restart                     osgi:shutdown
+osgi:start                       osgi:start-level                 osgi:stop
+osgi:uninstall                   osgi:update                      
packages:exports
+packages:imports                 print-stack-traces               printf
+propappend                       propdel                          proplist
+propset                          refresh                          refreshurl
+removerepository                 removeurl                        rename
+resolve                          restart                          roleadd
+roledel                          set                              shell:cat
+shell:clear                      shell:each                       shell:echo
+shell:exec                       shell:grep                       shell:head
+shell:history                    shell:if                         shell:info
+shell:java                       shell:logout                     shell:more
+shell:new                        shell:printf                     shell:sleep
+shell:sort                       shell:tac                        shell:tail
+show-tree                        shutdown                         sleep
+sort                             ssh                              ssh:ssh
+ssh:sshd                         sshd                             start
+start-level                      stop                             tac
+tail                             uninstall                        update
+useradd                          userdel                          userlist
+watch
+root@root>
+</pre><p>The <tt>&lt;tab></tt> key toggles autocompletion anywhere on the 
line, so if you want to see the commands in the <tt>osgi</tt> group, type the 
first letters and hit <tt>&lt;tab></tt>.  Depending on the commands, 
autocompletion may be available for options and arguments too.</p><h2 
id="Gettinghelpforacommand">Getting help for a command</h2><p>To view help on a 
particular command, type the command followed by <tt>--help</tt> or use the 
<tt>help</tt> command followed by the name of the command:</p><pre>
+karaf@root> features:list --help
+DESCRIPTION
+        features:list
+
+        Lists all existing features available from the defined repositories.
+
+SYNTAX
+        features:list [options]
+
+OPTIONS
+        --help
+                       Display this help message
+        -i, --installed
+                       Display a list of all installed features only
+</pre><h2 id="More...">More...</h2><p>The list of all available commands and 
their usage is also available in a <a 
href="../commands/commands.html">dedicated section</a>.</p><p>You'll find a 
more in-depth guide to the shell syntax in the <a 
href="../developers-guide/shell-syntax.html">developers guide</a>.</p><p>The 
console can also be easily extended by creating new commands as explained in 
the <a href="../developers-guide/extending-console.html">developers 
guide</a>.</p>
+        </div>
+      
+          </div>
+    <div id="siteFooter">
+      &copy; 2008-2014 The Apache Software Foundation - <a 
href="http://servicemix.apache.org/site/privacy-policy.html";>Privacy Policy</a>
+      <br/>
+      Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the 
Apache ServiceMix project logo are trademarks of The Apache Software Foundation.
+    </div>
+  </div>
+</body>
+</html>
\ No newline at end of file

Added: servicemix/site/production/docs/7.x/users-guide/web-applications.html
URL: 
http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/users-guide/web-applications.html?rev=1730131&view=auto
==============================================================================
--- servicemix/site/production/docs/7.x/users-guide/web-applications.html 
(added)
+++ servicemix/site/production/docs/7.x/users-guide/web-applications.html Fri 
Feb 12 22:27:08 2016
@@ -0,0 +1,190 @@
+
+<!DOCTYPE html>
+<html>
+<head>
+  <title>Apache ServiceMix Documentation - </title>
+
+  <link href="../theme/master.css" rel="stylesheet" type="text/css" />
+  <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" />
+  
+  <script type="text/javascript" src="../scripts/jquery.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.cookie.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.jstree.js"></script>
+
+  <script>
+    $(document).ready(function(){
+         $("#nav").jstree({
+               "themes": {
+                 "theme": "apple", "dots": false
+               },
+               "plugins" : [ "themes", "html_data", "cookies", "themes" ]
+         });
+    });
+  </script>
+  <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-398545-1']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; 
ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+    })();
+  </script>
+</head>
+<body>
+  <div id="page">
+    <div id="siteHeader">
+      <table width="100%">
+      <tr valign="middle">
+        <td align="left">
+            <a href="http://servicemix.apache.org/"; title="An open source ESB">
+            <img border="0" src="../images/logodesign.png" height="80"/><img 
border="0" height="80" src="../images/new-logo.png" />
+            </a>
+          </td>
+          <td align="right">
+            <a href="http://www.apache.org/"; title="The Apache Sofware 
Foundation">
+              <img border="0" height="60" src="../images/ASF-logo.png">
+            </a>
+            <ul class="siteNav">
+              <li><a href="../index.html" title="Overview">Guides 
Overview</a></li>
+              <li><a href="../contribute.html" 
title="Contributing?">Contributing?</a></li>
+              <li>
+                <form action="http://www.google.com/search"; method="get" 
style="font-size: 10px;">
+                  <input name="ie" type="hidden" value="UTF-8"></input>
+                  <input name="oe" type="hidden" value="UTF-8"></input>
+                  <input maxlength="255" name="q" size="15" type="text" 
value=""></input>
+                  <input name="btnG" type="submit" value="Search"></input>
+                  <input name="domains" type="hidden" 
value="servicemix.apache.org/docs/4.4.x"></input>
+                  <input name="sitesearch" type="hidden" 
value="servicemix.apache.org/docs/4.4.x"></input>
+                </form>
+              </li>
+            </ul>
+          </td>
+        </tr>
+      </table>
+    </div>
+    <div id="content">
+              <div id="nav">
+            <ul>
+  <li id="karaf-users-guide">
+    <a href="#">User's Guide</a>
+    <ul>
+      <li id="karaf-installation">
+        <a href="installation.html">Installation</a>
+      </li>
+      <li id="karaf-directory-structure">
+        <a href="directory-structure.html">Directory structure</a>
+      </li>
+      <li id="karaf-starting-and-stopping">
+        <a href="start-stop.html">Starting and stopping Karaf</a>
+      </li>
+      <li id="using-console">
+        <a href="using-console.html">Using the console</a>
+      </li>
+      <li id="web-console">
+        <a href="web-console.html">Web console</a>
+      </li>
+      <li id="remote-console">
+        <a href="remote-console.html">Remote console</a>
+      </li>
+      <li id="child-instances">
+        <a href="child-instances.html">Child instances</a>
+      </li>
+      <li id="security">
+        <a href="security.html">Security</a>
+      </li>
+      <li id="failover">
+        <a href="failover.html">Failover deployments</a>
+      </li>
+      <li id="logging-system">
+        <a href="logging-system.html">Logging system</a>
+      </li>
+      <li id="deployer">
+        <a href="deployer.html">Deployer</a>
+      </li>
+      <li id="configuration">
+        <a href="configuration.html">Configuration</a>
+      </li>
+    </ul>
+  </li>
+</ul>
+
+        </div>
+        <div id="body">
+                              <h1 id="Webapplications">Web 
applications</h1><h2 id="Installingwarsupport">Installing war 
support</h2><p>The following steps will install the "war" feature (support for 
deploying WAR files with Servlet and JSPs into a Jetty server) into your Karaf 
instance.</p><ol><li><p>List the available features -</p><pre>karaf@root> 
features:list 
+ State        Name
+. . .
+[uninstalled] [2.2.0] obr        karaf-2.2.0
+[uninstalled] [2.2.0] config     karaf-2.2.0
+[uninstalled] [2.2.0] http       karaf-2.2.0
+[uninstalled] [2.2.0] war        karaf-2.2.0
+[uninstalled] [2.2.0] webconsole karaf-2.2.0
+[installed  ] [2.2.0] ssh        karaf-2.2.0
+. . .
+</pre></li><li><p>Install the war feature (and the sub-features it requires) 
-</p><pre>karaf@root> features:install war 
+</pre><p>Note: you can use the -v or --verbose to see exactly what Karaf 
does</p><pre>karaf@root> features:install -v war
+Installing feature war 2.1.99-SNAPSHOT
+Installing feature http 2.1.99-SNAPSHOT
+Installing feature jetty 7.1.6.v20100715
+Installing bundle mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/1.1.2
+Found installed bundle: org.apache.servicemix.bundles.asm [10]
+Installing bundle mvn:org.eclipse.jetty/jetty-util/7.1.6.v20100715
+Installing bundle mvn:org.eclipse.jetty/jetty-io/7.1.6.v20100715
+Installing bundle mvn:org.eclipse.jetty/jetty-http/7.1.6.v20100715
+Installing bundle mvn:org.eclipse.jetty/jetty-continuation/7.1.6.v20100715
+Installing bundle mvn:org.eclipse.jetty/jetty-server/7.1.6.v20100715
+Installing bundle mvn:org.eclipse.jetty/jetty-security/7.1.6.v20100715
+Installing bundle mvn:org.eclipse.jetty/jetty-servlet/7.1.6.v20100715
+Installing bundle mvn:org.eclipse.jetty/jetty-xml/7.1.6.v20100715
+Checking configuration file 
mvn:org.apache.karaf/apache-karaf/2.1.99-SNAPSHOT/xml/jettyconfig
+Installing bundle mvn:org.ops4j.pax.web/pax-web-api/0.8.2-SNAPSHOT
+Installing bundle mvn:org.ops4j.pax.web/pax-web-spi/0.8.2-SNAPSHOT
+Installing bundle mvn:org.ops4j.pax.web/pax-web-runtime/0.8.2-SNAPSHOT
+Installing bundle mvn:org.ops4j.pax.web/pax-web-jetty/0.8.2-SNAPSHOT
+Installing bundle mvn:org.ops4j.pax.web/pax-web-jsp/0.8.2-SNAPSHOT
+Installing bundle mvn:org.ops4j.pax.web/pax-web-extender-war/0.8.2-SNAPSHOT
+Installing bundle 
mvn:org.ops4j.pax.web/pax-web-extender-whiteboard/0.8.2-SNAPSHOT
+Installing bundle mvn:org.ops4j.pax.web/pax-web-deployer/0.8.2-SNAPSHOT
+Installing bundle mvn:org.ops4j.pax.url/pax-url-war/1.2.4
+</pre></li><li><p>Verify the features were installed</p><pre>servicemix> 
features/list
+ State        Name
+. . .
+[installed ] [2.2.0] http karaf-2.2.0
+[installed ] [2.2.0] war  karaf-2.2.0
+. . .
+</pre></li><li><p>Verify the installed bundles were 
started</p><pre>karaf@root> osgi:list 
+START LEVEL 100
+   ID   State         Level  Name
+. . .
+[ 32] [Active ] [ ] [ 60] geronimo-servlet_2.5_spec (1.1.2) 
+[ 33] [Active ] [ ] [ 60] Apache ServiceMix :: Bundles :: jetty (6.1.22.2) 
+[ 34] [Active ] [ ] [ 60] OPS4J Pax Web - API (1.0.0)
+[ 35] [Active ] [ ] [ 60] OPS4J Pax Web - Service SPI (1.0.0)
+[ 36] [Active ] [ ] [ 60] OPS4J Pax Web - Runtime (1.0.0)
+[ 37] [Active ] [ ] [ 60] OPS4J Pax Web - Jetty (1.0.0)
+[ 38] [Active ] [ ] [ 60] OPS4J Pax Web - Jsp Support (1.0.0)
+[ 39] [Active ] [ ] [ 60] OPS4J Pax Web - Extender - WAR (1.0.0)
+[ 40] [Active ] [ ] [ 60] OPS4J Pax Web - Extender - Whiteboard (1.0.0)
+[ 42] [Active ] [ ] [ 60] OPS4J Pax Web - FileInstall Deployer (1.0.0)
+[ 41] [Active ] [ ] [ 60] OPS4J Pax Url - war:, war-i: (1.2.4)
+. . .
+</pre></li><li><p>The Jetty server should now be listening on 
http://localhost:8181/, but with no published applications 
available.</p><pre>HTTP ERROR: 404
+NOT_FOUND
+RequestURI=/
+Powered by jetty://
+</pre></li></ol><h2 id="DeployingaWARtotheinstalledwebfeature">Deploying a WAR 
to the installed web feature</h2><p>The following steps will describe how to 
install a simple WAR file (with JSPs or Servlets) to the just installed web 
feature.</p><ol><li><p>To deploy a WAR (JSP or Servlet) to Jetty, update its 
MANIFEST.MF to include the required OSGi headers as described here - 
<br/><br/><a 
href="http://team.ops4j.org/wiki/display/ops4j/Pax+Web+Extender+-+War+-+OSGi-fy";>http://team.ops4j.org/wiki/display/ops4j/Pax+Web+Extender+-+War+-+OSGi-fy</a></p></li><li><p>Copy
 the updated WAR (archive or extracted files) to the <em>deploy</em> 
directory.</p></li></ol><p>If you want to deploy a sample web application into 
Karaf, you could use the following command:</p><pre>
+karaf@root> osgi:install -s 
webbundle:http://tomcat.apache.org/tomcat-5.5-doc/appdev/sample/sample.war?Bundle-SymbolicName=tomcat-sample&amp;Webapp-Context=/sample
+</pre><p>Then open your web browser and point to 
<tt>http://localhost:8181/sample/index.html</tt>.</p>
+        </div>
+      
+          </div>
+    <div id="siteFooter">
+      &copy; 2008-2014 The Apache Software Foundation - <a 
href="http://servicemix.apache.org/site/privacy-policy.html";>Privacy Policy</a>
+      <br/>
+      Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the 
Apache ServiceMix project logo are trademarks of The Apache Software Foundation.
+    </div>
+  </div>
+</body>
+</html>
\ No newline at end of file

Added: servicemix/site/production/docs/7.x/users-guide/web-console.html
URL: 
http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/users-guide/web-console.html?rev=1730131&view=auto
==============================================================================
--- servicemix/site/production/docs/7.x/users-guide/web-console.html (added)
+++ servicemix/site/production/docs/7.x/users-guide/web-console.html Fri Feb 12 
22:27:08 2016
@@ -0,0 +1,133 @@
+
+<!DOCTYPE html>
+<html>
+<head>
+  <title>Apache ServiceMix Documentation - </title>
+
+  <link href="../theme/master.css" rel="stylesheet" type="text/css" />
+  <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" />
+  
+  <script type="text/javascript" src="../scripts/jquery.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.cookie.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.jstree.js"></script>
+
+  <script>
+    $(document).ready(function(){
+         $("#nav").jstree({
+               "themes": {
+                 "theme": "apple", "dots": false
+               },
+               "plugins" : [ "themes", "html_data", "cookies", "themes" ]
+         });
+    });
+  </script>
+  <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-398545-1']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; 
ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+    })();
+  </script>
+</head>
+<body>
+  <div id="page">
+    <div id="siteHeader">
+      <table width="100%">
+      <tr valign="middle">
+        <td align="left">
+            <a href="http://servicemix.apache.org/"; title="An open source ESB">
+            <img border="0" src="../images/logodesign.png" height="80"/><img 
border="0" height="80" src="../images/new-logo.png" />
+            </a>
+          </td>
+          <td align="right">
+            <a href="http://www.apache.org/"; title="The Apache Sofware 
Foundation">
+              <img border="0" height="60" src="../images/ASF-logo.png">
+            </a>
+            <ul class="siteNav">
+              <li><a href="../index.html" title="Overview">Guides 
Overview</a></li>
+              <li><a href="../contribute.html" 
title="Contributing?">Contributing?</a></li>
+              <li>
+                <form action="http://www.google.com/search"; method="get" 
style="font-size: 10px;">
+                  <input name="ie" type="hidden" value="UTF-8"></input>
+                  <input name="oe" type="hidden" value="UTF-8"></input>
+                  <input maxlength="255" name="q" size="15" type="text" 
value=""></input>
+                  <input name="btnG" type="submit" value="Search"></input>
+                  <input name="domains" type="hidden" 
value="servicemix.apache.org/docs/4.4.x"></input>
+                  <input name="sitesearch" type="hidden" 
value="servicemix.apache.org/docs/4.4.x"></input>
+                </form>
+              </li>
+            </ul>
+          </td>
+        </tr>
+      </table>
+    </div>
+    <div id="content">
+              <div id="nav">
+            <ul>
+  <li id="karaf-users-guide">
+    <a href="#">User's Guide</a>
+    <ul>
+      <li id="karaf-installation">
+        <a href="installation.html">Installation</a>
+      </li>
+      <li id="karaf-directory-structure">
+        <a href="directory-structure.html">Directory structure</a>
+      </li>
+      <li id="karaf-starting-and-stopping">
+        <a href="start-stop.html">Starting and stopping Karaf</a>
+      </li>
+      <li id="using-console">
+        <a href="using-console.html">Using the console</a>
+      </li>
+      <li id="web-console">
+        <a href="web-console.html">Web console</a>
+      </li>
+      <li id="remote-console">
+        <a href="remote-console.html">Remote console</a>
+      </li>
+      <li id="child-instances">
+        <a href="child-instances.html">Child instances</a>
+      </li>
+      <li id="security">
+        <a href="security.html">Security</a>
+      </li>
+      <li id="failover">
+        <a href="failover.html">Failover deployments</a>
+      </li>
+      <li id="logging-system">
+        <a href="logging-system.html">Logging system</a>
+      </li>
+      <li id="deployer">
+        <a href="deployer.html">Deployer</a>
+      </li>
+      <li id="configuration">
+        <a href="configuration.html">Configuration</a>
+      </li>
+    </ul>
+  </li>
+</ul>
+
+        </div>
+        <div id="body">
+                              <h1 id="Webconsole">Web console</h1><p>The Karaf 
web console provides a graphical overview of the runtime.<br/>You can use it 
to:</p><ul><li><p>install and uninstall features</p></li><li><p>start, stop, 
install bundles</p></li><li><p>create child instances</p></li><li><p>configure 
Karaf</p></li><li><p>view logging informations</p></li></ul><h2 
id="Installingthewebconsole">Installing the web console</h2><p>The web console 
is not installed by default.  To install it, run the following command from the 
Karaf prompt:</p><pre>
+root@karaf> features:install webconsole
+</pre><h2 id="Accessingthewebconsole">Accessing the web console</h2><p>To 
access the console for an instance of Karaf running locally, enter the 
following address in your web browser:</p><pre>
+http://localhost:8181/system/console
+</pre><p>Log in with the username <tt>karaf</tt> and the password 
<tt>karaf</tt>.  If you have changed the default user or password, use the one 
you have configured.</p><h2 id="Changingthewebconsoleportnumber">Changing the 
web console port number</h2><p>By default, the console runs on port 8181. You 
can change the port number by creating the properties file, 
<tt>etc/org.ops4j.pax.web.cfg</tt>, and adding the following property setting 
(changing the port number to whatever value desired):</p><pre>
+org.osgi.service.http.port=8181
+</pre>
+        </div>
+      
+          </div>
+    <div id="siteFooter">
+      &copy; 2008-2014 The Apache Software Foundation - <a 
href="http://servicemix.apache.org/site/privacy-policy.html";>Privacy Policy</a>
+      <br/>
+      Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the 
Apache ServiceMix project logo are trademarks of The Apache Software Foundation.
+    </div>
+  </div>
+</body>
+</html>
\ No newline at end of file

Added: servicemix/site/production/docs/7.x/users-guide/wrapper.html
URL: 
http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/users-guide/wrapper.html?rev=1730131&view=auto
==============================================================================
--- servicemix/site/production/docs/7.x/users-guide/wrapper.html (added)
+++ servicemix/site/production/docs/7.x/users-guide/wrapper.html Fri Feb 12 
22:27:08 2016
@@ -0,0 +1,210 @@
+
+<!DOCTYPE html>
+<html>
+<head>
+  <title>Apache ServiceMix Documentation - </title>
+
+  <link href="../theme/master.css" rel="stylesheet" type="text/css" />
+  <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" />
+  
+  <script type="text/javascript" src="../scripts/jquery.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.cookie.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.jstree.js"></script>
+
+  <script>
+    $(document).ready(function(){
+         $("#nav").jstree({
+               "themes": {
+                 "theme": "apple", "dots": false
+               },
+               "plugins" : [ "themes", "html_data", "cookies", "themes" ]
+         });
+    });
+  </script>
+  <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-398545-1']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; 
ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+    })();
+  </script>
+</head>
+<body>
+  <div id="page">
+    <div id="siteHeader">
+      <table width="100%">
+      <tr valign="middle">
+        <td align="left">
+            <a href="http://servicemix.apache.org/"; title="An open source ESB">
+            <img border="0" src="../images/logodesign.png" height="80"/><img 
border="0" height="80" src="../images/new-logo.png" />
+            </a>
+          </td>
+          <td align="right">
+            <a href="http://www.apache.org/"; title="The Apache Sofware 
Foundation">
+              <img border="0" height="60" src="../images/ASF-logo.png">
+            </a>
+            <ul class="siteNav">
+              <li><a href="../index.html" title="Overview">Guides 
Overview</a></li>
+              <li><a href="../contribute.html" 
title="Contributing?">Contributing?</a></li>
+              <li>
+                <form action="http://www.google.com/search"; method="get" 
style="font-size: 10px;">
+                  <input name="ie" type="hidden" value="UTF-8"></input>
+                  <input name="oe" type="hidden" value="UTF-8"></input>
+                  <input maxlength="255" name="q" size="15" type="text" 
value=""></input>
+                  <input name="btnG" type="submit" value="Search"></input>
+                  <input name="domains" type="hidden" 
value="servicemix.apache.org/docs/4.4.x"></input>
+                  <input name="sitesearch" type="hidden" 
value="servicemix.apache.org/docs/4.4.x"></input>
+                </form>
+              </li>
+            </ul>
+          </td>
+        </tr>
+      </table>
+    </div>
+    <div id="content">
+              <div id="nav">
+            <ul>
+  <li id="karaf-users-guide">
+    <a href="#">User's Guide</a>
+    <ul>
+      <li id="karaf-installation">
+        <a href="installation.html">Installation</a>
+      </li>
+      <li id="karaf-directory-structure">
+        <a href="directory-structure.html">Directory structure</a>
+      </li>
+      <li id="karaf-starting-and-stopping">
+        <a href="start-stop.html">Starting and stopping Karaf</a>
+      </li>
+      <li id="using-console">
+        <a href="using-console.html">Using the console</a>
+      </li>
+      <li id="web-console">
+        <a href="web-console.html">Web console</a>
+      </li>
+      <li id="remote-console">
+        <a href="remote-console.html">Remote console</a>
+      </li>
+      <li id="child-instances">
+        <a href="child-instances.html">Child instances</a>
+      </li>
+      <li id="security">
+        <a href="security.html">Security</a>
+      </li>
+      <li id="failover">
+        <a href="failover.html">Failover deployments</a>
+      </li>
+      <li id="logging-system">
+        <a href="logging-system.html">Logging system</a>
+      </li>
+      <li id="deployer">
+        <a href="deployer.html">Deployer</a>
+      </li>
+      <li id="configuration">
+        <a href="configuration.html">Configuration</a>
+      </li>
+    </ul>
+  </li>
+</ul>
+
+        </div>
+        <div id="body">
+                              <h1 id="ServiceWrapper">Service Wrapper</h1><h2 
id="Introduction">Introduction</h2><p>The Karaf Wrapper (for service wrapper) 
makes it possible to install Karaf as a Windows Service. Likewise, the scripts 
shipped with Karaf also make it very easy to install Karaf as a daemon process 
on Unix systems.</p><p>The Wrapper correctly handles "user's log outs" under 
Windows, service dependencies, and the ability to run services which interact 
with the desktop.</p><h2 id="Supportedplatforms">Supported platforms</h2><p>The 
following platforms are supported by the Karaf 
Wrapper:</p><ul><li><p>AIX</p></li><li><p>FreeBSD</p></li><li><p>HP-UX, 32-bit 
and 64-bit versions</p></li><li><p>SGI Irix</p></li><li><p>Linux kernels 2.2.x, 
2.4.x, 2.6.x. Known to work with Debian, Ubuntu, and Red Hat, but should work 
with any distribution. Currently supported on both 32-bit and 64-bit x86, 
Itanium, and PPC systems.</p></li><li><p>Macintosh OS X</p></li><li><p>Sun OS, 
Solaris 9 a
 nd 10. Currently supported on both 32-bit and 64-bit sparc, and x86 
systems.</p></li><li><p>Windows - Windows 2000, XP, 2003, Vista, 2008 and 
Windows 7. Currently supported on both 32-bit and 64-bit x86 and Itanium 
systems. Also known to run on Windows 98 and ME, however due the lack of 
support for services in the OS, the Wrapper can be run only in console 
mode.</p></li></ul><h2 id="Installation">Installation</h2><p>Karaf Wrapper is 
an optional feature. To install it, simply type:</p><pre>
+karaf@root> features:install wrapper
+</pre><p>Once installed, wrapper feature will provide <tt>wrapper:install</tt> 
new command in the Karaf shell:</p><pre>
+karaf@root> wrapper:install --help
+DESCRIPTION
+        wrapper:install
+
+        Install the container as a system service in the OS.
+
+SYNTAX
+        wrapper:install [options]
+
+OPTIONS
+        -s, --start-type
+                Mode in which the service is installed. AUTO_START or 
DEMAND_START (Default: AUTO_START)
+                (defaults to AUTO_START)
+        --help
+                Display this help message
+        -n, --name
+                The service name that will be used when installing the 
service. (Default: karaf)
+                (defaults to karaf)
+        -d, --display
+                The display name of the service.
+        -D, --description
+                The description of the service.
+                (defaults to )
+</pre><p>Using <tt>wrapper:install</tt>, you can install Karaf as a 
service.</p><p>For instance, to register Karaf as a service (depending of the 
running OS), in automatic start mode, simply type:</p><pre>
+karaf@root> wrapper:install -s AUTO_START -n KARAF -d Karaf -D "Karaf Service"
+</pre><p>For instance, on Linux, <tt>wrapper:install</tt> command will 
do:</p><pre>
+karaf@root> wrapper:install -s AUTO_START -n KARAF -d Karaf -D "Karaf Service"
+Creating file: /home/onofreje/apache-karaf-2.1.3/bin/KARAF-wrapper
+Creating file: /home/onofreje/apache-karaf-2.1.3/bin/KARAF-service
+Creating file: /home/onofreje/apache-karaf-2.1.3/etc/KARAF-wrapper.conf
+Creating file: /home/onofreje/apache-karaf-2.1.3/lib/libwrapper.so
+Creating file: /home/onofreje/apache-karaf-2.1.3/lib/karaf-wrapper.jar
+Creating file: /home/onofreje/apache-karaf-2.1.3/lib/karaf-wrapper-main.jar
+
+Setup complete.  You may wish to tweak the JVM properties in the wrapper 
configuration file:
+        /home/onofreje/apache-karaf-2.1.3/etc/KARAF-wrapper.conf
+before installing and starting the service.
+
+The way the service is installed depends upon your flavor of Linux.
+
+On Redhat/Fedora/CentOS Systems:
+  To install the service:
+    $ ln -s /home/onofreje/apache-karaf-2.1.3/bin/KARAF-service /etc/init.d/
+    $ chkconfig KARAF-service --add
+
+  To start the service when the machine is rebooted:
+    $ chkconfig KARAF-service on
+
+  To disable starting the service when the machine is rebooted:
+    $ chkconfig KARAF-service off
+
+  To start the service:
+    $ service KARAF-service start
+
+  To stop the service:
+    $ service KARAF-service stop
+
+  To uninstall the service :
+    $ chkconfig KARAF-service --del
+    $ rm /etc/init.d/KARAF-service
+
+On Ubuntu/Debian Systems:
+  To install the service:
+    $ ln -s /home/onofreje/apache-karaf-2.1.3/bin/KARAF-service /etc/init.d/
+
+  To start the service when the machine is rebooted:
+    $ update-rc.d KARAF-service defaults
+
+  To disable starting the service when the machine is rebooted:
+    $ update-rc.d -f KARAF-service remove
+
+  To start the service:
+    $ /etc/init.d/KARAF-service start
+
+  To stop the service:
+    $ /etc/init.d/KARAF-service stop
+
+  To uninstall the service :
+    $ rm /etc/init.d/KARAF-service
+
+</pre>
+        </div>
+      
+          </div>
+    <div id="siteFooter">
+      &copy; 2008-2014 The Apache Software Foundation - <a 
href="http://servicemix.apache.org/site/privacy-policy.html";>Privacy Policy</a>
+      <br/>
+      Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the 
Apache ServiceMix project logo are trademarks of The Apache Software Foundation.
+    </div>
+  </div>
+</body>
+</html>
\ No newline at end of file


Reply via email to