Sun GlassFish Enterprise Server 2.1 Quick Start Guide

ProcedureTo Deploy the Sample Enterprise Application Using Admin Console

  1. Open the Admin Console in a web browser if you have not done so already.

  2. Click Common Tasks on the left pane to go to the Common Tasks page, if you are not there already.

  3. On the right pane, under Common Tasks, click Deploy Enterprise Application (.ear).

  4. Select the radio button to the left of the Local packaged file or directory that is accessible from the Application Server option and then click the Choose File... button. Navigate to as-install/samples/quickstart/clusterjsp/clusterjsp.ear.

    If you are accessing Enterprise Server remotely, and if the sample application is accessible from your client machine choose the Packaged file to be uploaded to the server option and click Browse.

  5. Click the Availability enabled check box to make your application highly available.

    It is recommended that you set the heap size to a larger value, if you have available memory in your system. For example, <jvm-options>-Xmx1000m</jvm-options>

  6. In the Targets section of the page, select mycluster from the Available list, and click Add to move it to the Selected list.

  7. Click OK.

    The clusterjsp application is now deployed to default-cluster. Before you launch this application, you need to start the instances in the cluster.


    Note –

    Ensure that you have enabled cookies in your browser before you deploy this application. clusterjsp is a sample application. Please use with caution in a production environment.


Deploying Applications Using CLI Commands

You can deploy applications using the asadmin deploy command. See the deploy man page in the Reference Manual. You can also use the asant commands for deployment. For detailed information on deploying applications see Deploying Modules and Applications in the Application Deployment Guide.