Chapter 9. Rolling Out JBoss

JBoss comes in a state that is extremely developer friendly. JBoss doesn’t use an installer and doesn’t require any additional configuration to start. In most cases, your application won’t require any JBoss-specific configuration to deploy and run. The default configuration comes with the services most commonly needed, already running and in a state that makes them easily accessible.

It is an ideal world for developers, but when the time comes to put your application in production, you really won’t want your application server to be so friendly. You’ll want to limit the services provided to just the ones you need, especially when those services offer entry points for the outside world to access the server, and you’ll want to make sure the remaining services are configured in a production-friendly manner. In this chapter, we’ll walk through the default JBoss installation and see what updates are needed to get a JBoss instance ready to be exposed to the outside world.

As we go through the services, keep in mind that although they require a bit of work, you’ll need to do this work only once. You learned how to create a new server configuration in Chapter 1. We recommend that you create ...

Get JBoss: A Developer's Notebook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.