Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EIG:Install into Apache Karaf"

(Karaf 4.x)
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Introduction==
 
 
ECFs Remote Services/Remote Service Admin implementation may be used on any OSGi R4.3+ compatible Framework Implementation.  ECF will provide the [http://karaf.apache.org/ Apache Karaf] features to allow ECF RS/RSA components to be easily installed into a Karaf-based server.
 
 
 
==Installing ECF Remote Services SDK==
 
==Installing ECF Remote Services SDK==
  
*[http://karaf.apache.org/index/community/download.html Download] and [http://karaf.apache.org/manual/latest/quick-start.html Install] Karaf v3.x or v4.x.  See [http://www.liquid-reality.de/display/liquid/2011/02/15/Karaf+Tutorial+Part+1+-+Installation+and+First+application here] for a Karaf install tutorial.
+
Requirements: ECF 3.14+ requires [http://karaf.apache.org Karaf 4.2+ running on Java 8].
  
===Karaf 3.x===
+
===Install Via Karaf Console===
  
Requirements: Karaf 3.x requires Java 7 (Java 8 is not supported in Karaf 3.x)
+
<pre>
 +
karaf@root()>feature:repo-add ecf
 +
karaf@root()>feature:repo-refresh ecf
 +
karaf@root()>feature:install -v ecf-rs-sdk
 +
</pre>
  
In the instructions below, use the following for the &lt;repo url&gt;
+
The ECF Karaf Remote Services SDK is now installed.
  
'''&lt;repo url&gt;:  '''http://download.eclipse.org/rt/ecf/latest/site.p2/karaf-features.xml
+
<b>NOTE:</b>There are a number of features included in the karaf-features, and ECF subsystems are represented as individual features. For example, their is a feature for the ECF Generic distribution provider 'ecf-rs-distribution-generic' and for the rosgi provider 'ecf-rs-distribution-rosgi'.  There are also features for ECF discovery providers: jmdns/zeroconf, slp, zookeeper. There are other [[Distribution Providers]] and [[Discovery Providers]]. There are also others at the [https://github.com/ECF ECF github site].
  
===Karaf 4.x===
+
To export an example remote service, see [[EIG:Install_Timeline_Example_into_Apache_Karaf | tutorial here]].
  
requirements:  Karaf 4.x can use either Java 7 or 8, Maven Repos or http url install
+
===Install Via Webconsole===
  
Java 7 (Maven) '''&lt;repo url&gt;:  '''http://download.eclipse.org/rt/ecf/latest/site.p2/karaf4-features-maven.xml<br>
+
<pre>
Java 7 (http)'''&lt;repo url&gt;:  '''http://download.eclipse.org/rt/ecf/latest/site.p2/karaf4-features.xml
+
karaf@root()>feature:install webconsole
 +
</pre>
  
Java 8 (Maven) '''&lt;repo url&gt;:  '''http://download.eclipse.org/rt/ecf/latest/site.p2/karaf4-j8-features-maven.xml<br>
 
Java 8 (http) '''&lt;repo url&gt;:  '''http://download.eclipse.org/rt/ecf/latest/site.p2/karaf4-j8-features.xml
 
 
===ECF Remote Services SDK Install===
 
 
====Via Command Console====
 
 
*Enter:  '''feature:repo-add <appropriate repo url from above>
 
 
====Via Webconsole====
 
 
*If you haven't already done so, install the Karaf webconsole
 
**Enter:  '''feature:install webconsole'''
 
 
**Open a Web Browser at '''http://localhost:8181/system/console'''.  See [http://karaf.apache.org/manual/latest-3.0.x/users-guide/webconsole.html here] for Karaf default username/password and other information about the use of the webconsole.
 
**Open a Web Browser at '''http://localhost:8181/system/console'''.  See [http://karaf.apache.org/manual/latest-3.0.x/users-guide/webconsole.html here] for Karaf default username/password and other information about the use of the webconsole.
 
*Add the ECF Repository
 
*Add the ECF Repository
Line 46: Line 34:
 
[[File:Karafinst2.png]]
 
[[File:Karafinst2.png]]
  
===Install the ECF SDK feature===
+
*Click on the arrow for the '''ecf-rs-sdk''' feature/row underneath the '''Actions''' column to install.
 
+
====Via Command Console====
+
 
+
*Enter:  '''feature:install -v ecf-remoteservices-sdk'''
+
 
+
====Via Webconsole====
+
 
+
*Click on the arrow for the '''ecf-remoteservices-sdk''' feature/row underneath the '''Actions''' column to install.
+
 
*When install is complete, the bundles list will have all ECF bundles active
 
*When install is complete, the bundles list will have all ECF bundles active
  
 
[[File:Karafinst3.png]]
 
[[File:Karafinst3.png]]
  
The ECF RS SDK is installed and running in Karaf
+
The ECF RS SDK is installed and running in Karaf.
 
+
To export an example remote service, see [[EIG:Install_Timeline_Example_into_Apache_Karaf | tutorial here]].
+

Latest revision as of 01:14, 4 April 2019

Installing ECF Remote Services SDK

Requirements: ECF 3.14+ requires Karaf 4.2+ running on Java 8.

Install Via Karaf Console

karaf@root()>feature:repo-add ecf
karaf@root()>feature:repo-refresh ecf
karaf@root()>feature:install -v ecf-rs-sdk

The ECF Karaf Remote Services SDK is now installed.

NOTE:There are a number of features included in the karaf-features, and ECF subsystems are represented as individual features. For example, their is a feature for the ECF Generic distribution provider 'ecf-rs-distribution-generic' and for the rosgi provider 'ecf-rs-distribution-rosgi'. There are also features for ECF discovery providers: jmdns/zeroconf, slp, zookeeper. There are other Distribution Providers and Discovery Providers. There are also others at the ECF github site.

To export an example remote service, see tutorial here.

Install Via Webconsole

karaf@root()>feature:install webconsole
  • Add the ECF Repository
    • From the Webconsole Main menu choose Main->Features
    • Add the appropriate <repo url> from above to in the text box, and select Add URL button

Karafinst1.png

The available ECF's features will then be shown below (e.g. ecf-remoteservices-sdk)

Karafinst2.png

  • Click on the arrow for the ecf-rs-sdk feature/row underneath the Actions column to install.
  • When install is complete, the bundles list will have all ECF bundles active

Karafinst3.png

The ECF RS SDK is installed and running in Karaf.

Back to the top