Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mingderwang/mediawalker2-karaf

karaf 2.3.5 + camel + hawtio (web console) + cxf => mediawalker2-karaf docker
https://github.com/mingderwang/mediawalker2-karaf

Last synced: 3 days ago
JSON representation

karaf 2.3.5 + camel + hawtio (web console) + cxf => mediawalker2-karaf docker

Awesome Lists containing this project

README

        

# Usage:


docker run -it -p 8181:8181 \
-v `pwd`/deploy:/mediawalker2/deploy \
-v `pwd`/data:/mediawalker2/data \
-w /mediawalker2/deploy \
mingderwang/mediawalker2-karaf

then, you can surf http://192.168.59.103:8181/hawtio
with username:karaf and password:karaf

Copy your OSGi bundles to `pwd`/deploy will install them automatically.

# Support:

Email to [email protected]

# Tutorial:

http://www.liquid-reality.de/display/liquid/2011/02/15/Karaf+Tutorial+Part+1+-+Installation+and+First+application

To install bundles for run above tutorial you can issue following commands under karaf@root> prompt.


install -s mvn:org.apache.derby/derby/10.8.2.2
install -s mvn:org.apache.geronimo.specs/geronimo-jpa_2.0_spec/1.1
install -s mvn:commons-collections/commons-collections/3.2.1
install -s mvn:commons-pool/commons-pool/1.5.4
install -s mvn:commons-dbcp/commons-dbcp/1.4
install -s mvn:commons-lang/commons-lang/2.6
install -s wrap:mvn:net.sourceforge.serp/serp/1.13.1
install -s mvn:org.apache.openjpa/openjpa/2.1.1
dynamic-import 196

# Articles:

## Apache Karaf
http://karaf.apache.org/index/community/articles.html

## Apache Camel
http://camel.apache.org/articles.html

## Apache Shiro
http://shiro.apache.org/articles.html

## Hawt.io
http://hawt.io/