Book Image

GlassFish Administration

By : Xuekun Kou
Book Image

GlassFish Administration

By: Xuekun Kou

Overview of this book

To build a powerful production environment for your Java EE systems, you need a great application server, and the skills to manage it. This book gives you all that you are looking for. This book will help you gain the necessary skills to install, configure, tune, and troubleshoot GlassFish so that you can fully unleash its power. It will teach you how to use the GlassFish application server, with a special focus on administration tasks. It presents the GlassFish administrative tasks in a logical sequence, with each chapter focusing on a specific topic. Starting with installation and moving through configuration, this book takes a careful look at the administration console so that you get a complete understanding of GlassFish and its administrative features. It will help you understand how to deploy Java EE, Ruby on Rails and other supported applications to GlassFish, and how to configure the necessary resources for these applications. You will also learn how to maintain, tune, and troubleshoot your GlassFish server. Also includes a bonus chapter introducing Glassfish v3.
Table of Contents (17 chapters)
GlassFish Administration
Credits
About the Author
Acknowledgement
About the Reviewers
Preface

Chapter 11. Working with GlassFish 3

In this chapter, we will provide a brief introduction to the upcoming GlassFish version 3. First, we will discuss several main features of GlassFish 3. We will then discuss how to install GlassFish 3, followed by a discussion of the administrative infrastructure of GlassFish 3. Finally, we discuss how to deploy different types of applications to GlassFish 3.

Note

At the time of this writing, GlassFish 3 is still under development. Some of the information may be changed by the time GlassFish 3 is officially released. However, we hope this preview chapter provides you with enough information to get a head start with GlassFish 3.

Introducing GlassFish 3

Currently, GlassFish 3 is under active development, in parallel with the Java EE 6 standard. Like the previous versions, GlassFish 3 is being developed not only as a Java EE reference implementation, but also as an application server that delivers high performance and availability. In addition, a lot of new...