Playing with Servicemix 4
Apache Servicemix is an OSGi ESB.
Servicemix Kernel will be started from the cli with:
bin/servicemix
You can deploy web application into it. Servicemix use Jetty as its web container. To deploy you can do inside from osgi shell with:
osgi/install war:file:///your/web/application/archive.war?Webapp-Context=contextname
osgi/start
It will be run in:
http://localhost:8080/contextname
End
About this entry
You’re currently reading “Playing with Servicemix 4,” an entry on reekodezz
- Published:
- October 20, 2009 / 7:23 am
- Category:
- Uncategorized
No comments yet
Jump to comment form | comment rss [?] | trackback uri [?]