Chapter 3. Managing Applications on GlassFish
In this chapter, we will discuss how applications are managed in GlassFish. We will begin the chapter by explaining how different types of applications are supported and deployed on GlassFish. We will then guide you through a tutorial to show you how to deploy and configure the GlassFish Server for several common types of application. The goal of this chapter is to help you get familiar with deploying and managing applications on the GlassFish Server.
Application management on GlassFish
GlassFish provides a server environment which can be used to host a variety of applications. As the Java EE reference implementation, GlassFish is capable of hosting all the Java EE application and component types. In addition, GlassFish also provides an ideal environment to host several popular types of non-Java EE applications. In this section, let's first discuss Java EE application support provided by GlassFish, and then learn how GlassFish supports other types...