I have installed jboss-fuse-karaf-6.3.0 and created a project in developer studio. I'm not able to figure out certain concepts around it.
- In Apache Fuse how Karaf and Fabric containers are related ? What I understood is Karaf provides runtime environment for the project to run. Fabric is for managing deployments. Is that correct ?
- I have started Karaf container by running FuseInstall/bin/start.bat . How to start the fabric container ?
- Is http://localhost:8181/hawtio is fabric console ?
- Is there a way to directly deploy a project to Karaf container using maven ? or we need to deploy the project to fabric ?
Thanks !