Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mingderwang/mediawalker2-karaf
- Owner: mingderwang
- Created: 2014-07-25T11:37:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-08T14:34:57.000Z (about 10 years ago)
- Last Synced: 2023-04-17T12:51:59.059Z (over 1 year ago)
- Language: Shell
- Size: 191 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-karafthen, you can surf http://192.168.59.103:8181/hawtio
with username:karaf and password:karafCopy 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/