Difference between revisions of "EIG:Install TimeService Tutorial into Apache Karaf"
Line 3: | Line 3: | ||
See the [[Tutorial:_Building_your_first_OSGi_Remote_Service | Building your first OSGi Remote Services Tutorial]] to understand how to design and build this example TimeService. | See the [[Tutorial:_Building_your_first_OSGi_Remote_Service | Building your first OSGi Remote Services Tutorial]] to understand how to design and build this example TimeService. | ||
− | To run the remote time service host example on Apache Karaf with ECF Remote Services | + | To run the remote time service host example on Apache Karaf with ECF Remote Services simply install the timeservice host example feature |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
'''feature:install -v ecf-remoteservices-examples-timeservice-host''' | '''feature:install -v ecf-remoteservices-examples-timeservice-host''' | ||
− | This will install the timeservice host, and | + | This will install the timeservice host, and when it starts it producing the following output on console |
[[File:Karafinst4.png]] | [[File:Karafinst4.png]] |
Revision as of 13:20, 10 August 2015
Introduction
See the Building your first OSGi Remote Services Tutorial to understand how to design and build this example TimeService.
To run the remote time service host example on Apache Karaf with ECF Remote Services simply install the timeservice host example feature
feature:install -v ecf-remoteservices-examples-timeservice-host
This will install the timeservice host, and when it starts it producing the following output on console
The output after the EXPORT_REGISTRATION indicates that the TimeService has been exported as a remote service and is ready for remote consumer discovery and usage.
For reference, this output is produced by the TimeService Examples Host activator class com.mycorp.examples.timeservice.host.Activator