Added: karaf/site/production/manual/latest/commands/instance-restart.html URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/instance-restart.html?rev=1688715&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/instance-restart.html (added) +++ karaf/site/production/manual/latest/commands/instance-restart.html Wed Jul 1 19:43:35 2015 @@ -0,0 +1,150 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd"> +<html lang="en"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> + <meta name="description" content="description goes here"/> + <meta name="keywords" content="keywords,goes,here"/> + <meta name="author" content="The Apache Karaf Team"/> + <link href="../css/style.css" rel="stylesheet" type="text/css"/> + <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/> + <title> + Apache Karaf 4.0.1-SNAPSHOT Guides + </title> + </head> + <body> + <table width="100%" cellpadding="0" cellspacing="0"> + <tr width="100%"> + <td id="cell-0-0" colspan="2"> + + </td> + <td id="cell-0-1"> + + </td> + <td id="cell-0-2" colspan="2"> + + </td> + </tr> + <tr width="100%"> + <td id="cell-1-0"> + + </td> + <td id="cell-1-1"> + + </td> + <td id="cell-1-2"> + <div style="padding: 5px;"> + <div id="banner"> + <table border="0" cellpadding="0" cellspacing="0" width="100%"> + <tr> + <td align="left" class="topbardiv" nowrap=""> +<a href="http://karaf.apache.org/" title="A server side OSGi distribution"> + <img border="0" src="../images/karaf-logo.png" width="400px"></img> +</a> + </td> + <td align="right" nowrap=""> +<a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" src="../images/asf-logo.png"> +</a> + </td> + </tr> + </table> + + </div> + <div id="top-menu"> + <table border="0" cellpadding="1" cellspacing="0" width="100%"> + <tr> + <td> + <div align="left"></div> + </td> + <td> + <div align="right"> + <p> +<a href="../index.html" title="Home">Home</a> +| +<a href="../users-guide/index.html" title="Users Guide">Users Guide</a> +| +<a href="../developers-guide/index.html" title="Developers Guide">Developers Guide</a> +</p> + + + </div> + </td> + </tr> + </table> + </div> + </div> + </td> + <td id="cell-1-3"> + + </td> + <td id="cell-1-4"> + + </td> + </tr> + <tr width="100%"> + <td id="cell-2-0" colspan="2"> + + </td> + <td id="cell-2-1"> + <table> + <tr height="100%" valign="top"> + <td height="100%"> + <div id="wrapper-menu-page-right"> + <div id="wrapper-menu-page-top"> + <div id="wrapper-menu-page-bottom"> + <div id="menu-page"> + <h3 id="Homeindex"><a href="../index.html">Home</a></h3><ul style="list-style: square"><li><a href="../overview.html">Overview</a></li><li><a href="../quick-start.html">Quick Start</a></li></ul><h3 id="UsersGuideusersguideindex"><a href="../users-guide/index.html">Users Guide</a></h3><ul style="list-style: square"><li><a href="../users-guide/installation.html">Installation</a></li><li><a href="../users-guide/directory-structure.html">Directory structure</a></li><li><a href="../users-guide/start-stop.html">Start, stop, restart, connect</a></li><li><a href="../users-guide/wrapper.html">Integration in the operating system: the Service Wrapper</a></li><li><a href="../users-guide/console.html">Console</a></li><li><a href="../users-guide/remote.html">Remote</a></li><li><a href="../users-guide/log.html">Log</a></li><li><a href="../users-guide/configuration.html">Configuration</a></li><li><a href="../users-guide/urls.html">Artifacts repositories and URLs</a></li><li> <a href="../users-guide/provisioning.html">Provisioning and features</a></li><li><a href="../users-guide/deployers.html">Deployers</a></li><li><a href="../users-guide/kar.html">KAR</a></li><li><a href="../users-guide/instances.html">Instances</a></li><li><a href="../users-guide/security.html">Security</a></li><li><a href="../users-guide/obr.html">OBR</a></li><li><a href="../users-guide/enterprise.html">Enterprise</a><ul><li><a href="../users-guide/webcontainer.html">WebContainer (JSP/Servlet)</a></li><li><a href="../users-guide/jndi.html">Naming (JNDI)</a></li><li><a href="../users-guide/jta.html">Transaction (JTA)</a></li><li><a href="../users-guide/jdbc.html">DataSource (JDBC)</a></li><li><a href="../users-guide/jms.html">MOM (JMS)</a></li><li><a href="../users-guide/jpa.html">Persistence (JPA)</a></li><li><a href="../users-guide/ejb.html">EJB</a></li><li><a href="../users-guide/cdi.html">CDI</a></li><li><a href="../users-guide/failover.html">HA/failover and cluster</a></li></ul>< /li><li><a href="../users-guide/monitoring.html">Monitoring and Management using JMX</a></li><li><a href="../users-guide/webconsole.html">WebConsole</a></li><li><a href="../users-guide/tuning.html">Tuning</a></li></ul><h3 id="DevelopersGuidedevelopersguideindex"><a href="../developers-guide/index.html">Developers Guide</a></h3><ul style="list-style: square"><li><a href="../developers-guide/developer-commands.html">Developer commands</a></li><li><a href="../developers-guide/scripting.html">Scripting</a></li><li><a href="../developers-guide/connect.html">Programmatically connect</a></li><li><a href="../developers-guide/branding.html">Branding</a></li><li><a href="../developers-guide/extending.html">Extending</a></li><li><a href="../developers-guide/karaf-maven-plugin.html">Karaf Maven plugin</a></li><li><a href="../developers-guide/custom-distribution.html">Custom distribution</a></li><li><a href="../developers-guide/services.html">OSGi services</a></li><li><a href="../developers-guid e/creating-bundles.html">Create OSGi bundle</a></li><li><a href="../developers-guide/blueprint.html">Blueprint</a></li><li><a href="../developers-guide/cdi.html">CDI</a></li><li><a href="../developers-guide/archetypes.html">Maven Archetypes</a></li><li><a href="../developers-guide/security-framework.html">Security Framework</a></li><li><a href="../developers-guide/debugging.html">Troubleshooting, Debugging, Profiling</a></li><li><a href="../developers-guide/writing-tests.html">Integration testing</a></li><li><a href="../developers-guide/github-contributions.html">Github Contributions</a></li></ul><h3 id="Commandscommandscommands"><a href="commands.html">Commands</a></h3> + </div> + </div> + </div> + </div> + </td> + <td height="100%" width="100%"> + <div class="wiki-content"> +<h1 id="instancerestart">instance:restart</h1><h2 id="Description">Description</h2><p>Restart an existing container instance.</p><h2 id="Syntax">Syntax</h2><p>instance:restart [options] name </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"> name </td><td class="confluenceTd"> The name of the container instance </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"> -d, --debug </td><td class="confluenceTd"> Start the instance in debug mode </td></tr><tr><td class="confluenceTd"> -o, --java-opts </td><td class="confluenceTd"> Java options when launching the instance </td></tr></table></div> + </div> + </td> + </tr> + </table> + </td> + <td id="cell-2-2" colspan="2"> + + </td> + </tr> + <tr width="100%"> + <td id="cell-3-0"> + + </td> + <td id="cell-3-1"> + + </td> + <td id="cell-3-2"> + <div id="footer"> + <div id="site-footer"> + © 2008-2014 The Apache Software Foundation + <br/> + Apache Karaf, Karaf, Apache, the Apache feather logo, and the Apache Karaf project logo are trademarks of The Apache Software Foundation. + </div> + </div> + </td> + <td id="cell-3-3"> + + </td> + <td id="cell-3-4"> + + </td> + </tr> + <tr width="100%"> + <td id="cell-4-0" colspan="2"> + + </td> + <td id="cell-4-1"> + + </td> + <td id="cell-4-2" colspan="2"> + + </td> + </tr> + </table> + </body> +</html> \ No newline at end of file
Modified: karaf/site/production/manual/latest/commands/instance-rmi-registry-port-change.html URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/instance-rmi-registry-port-change.html?rev=1688715&r1=1688714&r2=1688715&view=diff ============================================================================== --- karaf/site/production/manual/latest/commands/instance-rmi-registry-port-change.html (original) +++ karaf/site/production/manual/latest/commands/instance-rmi-registry-port-change.html Wed Jul 1 19:43:35 2015 @@ -8,7 +8,7 @@ <link href="../css/style.css" rel="stylesheet" type="text/css"/> <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/> <title> - Apache Karaf 3.0.3-SNAPSHOT Guides + Apache Karaf 4.0.1-SNAPSHOT Guides </title> </head> <body> @@ -101,7 +101,7 @@ </td> <td height="100%" width="100%"> <div class="wiki-content"> -<h1 id="instancermiregistryportchange">instance:rmi-registry-port-change</h1><h2 id="Description">Description</h2><p>Changes the RMI registry port (used by management layer) of an existing container instance.</p><h2 id="Syntax">Syntax</h2><p>instance:rmi-registry-port-change [options] name port </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"> name </td><td class="confluenceTd"> The name of the container instance </td></tr><tr><td class="confluenceTd"> port </td><td class="confluenceTd"> The new RMI registry port to set </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></table></d iv><h2 id="Details">Details</h2> +<h1 id="instancermiregistryportchange">instance:rmi-registry-port-change</h1><h2 id="Description">Description</h2><p>Changes the RMI registry port (used by management layer) of an existing container instance.</p><h2 id="Syntax">Syntax</h2><p>instance:rmi-registry-port-change [options] name port </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"> name </td><td class="confluenceTd"> The name of the container instance </td></tr><tr><td class="confluenceTd"> port </td><td class="confluenceTd"> The new RMI registry port to set </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></table></d iv> </div> </td> </tr> @@ -121,7 +121,7 @@ <td id="cell-3-2"> <div id="footer"> <div id="site-footer"> - © 2008-2011 The Apache Software Foundation + © 2008-2014 The Apache Software Foundation <br/> Apache Karaf, Karaf, Apache, the Apache feather logo, and the Apache Karaf project logo are trademarks of The Apache Software Foundation. </div> Modified: karaf/site/production/manual/latest/commands/instance-rmi-server-port-change.html URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/instance-rmi-server-port-change.html?rev=1688715&r1=1688714&r2=1688715&view=diff ============================================================================== --- karaf/site/production/manual/latest/commands/instance-rmi-server-port-change.html (original) +++ karaf/site/production/manual/latest/commands/instance-rmi-server-port-change.html Wed Jul 1 19:43:35 2015 @@ -8,7 +8,7 @@ <link href="../css/style.css" rel="stylesheet" type="text/css"/> <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/> <title> - Apache Karaf 3.0.3-SNAPSHOT Guides + Apache Karaf 4.0.1-SNAPSHOT Guides </title> </head> <body> @@ -101,7 +101,7 @@ </td> <td height="100%" width="100%"> <div class="wiki-content"> -<h1 id="instancermiserverportchange">instance:rmi-server-port-change</h1><h2 id="Description">Description</h2><p>Changes the RMI server port (used by management layer) of an existing instance.</p><h2 id="Syntax">Syntax</h2><p>instance:rmi-server-port-change [options] name port </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"> name </td><td class="confluenceTd"> The name of the container instance </td></tr><tr><td class="confluenceTd"> port </td><td class="confluenceTd"> The new RMI server port to set </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></table></div><h2 id="Details"> Details</h2> +<h1 id="instancermiserverportchange">instance:rmi-server-port-change</h1><h2 id="Description">Description</h2><p>Changes the RMI server port (used by management layer) of an existing instance.</p><h2 id="Syntax">Syntax</h2><p>instance:rmi-server-port-change [options] name port </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"> name </td><td class="confluenceTd"> The name of the container instance </td></tr><tr><td class="confluenceTd"> port </td><td class="confluenceTd"> The new RMI server port to set </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></table></div> </div> </td> </tr> @@ -121,7 +121,7 @@ <td id="cell-3-2"> <div id="footer"> <div id="site-footer"> - © 2008-2011 The Apache Software Foundation + © 2008-2014 The Apache Software Foundation <br/> Apache Karaf, Karaf, Apache, the Apache feather logo, and the Apache Karaf project logo are trademarks of The Apache Software Foundation. </div> Added: karaf/site/production/manual/latest/commands/instance-ssh-host-change.html URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/instance-ssh-host-change.html?rev=1688715&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/instance-ssh-host-change.html (added) +++ karaf/site/production/manual/latest/commands/instance-ssh-host-change.html Wed Jul 1 19:43:35 2015 @@ -0,0 +1,150 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd"> +<html lang="en"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> + <meta name="description" content="description goes here"/> + <meta name="keywords" content="keywords,goes,here"/> + <meta name="author" content="The Apache Karaf Team"/> + <link href="../css/style.css" rel="stylesheet" type="text/css"/> + <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/> + <title> + Apache Karaf 4.0.1-SNAPSHOT Guides + </title> + </head> + <body> + <table width="100%" cellpadding="0" cellspacing="0"> + <tr width="100%"> + <td id="cell-0-0" colspan="2"> + + </td> + <td id="cell-0-1"> + + </td> + <td id="cell-0-2" colspan="2"> + + </td> + </tr> + <tr width="100%"> + <td id="cell-1-0"> + + </td> + <td id="cell-1-1"> + + </td> + <td id="cell-1-2"> + <div style="padding: 5px;"> + <div id="banner"> + <table border="0" cellpadding="0" cellspacing="0" width="100%"> + <tr> + <td align="left" class="topbardiv" nowrap=""> +<a href="http://karaf.apache.org/" title="A server side OSGi distribution"> + <img border="0" src="../images/karaf-logo.png" width="400px"></img> +</a> + </td> + <td align="right" nowrap=""> +<a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" src="../images/asf-logo.png"> +</a> + </td> + </tr> + </table> + + </div> + <div id="top-menu"> + <table border="0" cellpadding="1" cellspacing="0" width="100%"> + <tr> + <td> + <div align="left"></div> + </td> + <td> + <div align="right"> + <p> +<a href="../index.html" title="Home">Home</a> +| +<a href="../users-guide/index.html" title="Users Guide">Users Guide</a> +| +<a href="../developers-guide/index.html" title="Developers Guide">Developers Guide</a> +</p> + + + </div> + </td> + </tr> + </table> + </div> + </div> + </td> + <td id="cell-1-3"> + + </td> + <td id="cell-1-4"> + + </td> + </tr> + <tr width="100%"> + <td id="cell-2-0" colspan="2"> + + </td> + <td id="cell-2-1"> + <table> + <tr height="100%" valign="top"> + <td height="100%"> + <div id="wrapper-menu-page-right"> + <div id="wrapper-menu-page-top"> + <div id="wrapper-menu-page-bottom"> + <div id="menu-page"> + <h3 id="Homeindex"><a href="../index.html">Home</a></h3><ul style="list-style: square"><li><a href="../overview.html">Overview</a></li><li><a href="../quick-start.html">Quick Start</a></li></ul><h3 id="UsersGuideusersguideindex"><a href="../users-guide/index.html">Users Guide</a></h3><ul style="list-style: square"><li><a href="../users-guide/installation.html">Installation</a></li><li><a href="../users-guide/directory-structure.html">Directory structure</a></li><li><a href="../users-guide/start-stop.html">Start, stop, restart, connect</a></li><li><a href="../users-guide/wrapper.html">Integration in the operating system: the Service Wrapper</a></li><li><a href="../users-guide/console.html">Console</a></li><li><a href="../users-guide/remote.html">Remote</a></li><li><a href="../users-guide/log.html">Log</a></li><li><a href="../users-guide/configuration.html">Configuration</a></li><li><a href="../users-guide/urls.html">Artifacts repositories and URLs</a></li><li> <a href="../users-guide/provisioning.html">Provisioning and features</a></li><li><a href="../users-guide/deployers.html">Deployers</a></li><li><a href="../users-guide/kar.html">KAR</a></li><li><a href="../users-guide/instances.html">Instances</a></li><li><a href="../users-guide/security.html">Security</a></li><li><a href="../users-guide/obr.html">OBR</a></li><li><a href="../users-guide/enterprise.html">Enterprise</a><ul><li><a href="../users-guide/webcontainer.html">WebContainer (JSP/Servlet)</a></li><li><a href="../users-guide/jndi.html">Naming (JNDI)</a></li><li><a href="../users-guide/jta.html">Transaction (JTA)</a></li><li><a href="../users-guide/jdbc.html">DataSource (JDBC)</a></li><li><a href="../users-guide/jms.html">MOM (JMS)</a></li><li><a href="../users-guide/jpa.html">Persistence (JPA)</a></li><li><a href="../users-guide/ejb.html">EJB</a></li><li><a href="../users-guide/cdi.html">CDI</a></li><li><a href="../users-guide/failover.html">HA/failover and cluster</a></li></ul>< /li><li><a href="../users-guide/monitoring.html">Monitoring and Management using JMX</a></li><li><a href="../users-guide/webconsole.html">WebConsole</a></li><li><a href="../users-guide/tuning.html">Tuning</a></li></ul><h3 id="DevelopersGuidedevelopersguideindex"><a href="../developers-guide/index.html">Developers Guide</a></h3><ul style="list-style: square"><li><a href="../developers-guide/developer-commands.html">Developer commands</a></li><li><a href="../developers-guide/scripting.html">Scripting</a></li><li><a href="../developers-guide/connect.html">Programmatically connect</a></li><li><a href="../developers-guide/branding.html">Branding</a></li><li><a href="../developers-guide/extending.html">Extending</a></li><li><a href="../developers-guide/karaf-maven-plugin.html">Karaf Maven plugin</a></li><li><a href="../developers-guide/custom-distribution.html">Custom distribution</a></li><li><a href="../developers-guide/services.html">OSGi services</a></li><li><a href="../developers-guid e/creating-bundles.html">Create OSGi bundle</a></li><li><a href="../developers-guide/blueprint.html">Blueprint</a></li><li><a href="../developers-guide/cdi.html">CDI</a></li><li><a href="../developers-guide/archetypes.html">Maven Archetypes</a></li><li><a href="../developers-guide/security-framework.html">Security Framework</a></li><li><a href="../developers-guide/debugging.html">Troubleshooting, Debugging, Profiling</a></li><li><a href="../developers-guide/writing-tests.html">Integration testing</a></li><li><a href="../developers-guide/github-contributions.html">Github Contributions</a></li></ul><h3 id="Commandscommandscommands"><a href="commands.html">Commands</a></h3> + </div> + </div> + </div> + </div> + </td> + <td height="100%" width="100%"> + <div class="wiki-content"> +<h1 id="instancesshhostchange">instance:ssh-host-change</h1><h2 id="Description">Description</h2><p>Changes the secure shell host of an existing container instance.</p><h2 id="Syntax">Syntax</h2><p>instance:ssh-host-change [options] name host </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"> name </td><td class="confluenceTd"> The name of the container instance </td></tr><tr><td class="confluenceTd"> host </td><td class="confluenceTd"> The new secure shell host to set </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></table></div> + </div> + </td> + </tr> + </table> + </td> + <td id="cell-2-2" colspan="2"> + + </td> + </tr> + <tr width="100%"> + <td id="cell-3-0"> + + </td> + <td id="cell-3-1"> + + </td> + <td id="cell-3-2"> + <div id="footer"> + <div id="site-footer"> + © 2008-2014 The Apache Software Foundation + <br/> + Apache Karaf, Karaf, Apache, the Apache feather logo, and the Apache Karaf project logo are trademarks of The Apache Software Foundation. + </div> + </div> + </td> + <td id="cell-3-3"> + + </td> + <td id="cell-3-4"> + + </td> + </tr> + <tr width="100%"> + <td id="cell-4-0" colspan="2"> + + </td> + <td id="cell-4-1"> + + </td> + <td id="cell-4-2" colspan="2"> + + </td> + </tr> + </table> + </body> +</html> \ No newline at end of file Modified: karaf/site/production/manual/latest/commands/instance-ssh-port-change.html URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/instance-ssh-port-change.html?rev=1688715&r1=1688714&r2=1688715&view=diff ============================================================================== --- karaf/site/production/manual/latest/commands/instance-ssh-port-change.html (original) +++ karaf/site/production/manual/latest/commands/instance-ssh-port-change.html Wed Jul 1 19:43:35 2015 @@ -8,7 +8,7 @@ <link href="../css/style.css" rel="stylesheet" type="text/css"/> <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/> <title> - Apache Karaf 3.0.3-SNAPSHOT Guides + Apache Karaf 4.0.1-SNAPSHOT Guides </title> </head> <body> @@ -101,7 +101,7 @@ </td> <td height="100%" width="100%"> <div class="wiki-content"> -<h1 id="instancesshportchange">instance:ssh-port-change</h1><h2 id="Description">Description</h2><p>Changes the secure shell port of an existing container instance.</p><h2 id="Syntax">Syntax</h2><p>instance:ssh-port-change [options] name port </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"> name </td><td class="confluenceTd"> The name of the container instance </td></tr><tr><td class="confluenceTd"> port </td><td class="confluenceTd"> The new secure shell port to set </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></table></div><h2 id="Details">Details</h2> +<h1 id="instancesshportchange">instance:ssh-port-change</h1><h2 id="Description">Description</h2><p>Changes the secure shell port of an existing container instance.</p><h2 id="Syntax">Syntax</h2><p>instance:ssh-port-change [options] name port </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"> name </td><td class="confluenceTd"> The name of the container instance </td></tr><tr><td class="confluenceTd"> port </td><td class="confluenceTd"> The new secure shell port to set </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></table></div> </div> </td> </tr> @@ -121,7 +121,7 @@ <td id="cell-3-2"> <div id="footer"> <div id="site-footer"> - © 2008-2011 The Apache Software Foundation + © 2008-2014 The Apache Software Foundation <br/> Apache Karaf, Karaf, Apache, the Apache feather logo, and the Apache Karaf project logo are trademarks of The Apache Software Foundation. </div> Modified: karaf/site/production/manual/latest/commands/instance-start.html URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/instance-start.html?rev=1688715&r1=1688714&r2=1688715&view=diff ============================================================================== --- karaf/site/production/manual/latest/commands/instance-start.html (original) +++ karaf/site/production/manual/latest/commands/instance-start.html Wed Jul 1 19:43:35 2015 @@ -8,7 +8,7 @@ <link href="../css/style.css" rel="stylesheet" type="text/css"/> <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/> <title> - Apache Karaf 3.0.3-SNAPSHOT Guides + Apache Karaf 4.0.1-SNAPSHOT Guides </title> </head> <body> @@ -101,7 +101,7 @@ </td> <td height="100%" width="100%"> <div class="wiki-content"> -<h1 id="instancestart">instance:start</h1><h2 id="Description">Description</h2><p>Start an existing container instance.</p><h2 id="Syntax">Syntax</h2><p>instance:start [options] name </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"> name </td><td class="confluenceTd"> The name of the container instance </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"> -w, --wait </td><td class="confluenceTd"> Wait for the instance to be fully started </td></tr><tr><td class="confluenceTd"> -d, --debug </td><td class="confluenceTd"> Start the instance in debug mode </t d></tr><tr><td class="confluenceTd"> -o, --java-opts </td><td class="confluenceTd"> Java options when launching the instance </td></tr></table></div><h2 id="Details">Details</h2> +<h1 id="instancestart">instance:start</h1><h2 id="Description">Description</h2><p>Start an existing container instance.</p><h2 id="Syntax">Syntax</h2><p>instance:start [options] name </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"> name </td><td class="confluenceTd"> The name of the container instance </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"> -w, --wait </td><td class="confluenceTd"> Wait for the instance to be fully started </td></tr><tr><td class="confluenceTd"> -d, --debug </td><td class="confluenceTd"> Start the instance in debug mode </t d></tr><tr><td class="confluenceTd"> -o, --java-opts </td><td class="confluenceTd"> Java options when launching the instance </td></tr></table></div> </div> </td> </tr> @@ -121,7 +121,7 @@ <td id="cell-3-2"> <div id="footer"> <div id="site-footer"> - © 2008-2011 The Apache Software Foundation + © 2008-2014 The Apache Software Foundation <br/> Apache Karaf, Karaf, Apache, the Apache feather logo, and the Apache Karaf project logo are trademarks of The Apache Software Foundation. </div> Modified: karaf/site/production/manual/latest/commands/instance-status.html URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/instance-status.html?rev=1688715&r1=1688714&r2=1688715&view=diff ============================================================================== --- karaf/site/production/manual/latest/commands/instance-status.html (original) +++ karaf/site/production/manual/latest/commands/instance-status.html Wed Jul 1 19:43:35 2015 @@ -8,7 +8,7 @@ <link href="../css/style.css" rel="stylesheet" type="text/css"/> <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/> <title> - Apache Karaf 3.0.3-SNAPSHOT Guides + Apache Karaf 4.0.1-SNAPSHOT Guides </title> </head> <body> @@ -101,7 +101,7 @@ </td> <td height="100%" width="100%"> <div class="wiki-content"> -<h1 id="instancestatus">instance:status</h1><h2 id="Description">Description</h2><p>Check the current status of an instance.</p><h2 id="Syntax">Syntax</h2><p>instance:status [options] name </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"> name </td><td class="confluenceTd"> The name of the instance </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></table></div><h2 id="Details">Details</h2> +<h1 id="instancestatus">instance:status</h1><h2 id="Description">Description</h2><p>Check the current status of an instance.</p><h2 id="Syntax">Syntax</h2><p>instance:status [options] name </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"> name </td><td class="confluenceTd"> The name of the instance </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></table></div> </div> </td> </tr> @@ -121,7 +121,7 @@ <td id="cell-3-2"> <div id="footer"> <div id="site-footer"> - © 2008-2011 The Apache Software Foundation + © 2008-2014 The Apache Software Foundation <br/> Apache Karaf, Karaf, Apache, the Apache feather logo, and the Apache Karaf project logo are trademarks of The Apache Software Foundation. </div> Modified: karaf/site/production/manual/latest/commands/instance-stop.html URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/instance-stop.html?rev=1688715&r1=1688714&r2=1688715&view=diff ============================================================================== --- karaf/site/production/manual/latest/commands/instance-stop.html (original) +++ karaf/site/production/manual/latest/commands/instance-stop.html Wed Jul 1 19:43:35 2015 @@ -8,7 +8,7 @@ <link href="../css/style.css" rel="stylesheet" type="text/css"/> <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/> <title> - Apache Karaf 3.0.3-SNAPSHOT Guides + Apache Karaf 4.0.1-SNAPSHOT Guides </title> </head> <body> @@ -101,7 +101,7 @@ </td> <td height="100%" width="100%"> <div class="wiki-content"> -<h1 id="instancestop">instance:stop</h1><h2 id="Description">Description</h2><p>Stop an existing container instance.</p><h2 id="Syntax">Syntax</h2><p>instance:stop [options] name </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"> name </td><td class="confluenceTd"> The name of the container instance </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></table></div><h2 id="Details">Details</h2> +<h1 id="instancestop">instance:stop</h1><h2 id="Description">Description</h2><p>Stop an existing container instance.</p><h2 id="Syntax">Syntax</h2><p>instance:stop [options] name </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"> name </td><td class="confluenceTd"> The name of the container instance </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></table></div> </div> </td> </tr> @@ -121,7 +121,7 @@ <td id="cell-3-2"> <div id="footer"> <div id="site-footer"> - © 2008-2011 The Apache Software Foundation + © 2008-2014 The Apache Software Foundation <br/> Apache Karaf, Karaf, Apache, the Apache feather logo, and the Apache Karaf project logo are trademarks of The Apache Software Foundation. </div> Modified: karaf/site/production/manual/latest/commands/jaas-cancel.html URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-cancel.html?rev=1688715&r1=1688714&r2=1688715&view=diff ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-cancel.html (original) +++ karaf/site/production/manual/latest/commands/jaas-cancel.html Wed Jul 1 19:43:35 2015 @@ -8,7 +8,7 @@ <link href="../css/style.css" rel="stylesheet" type="text/css"/> <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/> <title> - Apache Karaf 3.0.3-SNAPSHOT Guides + Apache Karaf 4.0.1-SNAPSHOT Guides </title> </head> <body> @@ -101,7 +101,7 @@ </td> <td height="100%" width="100%"> <div class="wiki-content"> -<h1 id="jaascancel">jaas:cancel</h1><h2 id="Description">Description</h2><p>Cancel the modification of a JAAS realm</p><h2 id="Syntax">Syntax</h2><p>jaas:cancel [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><h2 id="Details">Details</h2> +<h1 id="jaascancel">jaas:cancel</h1><h2 id="Description">Description</h2><p>Cancel the modification of a JAAS realm</p><h2 id="Syntax">Syntax</h2><p>jaas:cancel [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> </td> </tr> @@ -121,7 +121,7 @@ <td id="cell-3-2"> <div id="footer"> <div id="site-footer"> - © 2008-2011 The Apache Software Foundation + © 2008-2014 The Apache Software Foundation <br/> Apache Karaf, Karaf, Apache, the Apache feather logo, and the Apache Karaf project logo are trademarks of The Apache Software Foundation. </div> Modified: karaf/site/production/manual/latest/commands/jaas-group-add.html URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-group-add.html?rev=1688715&r1=1688714&r2=1688715&view=diff ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-group-add.html (original) +++ karaf/site/production/manual/latest/commands/jaas-group-add.html Wed Jul 1 19:43:35 2015 @@ -8,7 +8,7 @@ <link href="../css/style.css" rel="stylesheet" type="text/css"/> <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/> <title> - Apache Karaf 3.0.3-SNAPSHOT Guides + Apache Karaf 4.0.1-SNAPSHOT Guides </title> </head> <body> @@ -101,7 +101,7 @@ </td> <td height="100%" width="100%"> <div class="wiki-content"> -<h1 id="jaasgroupadd">jaas:group-add</h1><h2 id="Description">Description</h2><p>Make a user part of a group</p><h2 id="Syntax">Syntax</h2><p>jaas:group-add [options] username group </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"> username </td><td class="confluenceTd"> Username </td></tr><tr><td class="confluenceTd"> group </td><td class="confluenceTd"> Group </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></table></div><h2 id="Details">Details</h2> +<h1 id="jaasgroupadd">jaas:group-add</h1><h2 id="Description">Description</h2><p>Make a user part of a group</p><h2 id="Syntax">Syntax</h2><p>jaas:group-add [options] username group </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"> username </td><td class="confluenceTd"> Username </td></tr><tr><td class="confluenceTd"> group </td><td class="confluenceTd"> Group </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></table></div> </div> </td> </tr> @@ -121,7 +121,7 @@ <td id="cell-3-2"> <div id="footer"> <div id="site-footer"> - © 2008-2011 The Apache Software Foundation + © 2008-2014 The Apache Software Foundation <br/> Apache Karaf, Karaf, Apache, the Apache feather logo, and the Apache Karaf project logo are trademarks of The Apache Software Foundation. </div> Added: karaf/site/production/manual/latest/commands/jaas-group-create.html URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-group-create.html?rev=1688715&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-group-create.html (added) +++ karaf/site/production/manual/latest/commands/jaas-group-create.html Wed Jul 1 19:43:35 2015 @@ -0,0 +1,150 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd"> +<html lang="en"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> + <meta name="description" content="description goes here"/> + <meta name="keywords" content="keywords,goes,here"/> + <meta name="author" content="The Apache Karaf Team"/> + <link href="../css/style.css" rel="stylesheet" type="text/css"/> + <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/> + <title> + Apache Karaf 4.0.1-SNAPSHOT Guides + </title> + </head> + <body> + <table width="100%" cellpadding="0" cellspacing="0"> + <tr width="100%"> + <td id="cell-0-0" colspan="2"> + + </td> + <td id="cell-0-1"> + + </td> + <td id="cell-0-2" colspan="2"> + + </td> + </tr> + <tr width="100%"> + <td id="cell-1-0"> + + </td> + <td id="cell-1-1"> + + </td> + <td id="cell-1-2"> + <div style="padding: 5px;"> + <div id="banner"> + <table border="0" cellpadding="0" cellspacing="0" width="100%"> + <tr> + <td align="left" class="topbardiv" nowrap=""> +<a href="http://karaf.apache.org/" title="A server side OSGi distribution"> + <img border="0" src="../images/karaf-logo.png" width="400px"></img> +</a> + </td> + <td align="right" nowrap=""> +<a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" src="../images/asf-logo.png"> +</a> + </td> + </tr> + </table> + + </div> + <div id="top-menu"> + <table border="0" cellpadding="1" cellspacing="0" width="100%"> + <tr> + <td> + <div align="left"></div> + </td> + <td> + <div align="right"> + <p> +<a href="../index.html" title="Home">Home</a> +| +<a href="../users-guide/index.html" title="Users Guide">Users Guide</a> +| +<a href="../developers-guide/index.html" title="Developers Guide">Developers Guide</a> +</p> + + + </div> + </td> + </tr> + </table> + </div> + </div> + </td> + <td id="cell-1-3"> + + </td> + <td id="cell-1-4"> + + </td> + </tr> + <tr width="100%"> + <td id="cell-2-0" colspan="2"> + + </td> + <td id="cell-2-1"> + <table> + <tr height="100%" valign="top"> + <td height="100%"> + <div id="wrapper-menu-page-right"> + <div id="wrapper-menu-page-top"> + <div id="wrapper-menu-page-bottom"> + <div id="menu-page"> + <h3 id="Homeindex"><a href="../index.html">Home</a></h3><ul style="list-style: square"><li><a href="../overview.html">Overview</a></li><li><a href="../quick-start.html">Quick Start</a></li></ul><h3 id="UsersGuideusersguideindex"><a href="../users-guide/index.html">Users Guide</a></h3><ul style="list-style: square"><li><a href="../users-guide/installation.html">Installation</a></li><li><a href="../users-guide/directory-structure.html">Directory structure</a></li><li><a href="../users-guide/start-stop.html">Start, stop, restart, connect</a></li><li><a href="../users-guide/wrapper.html">Integration in the operating system: the Service Wrapper</a></li><li><a href="../users-guide/console.html">Console</a></li><li><a href="../users-guide/remote.html">Remote</a></li><li><a href="../users-guide/log.html">Log</a></li><li><a href="../users-guide/configuration.html">Configuration</a></li><li><a href="../users-guide/urls.html">Artifacts repositories and URLs</a></li><li> <a href="../users-guide/provisioning.html">Provisioning and features</a></li><li><a href="../users-guide/deployers.html">Deployers</a></li><li><a href="../users-guide/kar.html">KAR</a></li><li><a href="../users-guide/instances.html">Instances</a></li><li><a href="../users-guide/security.html">Security</a></li><li><a href="../users-guide/obr.html">OBR</a></li><li><a href="../users-guide/enterprise.html">Enterprise</a><ul><li><a href="../users-guide/webcontainer.html">WebContainer (JSP/Servlet)</a></li><li><a href="../users-guide/jndi.html">Naming (JNDI)</a></li><li><a href="../users-guide/jta.html">Transaction (JTA)</a></li><li><a href="../users-guide/jdbc.html">DataSource (JDBC)</a></li><li><a href="../users-guide/jms.html">MOM (JMS)</a></li><li><a href="../users-guide/jpa.html">Persistence (JPA)</a></li><li><a href="../users-guide/ejb.html">EJB</a></li><li><a href="../users-guide/cdi.html">CDI</a></li><li><a href="../users-guide/failover.html">HA/failover and cluster</a></li></ul>< /li><li><a href="../users-guide/monitoring.html">Monitoring and Management using JMX</a></li><li><a href="../users-guide/webconsole.html">WebConsole</a></li><li><a href="../users-guide/tuning.html">Tuning</a></li></ul><h3 id="DevelopersGuidedevelopersguideindex"><a href="../developers-guide/index.html">Developers Guide</a></h3><ul style="list-style: square"><li><a href="../developers-guide/developer-commands.html">Developer commands</a></li><li><a href="../developers-guide/scripting.html">Scripting</a></li><li><a href="../developers-guide/connect.html">Programmatically connect</a></li><li><a href="../developers-guide/branding.html">Branding</a></li><li><a href="../developers-guide/extending.html">Extending</a></li><li><a href="../developers-guide/karaf-maven-plugin.html">Karaf Maven plugin</a></li><li><a href="../developers-guide/custom-distribution.html">Custom distribution</a></li><li><a href="../developers-guide/services.html">OSGi services</a></li><li><a href="../developers-guid e/creating-bundles.html">Create OSGi bundle</a></li><li><a href="../developers-guide/blueprint.html">Blueprint</a></li><li><a href="../developers-guide/cdi.html">CDI</a></li><li><a href="../developers-guide/archetypes.html">Maven Archetypes</a></li><li><a href="../developers-guide/security-framework.html">Security Framework</a></li><li><a href="../developers-guide/debugging.html">Troubleshooting, Debugging, Profiling</a></li><li><a href="../developers-guide/writing-tests.html">Integration testing</a></li><li><a href="../developers-guide/github-contributions.html">Github Contributions</a></li></ul><h3 id="Commandscommandscommands"><a href="commands.html">Commands</a></h3> + </div> + </div> + </div> + </div> + </td> + <td height="100%" width="100%"> + <div class="wiki-content"> +<h1 id="jaasgroupcreate">jaas:group-create</h1><h2 id="Description">Description</h2><p>create a group in a realm</p><h2 id="Syntax">Syntax</h2><p>jaas:group-create [options] group </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"> group </td><td class="confluenceTd"> Group </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></table></div> + </div> + </td> + </tr> + </table> + </td> + <td id="cell-2-2" colspan="2"> + + </td> + </tr> + <tr width="100%"> + <td id="cell-3-0"> + + </td> + <td id="cell-3-1"> + + </td> + <td id="cell-3-2"> + <div id="footer"> + <div id="site-footer"> + © 2008-2014 The Apache Software Foundation + <br/> + Apache Karaf, Karaf, Apache, the Apache feather logo, and the Apache Karaf project logo are trademarks of The Apache Software Foundation. + </div> + </div> + </td> + <td id="cell-3-3"> + + </td> + <td id="cell-3-4"> + + </td> + </tr> + <tr width="100%"> + <td id="cell-4-0" colspan="2"> + + </td> + <td id="cell-4-1"> + + </td> + <td id="cell-4-2" colspan="2"> + + </td> + </tr> + </table> + </body> +</html> \ No newline at end of file Modified: karaf/site/production/manual/latest/commands/jaas-group-delete.html URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-group-delete.html?rev=1688715&r1=1688714&r2=1688715&view=diff ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-group-delete.html (original) +++ karaf/site/production/manual/latest/commands/jaas-group-delete.html Wed Jul 1 19:43:35 2015 @@ -8,7 +8,7 @@ <link href="../css/style.css" rel="stylesheet" type="text/css"/> <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/> <title> - Apache Karaf 3.0.3-SNAPSHOT Guides + Apache Karaf 4.0.1-SNAPSHOT Guides </title> </head> <body> @@ -101,7 +101,7 @@ </td> <td height="100%" width="100%"> <div class="wiki-content"> -<h1 id="jaasgroupdelete">jaas:group-delete</h1><h2 id="Description">Description</h2><p>Remove a user from a group</p><h2 id="Syntax">Syntax</h2><p>jaas:group-delete [options] username group </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"> username </td><td class="confluenceTd"> Username </td></tr><tr><td class="confluenceTd"> group </td><td class="confluenceTd"> Group </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></table></div><h2 id="Details">Details</h2> +<h1 id="jaasgroupdelete">jaas:group-delete</h1><h2 id="Description">Description</h2><p>Remove a user from a group</p><h2 id="Syntax">Syntax</h2><p>jaas:group-delete [options] username group </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"> username </td><td class="confluenceTd"> Username </td></tr><tr><td class="confluenceTd"> group </td><td class="confluenceTd"> Group </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></table></div> </div> </td> </tr> @@ -121,7 +121,7 @@ <td id="cell-3-2"> <div id="footer"> <div id="site-footer"> - © 2008-2011 The Apache Software Foundation + © 2008-2014 The Apache Software Foundation <br/> Apache Karaf, Karaf, Apache, the Apache feather logo, and the Apache Karaf project logo are trademarks of The Apache Software Foundation. </div> Added: karaf/site/production/manual/latest/commands/jaas-group-list.html URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-group-list.html?rev=1688715&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-group-list.html (added) +++ karaf/site/production/manual/latest/commands/jaas-group-list.html Wed Jul 1 19:43:35 2015 @@ -0,0 +1,150 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd"> +<html lang="en"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> + <meta name="description" content="description goes here"/> + <meta name="keywords" content="keywords,goes,here"/> + <meta name="author" content="The Apache Karaf Team"/> + <link href="../css/style.css" rel="stylesheet" type="text/css"/> + <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/> + <title> + Apache Karaf 4.0.1-SNAPSHOT Guides + </title> + </head> + <body> + <table width="100%" cellpadding="0" cellspacing="0"> + <tr width="100%"> + <td id="cell-0-0" colspan="2"> + + </td> + <td id="cell-0-1"> + + </td> + <td id="cell-0-2" colspan="2"> + + </td> + </tr> + <tr width="100%"> + <td id="cell-1-0"> + + </td> + <td id="cell-1-1"> + + </td> + <td id="cell-1-2"> + <div style="padding: 5px;"> + <div id="banner"> + <table border="0" cellpadding="0" cellspacing="0" width="100%"> + <tr> + <td align="left" class="topbardiv" nowrap=""> +<a href="http://karaf.apache.org/" title="A server side OSGi distribution"> + <img border="0" src="../images/karaf-logo.png" width="400px"></img> +</a> + </td> + <td align="right" nowrap=""> +<a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" src="../images/asf-logo.png"> +</a> + </td> + </tr> + </table> + + </div> + <div id="top-menu"> + <table border="0" cellpadding="1" cellspacing="0" width="100%"> + <tr> + <td> + <div align="left"></div> + </td> + <td> + <div align="right"> + <p> +<a href="../index.html" title="Home">Home</a> +| +<a href="../users-guide/index.html" title="Users Guide">Users Guide</a> +| +<a href="../developers-guide/index.html" title="Developers Guide">Developers Guide</a> +</p> + + + </div> + </td> + </tr> + </table> + </div> + </div> + </td> + <td id="cell-1-3"> + + </td> + <td id="cell-1-4"> + + </td> + </tr> + <tr width="100%"> + <td id="cell-2-0" colspan="2"> + + </td> + <td id="cell-2-1"> + <table> + <tr height="100%" valign="top"> + <td height="100%"> + <div id="wrapper-menu-page-right"> + <div id="wrapper-menu-page-top"> + <div id="wrapper-menu-page-bottom"> + <div id="menu-page"> + <h3 id="Homeindex"><a href="../index.html">Home</a></h3><ul style="list-style: square"><li><a href="../overview.html">Overview</a></li><li><a href="../quick-start.html">Quick Start</a></li></ul><h3 id="UsersGuideusersguideindex"><a href="../users-guide/index.html">Users Guide</a></h3><ul style="list-style: square"><li><a href="../users-guide/installation.html">Installation</a></li><li><a href="../users-guide/directory-structure.html">Directory structure</a></li><li><a href="../users-guide/start-stop.html">Start, stop, restart, connect</a></li><li><a href="../users-guide/wrapper.html">Integration in the operating system: the Service Wrapper</a></li><li><a href="../users-guide/console.html">Console</a></li><li><a href="../users-guide/remote.html">Remote</a></li><li><a href="../users-guide/log.html">Log</a></li><li><a href="../users-guide/configuration.html">Configuration</a></li><li><a href="../users-guide/urls.html">Artifacts repositories and URLs</a></li><li> <a href="../users-guide/provisioning.html">Provisioning and features</a></li><li><a href="../users-guide/deployers.html">Deployers</a></li><li><a href="../users-guide/kar.html">KAR</a></li><li><a href="../users-guide/instances.html">Instances</a></li><li><a href="../users-guide/security.html">Security</a></li><li><a href="../users-guide/obr.html">OBR</a></li><li><a href="../users-guide/enterprise.html">Enterprise</a><ul><li><a href="../users-guide/webcontainer.html">WebContainer (JSP/Servlet)</a></li><li><a href="../users-guide/jndi.html">Naming (JNDI)</a></li><li><a href="../users-guide/jta.html">Transaction (JTA)</a></li><li><a href="../users-guide/jdbc.html">DataSource (JDBC)</a></li><li><a href="../users-guide/jms.html">MOM (JMS)</a></li><li><a href="../users-guide/jpa.html">Persistence (JPA)</a></li><li><a href="../users-guide/ejb.html">EJB</a></li><li><a href="../users-guide/cdi.html">CDI</a></li><li><a href="../users-guide/failover.html">HA/failover and cluster</a></li></ul>< /li><li><a href="../users-guide/monitoring.html">Monitoring and Management using JMX</a></li><li><a href="../users-guide/webconsole.html">WebConsole</a></li><li><a href="../users-guide/tuning.html">Tuning</a></li></ul><h3 id="DevelopersGuidedevelopersguideindex"><a href="../developers-guide/index.html">Developers Guide</a></h3><ul style="list-style: square"><li><a href="../developers-guide/developer-commands.html">Developer commands</a></li><li><a href="../developers-guide/scripting.html">Scripting</a></li><li><a href="../developers-guide/connect.html">Programmatically connect</a></li><li><a href="../developers-guide/branding.html">Branding</a></li><li><a href="../developers-guide/extending.html">Extending</a></li><li><a href="../developers-guide/karaf-maven-plugin.html">Karaf Maven plugin</a></li><li><a href="../developers-guide/custom-distribution.html">Custom distribution</a></li><li><a href="../developers-guide/services.html">OSGi services</a></li><li><a href="../developers-guid e/creating-bundles.html">Create OSGi bundle</a></li><li><a href="../developers-guide/blueprint.html">Blueprint</a></li><li><a href="../developers-guide/cdi.html">CDI</a></li><li><a href="../developers-guide/archetypes.html">Maven Archetypes</a></li><li><a href="../developers-guide/security-framework.html">Security Framework</a></li><li><a href="../developers-guide/debugging.html">Troubleshooting, Debugging, Profiling</a></li><li><a href="../developers-guide/writing-tests.html">Integration testing</a></li><li><a href="../developers-guide/github-contributions.html">Github Contributions</a></li></ul><h3 id="Commandscommandscommands"><a href="commands.html">Commands</a></h3> + </div> + </div> + </div> + </div> + </td> + <td height="100%" width="100%"> + <div class="wiki-content"> +<h1 id="jaasgrouplist">jaas:group-list</h1><h2 id="Description">Description</h2><p>List groups in a realm</p><h2 id="Syntax">Syntax</h2><p>jaas:group-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> + </td> + </tr> + </table> + </td> + <td id="cell-2-2" colspan="2"> + + </td> + </tr> + <tr width="100%"> + <td id="cell-3-0"> + + </td> + <td id="cell-3-1"> + + </td> + <td id="cell-3-2"> + <div id="footer"> + <div id="site-footer"> + © 2008-2014 The Apache Software Foundation + <br/> + Apache Karaf, Karaf, Apache, the Apache feather logo, and the Apache Karaf project logo are trademarks of The Apache Software Foundation. + </div> + </div> + </td> + <td id="cell-3-3"> + + </td> + <td id="cell-3-4"> + + </td> + </tr> + <tr width="100%"> + <td id="cell-4-0" colspan="2"> + + </td> + <td id="cell-4-1"> + + </td> + <td id="cell-4-2" colspan="2"> + + </td> + </tr> + </table> + </body> +</html> \ No newline at end of file Modified: karaf/site/production/manual/latest/commands/jaas-group-role-add.html URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-group-role-add.html?rev=1688715&r1=1688714&r2=1688715&view=diff ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-group-role-add.html (original) +++ karaf/site/production/manual/latest/commands/jaas-group-role-add.html Wed Jul 1 19:43:35 2015 @@ -8,7 +8,7 @@ <link href="../css/style.css" rel="stylesheet" type="text/css"/> <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/> <title> - Apache Karaf 3.0.3-SNAPSHOT Guides + Apache Karaf 4.0.1-SNAPSHOT Guides </title> </head> <body> @@ -101,7 +101,7 @@ </td> <td height="100%" width="100%"> <div class="wiki-content"> -<h1 id="jaasgrouproleadd">jaas:group-role-add</h1><h2 id="Description">Description</h2><p>Add a role to a group</p><h2 id="Syntax">Syntax</h2><p>jaas:group-role-add [options] group role </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"> group </td><td class="confluenceTd"> Group </td></tr><tr><td class="confluenceTd"> role </td><td class="confluenceTd"> Role </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></table></div><h2 id="Details">Details</h2> +<h1 id="jaasgrouproleadd">jaas:group-role-add</h1><h2 id="Description">Description</h2><p>Add a role to a group</p><h2 id="Syntax">Syntax</h2><p>jaas:group-role-add [options] group role </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"> group </td><td class="confluenceTd"> Group </td></tr><tr><td class="confluenceTd"> role </td><td class="confluenceTd"> Role </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></table></div> </div> </td> </tr> @@ -121,7 +121,7 @@ <td id="cell-3-2"> <div id="footer"> <div id="site-footer"> - © 2008-2011 The Apache Software Foundation + © 2008-2014 The Apache Software Foundation <br/> Apache Karaf, Karaf, Apache, the Apache feather logo, and the Apache Karaf project logo are trademarks of The Apache Software Foundation. </div> Modified: karaf/site/production/manual/latest/commands/jaas-group-role-delete.html URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-group-role-delete.html?rev=1688715&r1=1688714&r2=1688715&view=diff ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-group-role-delete.html (original) +++ karaf/site/production/manual/latest/commands/jaas-group-role-delete.html Wed Jul 1 19:43:35 2015 @@ -8,7 +8,7 @@ <link href="../css/style.css" rel="stylesheet" type="text/css"/> <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/> <title> - Apache Karaf 3.0.3-SNAPSHOT Guides + Apache Karaf 4.0.1-SNAPSHOT Guides </title> </head> <body> @@ -101,7 +101,7 @@ </td> <td height="100%" width="100%"> <div class="wiki-content"> -<h1 id="jaasgrouproledelete">jaas:group-role-delete</h1><h2 id="Description">Description</h2><p>Remove a role from a group</p><h2 id="Syntax">Syntax</h2><p>jaas:group-role-delete [options] group role </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"> group </td><td class="confluenceTd"> Group </td></tr><tr><td class="confluenceTd"> role </td><td class="confluenceTd"> Role </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></table></div><h2 id="Details">Details</h2> +<h1 id="jaasgrouproledelete">jaas:group-role-delete</h1><h2 id="Description">Description</h2><p>Remove a role from a group</p><h2 id="Syntax">Syntax</h2><p>jaas:group-role-delete [options] group role </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"> group </td><td class="confluenceTd"> Group </td></tr><tr><td class="confluenceTd"> role </td><td class="confluenceTd"> Role </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></table></div> </div> </td> </tr> @@ -121,7 +121,7 @@ <td id="cell-3-2"> <div id="footer"> <div id="site-footer"> - © 2008-2011 The Apache Software Foundation + © 2008-2014 The Apache Software Foundation <br/> Apache Karaf, Karaf, Apache, the Apache feather logo, and the Apache Karaf project logo are trademarks of The Apache Software Foundation. </div> Modified: karaf/site/production/manual/latest/commands/jaas-pending-list.html URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-pending-list.html?rev=1688715&r1=1688714&r2=1688715&view=diff ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-pending-list.html (original) +++ karaf/site/production/manual/latest/commands/jaas-pending-list.html Wed Jul 1 19:43:35 2015 @@ -8,7 +8,7 @@ <link href="../css/style.css" rel="stylesheet" type="text/css"/> <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/> <title> - Apache Karaf 3.0.3-SNAPSHOT Guides + Apache Karaf 4.0.1-SNAPSHOT Guides </title> </head> <body> @@ -101,7 +101,7 @@ </td> <td height="100%" width="100%"> <div class="wiki-content"> -<h1 id="jaaspendinglist">jaas:pending-list</h1><h2 id="Description">Description</h2><p>List the pending modification on the active JAAS Realm/Login Module</p><h2 id="Syntax">Syntax</h2><p>jaas:pending-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><h2 id="Details">Details</h2> +<h1 id="jaaspendinglist">jaas:pending-list</h1><h2 id="Description">Description</h2><p>List the pending modification on the active JAAS Realm/Login Module</p><h2 id="Syntax">Syntax</h2><p>jaas:pending-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> </td> </tr> @@ -121,7 +121,7 @@ <td id="cell-3-2"> <div id="footer"> <div id="site-footer"> - © 2008-2011 The Apache Software Foundation + © 2008-2014 The Apache Software Foundation <br/> Apache Karaf, Karaf, Apache, the Apache feather logo, and the Apache Karaf project logo are trademarks of The Apache Software Foundation. </div> Modified: karaf/site/production/manual/latest/commands/jaas-realm-list.html URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-realm-list.html?rev=1688715&r1=1688714&r2=1688715&view=diff ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-realm-list.html (original) +++ karaf/site/production/manual/latest/commands/jaas-realm-list.html Wed Jul 1 19:43:35 2015 @@ -8,7 +8,7 @@ <link href="../css/style.css" rel="stylesheet" type="text/css"/> <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/> <title> - Apache Karaf 3.0.3-SNAPSHOT Guides + Apache Karaf 4.0.1-SNAPSHOT Guides </title> </head> <body> @@ -101,7 +101,7 @@ </td> <td height="100%" width="100%"> <div class="wiki-content"> -<h1 id="jaasrealmlist">jaas:realm-list</h1><h2 id="Description">Description</h2><p>List JAAS realms</p><h2 id="Syntax">Syntax</h2><p>jaas:realm-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><tr><td class="confluenceTd"> -h, --hidden </td><td class="confluenceTd"> Show hidden realms </td></tr><tr><td class="confluenceTd"> --no-format </td><td class="confluenceTd"> Disable table rendered output </td></tr></table></div><h2 id="Details">Details</h2> +<h1 id="jaasrealmlist">jaas:realm-list</h1><h2 id="Description">Description</h2><p>List JAAS realms</p><h2 id="Syntax">Syntax</h2><p>jaas:realm-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"> -h, --hidden </td><td class="confluenceTd"> Show hidden realms </td></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> --no-format </td><td class="confluenceTd"> Disable table rendered output </td></tr></table></div> </div> </td> </tr> @@ -121,7 +121,7 @@ <td id="cell-3-2"> <div id="footer"> <div id="site-footer"> - © 2008-2011 The Apache Software Foundation + © 2008-2014 The Apache Software Foundation <br/> Apache Karaf, Karaf, Apache, the Apache feather logo, and the Apache Karaf project logo are trademarks of The Apache Software Foundation. </div> Modified: karaf/site/production/manual/latest/commands/jaas-realm-manage.html URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-realm-manage.html?rev=1688715&r1=1688714&r2=1688715&view=diff ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-realm-manage.html (original) +++ karaf/site/production/manual/latest/commands/jaas-realm-manage.html Wed Jul 1 19:43:35 2015 @@ -8,7 +8,7 @@ <link href="../css/style.css" rel="stylesheet" type="text/css"/> <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/> <title> - Apache Karaf 3.0.3-SNAPSHOT Guides + Apache Karaf 4.0.1-SNAPSHOT Guides </title> </head> <body> @@ -101,7 +101,7 @@ </td> <td height="100%" width="100%"> <div class="wiki-content"> -<h1 id="jaasrealmmanage">jaas:realm-manage</h1><h2 id="Description">Description</h2><p>Manage users and roles of a JAAS Realm</p><h2 id="Syntax">Syntax</h2><p>jaas:realm-manage [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><tr><td class="confluenceTd"> -f, --force </td><td class="confluenceTd"> Force the management of this realm, even if another one was under management </td></tr><tr><td class="confluenceTd"> --realm </td><td class="confluenceTd"> JAAS Realm </td></tr><tr><td class="confluenceTd"> --module </td><td class="confluenceTd"> JAAS Login Module Class Name </td></tr><tr><td class="confluenceTd"> --index </td><td class="confluenceTd"> Realm Index </td></tr><tr><td class="confluenceTd"> -h, --hidden </td><td class="confluenceTd"> Manage hidden realms </td></tr></table></div><h2 id="Details">Details</h2> +<h1 id="jaasrealmmanage">jaas:realm-manage</h1><h2 id="Description">Description</h2><p>Manage users and roles of a JAAS Realm</p><h2 id="Syntax">Syntax</h2><p>jaas:realm-manage [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"> -f, --force </td><td class="confluenceTd"> Force the management of this realm, even if another one was under management </td></tr><tr><td class="confluenceTd"> --realm </td><td class="confluenceTd"> JAAS Realm </td></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> --module </td><td class="confluenceTd"> JAAS Login Module Class Name </td></tr><tr><td class="confluenceTd"> --index </td><td class="confluenceTd"> Realm Index </td></tr><tr><td class="confluenceTd"> -h, --hidden </td><td class="confluenceTd"> Manage hidden realms </td></tr></table></div> </div> </td> </tr> @@ -121,7 +121,7 @@ <td id="cell-3-2"> <div id="footer"> <div id="site-footer"> - © 2008-2011 The Apache Software Foundation + © 2008-2014 The Apache Software Foundation <br/> Apache Karaf, Karaf, Apache, the Apache feather logo, and the Apache Karaf project logo are trademarks of The Apache Software Foundation. </div> Modified: karaf/site/production/manual/latest/commands/jaas-role-add.html URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-role-add.html?rev=1688715&r1=1688714&r2=1688715&view=diff ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-role-add.html (original) +++ karaf/site/production/manual/latest/commands/jaas-role-add.html Wed Jul 1 19:43:35 2015 @@ -8,7 +8,7 @@ <link href="../css/style.css" rel="stylesheet" type="text/css"/> <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/> <title> - Apache Karaf 3.0.3-SNAPSHOT Guides + Apache Karaf 4.0.1-SNAPSHOT Guides </title> </head> <body> @@ -101,7 +101,7 @@ </td> <td height="100%" width="100%"> <div class="wiki-content"> -<h1 id="jaasroleadd">jaas:role-add</h1><h2 id="Description">Description</h2><p>Add a role to a user</p><h2 id="Syntax">Syntax</h2><p>jaas:role-add [options] username role </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"> username </td><td class="confluenceTd"> User Name </td></tr><tr><td class="confluenceTd"> role </td><td class="confluenceTd"> Role </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></table></div><h2 id="Details">Details</h2> +<h1 id="jaasroleadd">jaas:role-add</h1><h2 id="Description">Description</h2><p>Add a role to a user</p><h2 id="Syntax">Syntax</h2><p>jaas:role-add [options] username role </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"> username </td><td class="confluenceTd"> User Name </td></tr><tr><td class="confluenceTd"> role </td><td class="confluenceTd"> Role </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></table></div> </div> </td> </tr> @@ -121,7 +121,7 @@ <td id="cell-3-2"> <div id="footer"> <div id="site-footer"> - © 2008-2011 The Apache Software Foundation + © 2008-2014 The Apache Software Foundation <br/> Apache Karaf, Karaf, Apache, the Apache feather logo, and the Apache Karaf project logo are trademarks of The Apache Software Foundation. </div> Modified: karaf/site/production/manual/latest/commands/jaas-role-delete.html URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-role-delete.html?rev=1688715&r1=1688714&r2=1688715&view=diff ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-role-delete.html (original) +++ karaf/site/production/manual/latest/commands/jaas-role-delete.html Wed Jul 1 19:43:35 2015 @@ -8,7 +8,7 @@ <link href="../css/style.css" rel="stylesheet" type="text/css"/> <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/> <title> - Apache Karaf 3.0.3-SNAPSHOT Guides + Apache Karaf 4.0.1-SNAPSHOT Guides </title> </head> <body> @@ -101,7 +101,7 @@ </td> <td height="100%" width="100%"> <div class="wiki-content"> -<h1 id="jaasroledelete">jaas:role-delete</h1><h2 id="Description">Description</h2><p>Delete a role from a user</p><h2 id="Syntax">Syntax</h2><p>jaas:role-delete [options] username role </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"> username </td><td class="confluenceTd"> User Name </td></tr><tr><td class="confluenceTd"> role </td><td class="confluenceTd"> Role </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></table></div><h2 id="Details">Details</h2> +<h1 id="jaasroledelete">jaas:role-delete</h1><h2 id="Description">Description</h2><p>Delete a role from a user</p><h2 id="Syntax">Syntax</h2><p>jaas:role-delete [options] username role </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"> username </td><td class="confluenceTd"> User Name </td></tr><tr><td class="confluenceTd"> role </td><td class="confluenceTd"> Role </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></table></div> </div> </td> </tr> @@ -121,7 +121,7 @@ <td id="cell-3-2"> <div id="footer"> <div id="site-footer"> - © 2008-2011 The Apache Software Foundation + © 2008-2014 The Apache Software Foundation <br/> Apache Karaf, Karaf, Apache, the Apache feather logo, and the Apache Karaf project logo are trademarks of The Apache Software Foundation. </div>
