Karaf is an OSGi container. It provides the runtime for Vaandroid. The karaf-run script will enable the debugger, set environment variables, and start the container.
{CODE(caption="To Start Karaf")}
cd
bundle:watch * {CODE}
{CODE(caption="To Stop Karaf")}> halt{CODE}
{CODE(caption="To View The Log")}> display{CODE}
{CODE(caption="To Continuously View The Log")}> log:tail{CODE}
See the Karaf Manual for installing and managing the container.
Shortcut | Alias |
---|---|
w | bundle:watch |
t | log:tail |
d | log:display |