Added: servicemix/site/production/docs/7.x/commands/shell-watch.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/shell-watch.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/shell-watch.html (added) +++ servicemix/site/production/docs/7.x/commands/shell-watch.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!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"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="shellwatch">shell:watch</h1><h2 id="Description">Description</h2><p>Watches & refreshes the output of a command</p><h2 id="Syntax">Syntax</h2><p>shell:watch [options] command </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> command </td><td class="confluenceTd"> The command to watch / refresh </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> -n, --interval </td><td class="confluenceTd"> The interval between executions of the command in seconds (defaults to 1) </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 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/commands/ssh-ssh.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/ssh-ssh.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/ssh-ssh.html (added) +++ servicemix/site/production/docs/7.x/commands/ssh-ssh.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!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"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="sshssh">ssh:ssh</h1><h2 id="Description">Description</h2><p>Connects to a remote SSH server</p><h2 id="Syntax">Syntax</h2><p>ssh:ssh [options] hostname [command] </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> hostname </td><td class="confluenceTd"> The host name to connect to via SSH </td></tr><tr><td class="confluenceTd"> command </td><td class="confluenceTd"> Optional command to execute </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> -p, --port </td><td class="confluenceTd"> The port to use for SSH connection (defaults to 22) </td></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Displa y this help message </td></tr><tr><td class="confluenceTd"> -l, --username </td><td class="confluenceTd"> The user name for remote login </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 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/commands/ssh-sshd.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/ssh-sshd.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/ssh-sshd.html (added) +++ servicemix/site/production/docs/7.x/commands/ssh-sshd.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!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"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="sshsshd">ssh:sshd</h1><h2 id="Description">Description</h2><p>Creates a SSH server</p><h2 id="Syntax">Syntax</h2><p>ssh:sshd [options]</p><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> -p, --port </td><td class="confluenceTd"> The port to setup the SSH server (Default: 8101) (defaults to 8101) </td></tr><tr><td class="confluenceTd"> -b, --background </td><td class="confluenceTd"> The service will run in the background (Default: true) (defaults to true) </td></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 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/commands/toc.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/toc.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/toc.html (added) +++ servicemix/site/production/docs/7.x/commands/toc.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,220 @@ + +<!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"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + + </div> + <div id="siteFooter"> + © 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/commands/web-list.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/web-list.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/web-list.html (added) +++ servicemix/site/production/docs/7.x/commands/web-list.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!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"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="weblist">web:list</h1><h2 id="Description">Description</h2><p>Lists details for war bundles.</p><h2 id="Syntax">Syntax</h2><p>web:list [options]</p><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 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/commands/wrapper-install.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/wrapper-install.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/wrapper-install.html (added) +++ servicemix/site/production/docs/7.x/commands/wrapper-install.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!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"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="wrapperinstall">wrapper:install</h1><h2 id="Description">Description</h2><p>Install the container as a system service in the OS.</p><h2 id="Syntax">Syntax</h2><p>wrapper:install [options]</p><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> -d, --display </td><td class="confluenceTd"> The display name of the service. </td></tr><tr><td class="confluenceTd"> -s, --start-type </td><td class="confluenceTd"> Mode in which the service is installed. AUTO_START or DEMAND_START (Default: AUTO_START) (defaults to AUTO_START) </td></tr><tr><td class="confluenceTd"> -n, --name </td><td class="confluenceTd"> The service name that will be used when installing the service. (Default: karaf) (defaults to karaf) </td></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> -D, --description </td><td class="confluenceTd"> The description of the service. (defaults to ) </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 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/commercial.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commercial.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commercial.html (added) +++ servicemix/site/production/docs/7.x/commercial.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,106 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - Commercial 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"> + + <h1 id = "Commercial_Guides">Commercial Guides</h1> + +<h2 id = "Books">Books</h2> + +<h3 id = "Books_by_ServiceMix_Commiters">Books by ServiceMix Commiters</h3> + +<h3 id = "Other_Books">Other Books</h3> + +<ul> +<li><a href="http://www.amazon.com/exec/obidos/tg/detail/-/0321200683/ref%3Dpd_sim_b_4/002-7139888-4078404?_encoding=UTF8&v=glance">Enterprise Integration Patterns : Designing, Building, and Deploying Messaging Solutions</a> (<a href="http://www.eaipatterns.com/">EAI Patterns Site</a>)</li> +<li><a href="http://www.amazon.com/Service-Oriented-Business-Integration-Binildas-Christudas/dp/1847194400">Service Oriented Java Business Integration - Enterprise Service Bus Integration Solutions for Java Developers</a> Published by <a href="http://www.packtpub.com/service-oriented-java-business-integration/book">PACKT</a> Authored by Binildas A. Christudas. ISBN-1847194400</li> +<li>Excellent <a href="http://www.soabooks.com/">SOA Books</a> by Thomas Erl</li> +<li><a href="http://www.soadesignpatterns.com/">SOA Design Patterns</a> by Thomas Erl</li> +<li><a href="http://www.amazon.com/exec/obidos/tg/detail/-/1932394591/qid%3D1132084529/sr%3D1-3/ref%3Dsr_1_3/002-7139888-4078404?v=glance&s=books">Understanding Enterprise SOA</a> (<a href="http://www.manning.com/books/pulier">Manning</a>)</li> +<li><a href="http://www.amazon.com/o/ASIN/0131428985/002-7139888-4078404?SubscriptionId=16H682Z2XJ5FHSFZ3VR2">Service-Oriented Architecture : A Field Guide to Integrating XML and Web Services</a></li> +<li><a href="http://www.amazon.com/o/ASIN/0131858580/002-7139888-4078404?SubscriptionId=16H682Z2XJ5FHSFZ3VR2">Service-Oriented Architecture : Concepts, Technology, and Design</a></li> +<li><a href="http://www.amazon.com/o/ASIN/0131465759/002-7139888-4078404?SubscriptionId=16H682Z2XJ5FHSFZ3VR2">Enterprise SOA : Service-Oriented Architecture Best Practices</a></li> +<li><a href="http://www.amazon.com/exec/obidos/tg/detail/-/0321180860/ref%3Dpd_sim_b_3/002-7139888-4078404?_encoding=UTF8&v=glance">Understanding SOA with Web Services</a></li> +<li><a href="http://www.amazon.com/exec/obidos/tg/detail/-/0131488740/ref%3Dpd_sim_b_3/002-7139888-4078404?_encoding=UTF8&v=glance">Web Services Platform Architecture : SOAP, WSDL, WS-Policy, WS-Addressing, WS-BPEL, WS-Reliable Messaging, and More</a></li> +<li><a href="http://www.amazon.com/exec/obidos/tg/detail/-/1558609067/ref%3Dpd_sim_b_6/002-7139888-4078404?_encoding=UTF8&v=glance">Web Services and Service-Oriented Architectures: The Savvy Manager's Guide</a></li> +<li><a href="http://www.amazon.com/exec/obidos/tg/detail/-/1881378241/ref%3Dpd_sim_b_4/002-7139888-4078404?_encoding=UTF8&v=glance">Loosely Coupled: The Missing Pieces of Web Services</a></li> +</ul> + +<h2 id = "Enterprise_Documentation">Enterprise Documentation</h2> + +<ul> +<li><a href="http://fusesource.com/products/enterprise-servicemix/#documentation">Fuse ESB Documentation</a> - Documentation for the FUSE ESB distribution of ServiceMix 4.x.</li> +</ul> + </div> + <div id="siteFooter"> + © 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/contribute.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/contribute.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/contribute.html (added) +++ servicemix/site/production/docs/7.x/contribute.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,97 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - Contributing</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"> + + <h1 id = "Contributing_to_the_Documentation">Contributing to the Documentation</h1> + +<h2 id = "Found_an_mistake_or_have_a_suggestion_for_improvement_">Found an mistake or have a suggestion for improvement?</h2> + +<p>We welcome any feedback or contribution to the documentation.</p> + +<p>Whether you spotted a mistake, have suggestions for new content or just want to say hi, feel to get in touch using the <a href="http://servicemix.apache.org/community/mailing-lists.html">mailing lists</a>, <a href="http://servicemix.apache.org/community/irc.html">IRC channel</a> or on Twitter using the <code>#servicemix</code> hash tag.</p> + +<h2 id = "Contributing_to_the_documentation_code">Contributing to the documentation code</h2> + +<p>The documentation is written in a combination of mark-up languages. Most of the pages are written +using Confluence mark-up or Markdown. The pages can be edited in any text editor.</p> + +<p>Pages are grouped into books using the <code>toc.ssp</code> file in the enclosing folder. This file contains +an HTML formatted list defining the TOC for a book.</p> + +<p>You can find more information about how to get and build the documentation codebase <a href="http://servicemix.apache.org/developers/source/documentation-source.html">here</a> and one more thing…</p> + +<p>… we really love documentation patches ;)</p> + </div> + <div id="siteFooter"> + © 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/developers-guide/connect-console.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/developers-guide/connect-console.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/developers-guide/connect-console.html (added) +++ servicemix/site/production/docs/7.x/developers-guide/connect-console.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,108 @@ + +<!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-developers-guide"> + <a href="#">Developer's Guide</a> + <ul> + <li id="extending-console"> + <a href="extending-console.html">Extending Console</a> + </li> + <li id="writing-tests"> + <a href="writing-tests.html">Tests with Pax Exam</a> + </li> + <li id="debugging"> + <a href="debugging.html">Debug Karaf</a> + </li> + <li id="creating-bundles"> + <a href="creating-bundles.html">Creating bundles</a> + </li> + <li id="connect-console"> + <a href="connect-console.html">Connect to the console</a> + </li> + <li id="shell-syntax"> + <a href="shell-syntax.html">Console shell syntax</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="Programmaticallyconnecttotheconsole">Programmatically connect to the console</h1><p>A connection to the Karaf console can also be done programmatically.<br/>The following code is a simplified version of the code from the client library.</p><div class="syntax"><div class="highlight"><pre><span class="kn">import</span> <span class="nn">org.apache.sshd.ClientChannel</span><span class="o">;</span>
<span class="kn">import</span> <span class="nn">org.apache.sshd.ClientSession</span><span class="o">;</span>
<span class="kn">import</span> <span class="nn">org.apache.sshd.SshClient</span><span class="o">;</span>
<span class="kn">import</span> <span class="nn">org.apache.sshd.client.future.ConnectFuture</span><span class="o">;</span>

<span class="kd">public</span> <span class="kd">class</span> <span class="nc">Main</span> <span class="o">{</span>

 <span class="kd">public</span> <span class="kd">static< /span> <span class="kt">void</span> <span class="nf">main</span><span class="o">(</span><span class="n">String</span><span class="o">[]</span> <span class="n">args</span><span class="o">)</span> <span class="kd">throws</span> <span class="n">Exception</span> <span class="o">{</span>
 <span class="n">String</span> <span class="n">host</span> <span class="o">=</span> <span class="s">"localhost"</span><span class="o">;</span>
 <span class="kt">int</span> <span class="n">port</span> <span class="o">=</span> <span class="mi">8101</span><span class="o">;</span>
 <span class="n">String</span> <span class="n">user</span> <span class="o">=</span> <span class="s">"karaf"</span><span class="o">;</span>
 <span class="n">String</span> <span class="n">password</span> <span class="o">=</span> <span class="s">"karaf"</span><span class="o">;</span>

 <span class="n">SshClient</span> <span class ="n">client</span> <span class="o">=</span> <span class="kc">null</span><span class="o">;</span>
 <span class="k">try</span> <span class="o">{</span>
 <span class="n">client</span> <span class="o">=</span> <span class="n">SshClient</span><span class="o">.</span><span class="na">setUpDefaultClient</span><span class="o">();</span>
 <span class="n">client</span><span class="o">.</span><span class="na">start</span><span class="o">();</span>
 <span class="n">ConnectFuture</span> <span class="n">future</span> <span class="o">=</span> <span class="n">client</span><span class="o">.</span><span class="na">connect</span><span class="o">(</span><span class="n">host</span><span class="o">,</span> <span class="n">port</span><span class="o">);</span>
 <span class="n">future</span><span class="o">.</span><span class="na">await</span><span class="o">();</span>
 <span class="n">ClientSession</span > <span class="n">session</span> <span class="o">=</span> <span > class="n">future</span><span class="o">.</span><span > class="na">getSession</span><span class="o">();</span>
 > <span class="n">session</span><span class="o">.</span><span > class="na">authPassword</span><span class="o">(</span><span > class="n">user</span><span class="o">,</span> <span > class="n">password</span><span class="o">);</span>
 <span > class="n">ClientChannel</span> <span class="n">channel</span> <span > class="o">=</span> <span class="n">session</span><span > class="o">.</span><span class="na">createChannel</span><span > class="o">(</span><span class="s">"shell"</span><span > class="o">);</span>
 <span class="n">channel</span><span > class="o">.</span><span class="na">setIn</span><span class="o">(</span><span > class="n">System</span><span class="o">.</span><span > class="na">in</span><span class="o">);</span>
 <span > class="n">channel</span><span clas s="o">.</span><span class="na">setOut</span><span class="o">(</span><span class="n">System</span><span class="o">.</span><span class="na">out</span><span class="o">);</span>
 <span class="n">channel</span><span class="o">.</span><span class="na">setErr</span><span class="o">(</span><span class="n">System</span><span class="o">.</span><span class="na">err</span><span class="o">);</span>
 <span class="n">channel</span><span class="o">.</span><span class="na">open</span><span class="o">();</span>
 <span class="n">channel</span><span class="o">.</span><span class="na">waitFor</span><span class="o">(</span><span class="n">ClientChannel</span><span class="o">.</span><span class="na">CLOSED</span><span class="o">,</span> <span class="mi">0</span><span class="o">);</span>
 <span class="o">}</span> <span class="k">catch</span> <span class="o">(</span><span class="n">Throwable</span> <span class="n">t</span><span class="o">)< /span> <span class="o">{</span>
 <span class="n">t</span><span class="o">.</span><span class="na">printStackTrace</span><span class="o">();</span>
 <span class="n">System</span><span class="o">.</span><span class="na">exit</span><span class="o">(</span><span class="mi">1</span><span class="o">);</span>
 <span class="o">}</span> <span class="k">finally</span> <span class="o">{</span>
 <span class="k">try</span> <span class="o">{</span>
 <span class="n">client</span><span class="o">.</span><span class="na">stop</span><span class="o">();</span>
 <span class="o">}</span> <span class="k">catch</span> <span class="o">(</span><span class="n">Throwable</span> <span class="n">t</span><span class="o">)</span> <span class="o">{</span> <span class="o">}</span>
 <span class="o">}</span>
 <span class="n">System</span><span class="o">.</span><span class="na">exit< /span><span class="o">(</span><span class="mi">0</span><span class="o">);</span>
 <span class="o">}</span>

<span class="o">}</span>
</pre></div>
</div><p>You can find a more complete example at the <a href="http://svn.apache.org/repos/asf/karaf/trunk/client/src/main/java/org/apache/karaf/client/Main.java">following location</a>.</p> + </div> + + </div> + <div id="siteFooter"> + © 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 Modified: servicemix/site/production/docs/7.x/developers-guide/creating-bundles.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/developers-guide/creating-bundles.html?rev=1730131&r1=1730130&r2=1730131&view=diff ============================================================================== --- servicemix/site/production/docs/7.x/developers-guide/creating-bundles.html (original) +++ servicemix/site/production/docs/7.x/developers-guide/creating-bundles.html Fri Feb 12 22:27:08 2016 @@ -94,7 +94,7 @@ </ul> </div> <div id="body"> - <h1 id="BasicbundlecreationusingtheFelixmavenbundleplugin">Basic bundle creation using the Felix maven-bundle-plugin</h1><p>Create a bundle instead of a normal jar by using a pom file like this:</p><pre> + <h1 id="Addextendedinformationtobundles">Add extended information to bundles</h1><p>Karaf supports a OSGI-INF/bundle.info file in a bundle.</p><p>This file is extended description of the bundle. It supports ASCII character declarations (for adding color, formatting, etc).</p><p>For instance, you can define a bundle like this (using Apache Felix maven-bundle-plugin):</p><pre> <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" @@ -111,7 +111,7 @@ <build> <resources> <resource> - <directory>/x1/asf/karaf/k40x/target/checkout/manual/src/main/resources</directory> + <directory>/x1/asf/karaf-2.3.x/target/checkout/manual/src/main/resources</directory> <filtering>true</filtering> <includes> <include>**/*</include> @@ -122,7 +122,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>2.4.0</version> + <version>2.2.0</version> <extensions>true</extensions> <configuration> <instructions> @@ -135,33 +135,30 @@ </build> </project> -</pre><h2 id="Addextendedinformationtobundles">Add extended information to bundles</h2><p>Karaf supports a OSGI-INF/bundle.info file in a bundle. This file is extended description of the bundle. It supports ASCII character declarations (for adding color, formatting, etc) and some simple Wiki syntax.</p><p>Simply add a src/main/resources/OSGI-INF/bundle.info file containing, for instance:</p><pre> -h1. SYNOPSIS +</pre><p>And simply add a src/main/resources/OSGI-INF/bundle.info file containing, for instance:</p><pre> +\u001B[1mSYNOPSIS\u001B[0m The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users. -h1. DESCRIPTION +\u001B[1mDESCRIPTION\u001B[0m Long description of your bundle, including usage, etc. -h1.SEE ALSO - [http://yourside\] - [http://yourside/docs\] +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://yourside\u001B[0m + \u001B[36mhttp://yourside/docs\u001B[0m + </pre><p>You can display this extended information using:</p><pre> -root@karaf> bundles:info -</pre><h2 id="WikiSyntax">Wiki Syntax</h2><p>Karaf supports some simple wiki syntax in bunde info files:</p><pre> -h1., h2., ... : Headings -* : Enumerations -[http://....] : links -</pre><h1 id="CreatingbundlesfornonOSGithirdpartydependencies">Creating bundles for non OSGi third party dependencies</h1><h2 id="Dynamicallywrappingjars">Dynamically wrapping jars</h2><p>Karaf supports the wrap: protocol execution.</p><p>It allows for directly deploying third party dependencies, like Apache Commons Lang:</p><pre> -root@karaf> bundles:install wrap:mvn:commons-lang/commons-lang/2.4 -</pre><p>The wrap protocol creates a bundle dynamically using the bnd. Confiugurations can be added in the wrap URL:</p><p>from the shell</p><pre> -root@karaf> bundles:install 'wrap:mvn:commons-lang/commons-lang/2.4$Bundle-SymbolicName=commons-lang&Bundle-Version=2.4' +root@karaf> osgi:info +</pre><h1 id="Creatingbundlesforthirdpartydependencies">Creating bundles for third party dependencies</h1><p>Karaf supports the wrap: protocol execution.</p><p>It allows for directly deploying third party dependencies, like Apache Commons Lang:</p><pre> +root@karaf> osgi:install wrap:mvn:commons-lang/commons-lang/2.4 +</pre><p>You can specify OSGi statements in the wrap URL:</p><p>from the shell</p><pre> +root@karaf> osgi:install -s 'wrap:mvn:commons-lang/commons-lang/2.4$Bundle-SymbolicName=commons-lang&Bundle-Version=2.4' </pre><p>from features.xml</p><pre> <bundle>wrap:mvn:commons-lang/commons-lang/2.4$Bundle-SymbolicName=commons-lang&undle-Version=2.4</bundle> -</pre><h2 id="Staticallybundlingjars">Statically bundling jars</h2><p>You can also create a wrap bundle for a third party dependency.<br/>This bundle is simply a Maven POM that shades an existing jar and package into a jar bundle.</p><p>For instance, to create an OSGi bundle that wraps Apache Commons Lang, simply define the following Maven POM:</p><pre> +</pre><p>You can also create a wrap bundle for a third party dependency.<br/>This bundle is simply a Maven POM that shades an existing jar and package into a jar bundle.</p><p>For instance, to create an OSGi bundle that wraps Apache Commons Lang, you can simply define the following Maven POM:</p><pre> <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" @@ -226,7 +223,7 @@ root@karaf> bundles:install 'wrap:mvn:co <configuration> <instructions> <Bundle-SymbolicName>manual</Bundle-SymbolicName> - <Export-Package></Export-Package> + <Export-Package>*</Export-Package> <Import-Package></Import-Package> <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy> <_removeheaders>Ignore-Package,Include-Resource,Private-Package,Embed-Dependency</_removeheaders> @@ -237,8 +234,8 @@ root@karaf> bundles:install 'wrap:mvn:co </build> </project> -</pre><p>The resulting OSGi bundle can now be deployed directly:</p><pre> -root@karaf> bundles:install -s mvn:osgi.commons-lang/osgi.commons-lang/2.4 +</pre><p>You have now a OSGi bundle for commons-lang that you can deploy directly:</p><pre> +root@karaf> osgi:install -s mvn:osgi.commons-lang/osgi.commons-lang/2.4 </pre><p>Some more information is available at <a href="http://gnodet.blogspot.com/2008/09/id-like-to-talk-bit-about-third-party.html">http://gnodet.blogspot.com/2008/09/id-like-to-talk-bit-about-third-party.html</a>, <a href="http://blog.springsource.com/2008/02/18/creating-osgi-bundles/">http://blog.springsource.com/2008/02/18/creating-osgi-bundles/</a> and <a href="http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html">http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html</a>.</p> </div>
