Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

(Created page with "==Introduction== ECFs Remote Services/Remote Service Admin implementation may be used on any OSGi R4.3+ compatible Framework Implementation. Starting with ECF 3.8.0 we will ...")
 
(Installing ECF Remote Services SDK into Karaf)
Line 11: Line 11:
 
*[http://karaf.apache.org/index/community/download.html Download] and [http://karaf.apache.org/manual/latest/quick-start.html Install] Karaf 3.0.0 or higher
 
*[http://karaf.apache.org/index/community/download.html Download] and [http://karaf.apache.org/manual/latest/quick-start.html Install] Karaf 3.0.0 or higher
 
*Recommended but not required: [http://karaf.apache.org/manual/latest/users-guide/webconsole.html Install the Karaf webconsole].  This makes it easier to install components like ECF RemoteServices and monitor the resulting runtime.
 
*Recommended but not required: [http://karaf.apache.org/manual/latest/users-guide/webconsole.html Install the Karaf webconsole].  This makes it easier to install components like ECF RemoteServices and monitor the resulting runtime.
**To install the webconsole at the Karaf command shell type:  '''feature:install webconsole'''
+
**To install the webconsole, at the Karaf command shell enter:  '''feature:install webconsole'''
 
**Open a Web Browser at '''http://localhost:8181/system/console'''
 
**Open a Web Browser at '''http://localhost:8181/system/console'''
 
*In the Karaf webconsole, add the ECF Repository
 
*In the Karaf webconsole, add the ECF Repository
**The ECF SDK Karaf Features repository URL is:  '''http://download.eclipse.org/rt/ecf/3.8.0/site.p2/karaf-features.xml'''
+
**From the Karaf Main menu choose '''Main->Features'''
 +
**Add the ECF SDK URL:  '''http://download.eclipse.org/rt/ecf/3.8.0/site.p2/karaf-features.xml''' and choose '''Add URL''' button
 +
[[File:Karafinst1.png]]
 
**With the webconsole
 
**With the webconsole

Revision as of 17:21, 8 March 2014

Introduction

ECFs Remote Services/Remote Service Admin implementation may be used on any OSGi R4.3+ compatible Framework Implementation. Starting with ECF 3.8.0 we will provide the Apache Karaf provisioning metadata to allow ECF RS/RSA SDK to be easily installed into a Karaf installation.

What is Karaf?

Karaf is a lightweight OSGi container that supports installing Karaf-based features into the runtime. For more information about Karaf, and/or to download see here, and for more information about Karaf provisioning see here.

Installing ECF Remote Services SDK into Karaf

Karafinst1.png

    • With the webconsole

Back to the top