Author: buildbot
Date: Tue Apr 29 10:17:20 2014
New Revision: 907284
Log:
Staging update by buildbot for ace
Modified:
websites/staging/ace/trunk/content/ (props changed)
websites/staging/ace/trunk/content/user-doc/user-guide.html
Propchange: websites/staging/ace/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Apr 29 10:17:20 2014
@@ -1 +1 @@
-1590937
+1590938
Modified: websites/staging/ace/trunk/content/user-doc/user-guide.html
==============================================================================
--- websites/staging/ace/trunk/content/user-doc/user-guide.html (original)
+++ websites/staging/ace/trunk/content/user-doc/user-guide.html Tue Apr 29
10:17:20 2014
@@ -252,8 +252,11 @@ To delete an association once is created
<li>it uploads the audit log of the target to the ACE server. The audit log
contains all changes in bundle and framework state, such as the starting and
stopping of the framework and (de)installation of bundles;</li>
<li>it check whether or not software updates are available. If so, it will
download it and install this update automatically.</li>
</ol>
-<p>Since ACE 2.0.1, the binary distribution also contains a single-jar version
of a target, called <tt>target.jar</tt>, that can be used to bootstrap the ACE
management agent on a target host as shown in the following example:</p>
-<div class="codehilite"><pre><span class="nv">$ </span>java
-Dagent.identification.agentid<span class="o">=</span>target-1
-Dagent.discovery.serverurls<span class="o">=</span>http://my.ace.server:8080
-jar target.jar
+<p>Since ACE 2.0.1, the binary distribution also contains a single-jar version
of a target, called <tt>target.jar</tt>, that can be used to bootstrap the ACE
management agent on a target host as shown in the following example (the
backslash denote line continuations):</p>
+<div class="codehilite"><pre><span class="nv">$ </span>java <span
class="se">\</span>
+ -Dagent.identification.agentid<span class="o">=</span>target-1 <span
class="se">\</span>
+ -Dagent.discovery.serverurls<span
class="o">=</span>http://my.ace.server:8080 <span class="se">\</span>
+ -jar target.jar
____________________________
Welcome to Apache Felix Gogo
...