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

Summary


This chapter provided an introduction to the GlassFish Server's security features. It also described how you can secure the Glass Server environment, and the applications deployed to it. At this point, you should be comfortable with the big picture of GlassFish Server's security model, and you should also be able to configure GlassFish to address common security concerns.

Security is always an ever-changing field. Currently, with more and more efforts being put in integrating many heterogeneous systems together, many new technology, standards and products have emerged to address the security issues in these scenarios. For example, the OpenSSO project (http://opensso.org) implements an extensible identity and access management service that supports many advanced features such as pluggable web service security, cross domain single sign-on. OpenSSO can be easily integrated with the GlassFish Server to enhance the security capability. We strongly encourage you to spend time and efforts...