Book Image

Learning Apache Karaf

By : Jamie Goodyear, Johan Edstrom, Heath Kesler
Book Image

Learning Apache Karaf

By: Jamie Goodyear, Johan Edstrom, Heath Kesler

Overview of this book

<p>Apache Karaf is more than just an OSGi-based runtime container; it’s an ecosystem of open source technologies that makes operating and managing applications easier. Karaf supports hot deployment of OSGi bundles by monitoring jar files inside the [home]/deploy directory. Each time a jar is copied in this folder, it will be installed inside the runtime. You can then update or delete it, and changes will be handled automatically. In addition, Karaf also supports exploded bundles and custom deployers.</p> <p>Learning Apache Karaf will introduce developers and administrators alike to the OSGi-based container, and impart best practices by example. The book shows you how to set up an Apache Karaf distribution, and how to arrive at a production-ready deployment. Learning Apache Karaf teaches you everything you need to install, configure, and administer Apache Karaf.</p> <p>Learning Apache Karaf will help guide you through the complexity of an OSGi container using sample code and configuration snippets to demonstrate the important aspects of managing and running a Karaf instance.</p> <p>Learning to install and command the runtime is just the beginning; deploying and provisioning applications is just as important to the successful implementation of a stable and scalable architecture. You will discover how to monitor runtime environments using remote access, logging, and JMX, and you will also develop production-level architectures with high availability and security.</p>
Table of Contents (16 chapters)

Summary


There are many other ways to configure Karaf on startup, this chapter only gave a review of the most commonly used configurations. Karaf can be configured in an almost infinite number of ways, but that means care must be taken when altering or changing the configuration. Understand what is being changed and your chances for success are much greater. In this chapter, we covered the basics from memory settings to configuration changes at runtime. In the next chapter we will discuss how to set up the Maven repositories and feature descriptors.