Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 669 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 669 Bytes

OpenShift OSGI cartridge

This cartridge embeds Apache Felix runtime as a base for OSGI based applications on OpenShift.

How to

Just create new gear with this cartridge

rhc create-app <your app name> http://cartreflect-claytondev.rhcloud.com/reflect?github=2686747/osgi-cartridge

Control

At this time, there is not functionality exposed by default. When you start the cartridge, OSGI environment is started for you, however there is no public facing interface. To control the cartridge, you need to SSH inside your gear and manage the environment using the provided telnet server.

rhc ssh <your app name>
telnet ${OPENSHIFT_OSGI_IP} 16666