Sun Java logo

Sun logo
Sun Java System Application Server Enterprise Edition 8.1 2005Q1 

Quick Start Guide

Welcome to the Sun Java™ System Application Server Enterprise Edition 8.1 2005Q1 Quick Start Guide. This guide is for developers, system administrators, and Application Server administrators who are interested in learning about the capabilities of the Sun Java™ System Application Server Enterprise Edition 8.1 2005Q1 software.

This guide describes basic and advanced steps for using Application Server. The steps are presented in the order that you should complete them. The basic steps, which usually require less than 45 minutes to complete, are in these sections:

The advanced steps, which usually require about 45 minutes to complete, are in these sections:

The final sections of this guide include information abut Where to Go Next and Documentation Conventions.


About Application Server Administration

To enable administrators to manage server instances and clusters running on multiple hosts, Application Server provides these tools:

These tools connect to a server called the Domain Administration Server, a specially designated Application Server instance that intermediates in all administrative tasks. The Domain Administration Server provides a single secure interface for validating and executing administrative commands regardless of which interface is used.

A domain is a collection of configuration data, deployed applications, and machines with a designated administrator. The domain definition describes and can control the operation of several applications, stand-alone application server instances, and clusters, potentially spread over multiple machines. When Domain Administration Server is installed, a default domain called domain1 is always installed. You work with the default domain in this guide.

To complete most of the steps presented in this guide, you will use the Admin Console.


Starting the Domain Administration Server

This topic, the first of three basic topics, provides the following steps:

Starting the Admin Server

To start the admin server, follow the table below. Solaris and Linux instructions are in the first column. Windows instructions are in the second column.

Solaris/Linux

Windows

  1. Add the install_dir/bin/ directory to the PATH environment variable:

         C Shell:
           % setenv PATH install_dir/bin:$PATH

        
     Bourne Shell:
           PATH=install_dir/bin:$PATH export PATH
  2. Set the admin user environment variable so that you do not need to type it for every command:

         C Shell:
           % setenv AS_ADMIN_USER admin_user

        
     Bourne Shell:
           AS_ADMIN_USER=admin_user
           export AS_ADMIN_USER
  3. Start the server by entering this command from the install_dir:
    % asadmin start-domain --user admin_user domain1

    When you are prompted for the admin password and the master password, enter the passwords that you provided during installation.
  4. A message appears telling you that the Domain Administration Server is starting:
    Starting Domain domain1, please wait. Log redirected to install_dir...
  5. When the startup process has completed, you see an additional message:
    Domain domain1 started
  1. From the Explorer window or desktop, right click My Computer.
  2. Choose Properties to display the System Properties dialog.
  3. Click the Advanced tab.
  4. Click Environment Variables.
  5. In the User variables section,
    If a PATH variable exists:
       verify that install_dir/bin exists in the path:
       install_dir\bin;other_entries
    If a PATH variable is not present:
       Click New.
       In Variable Name, type PATH.
       In Variable Value, type the path to the server’s bin directory:
         install_dir/bin
    Click OK to commit the change.
  6. Add a new environment variable AS_ADMIN_USER and set it to the Administrative User Name that you assigned during installation.
    Click OK to commit the change and close the remaining open windows.
  7. From the Start menu, choose Programs -> Sun Microsystems -> Application Server EE -> Start Admin Server.

    When a command prompt window opens to prompt you for the admin password and the master password, enter the passwords that you provided during installation.
  8. A window appears with a message telling that you the server is starting:
    Starting Domain domain1, please wait.
    Log redirected to install_dir...
  9. When the startup process has completed, you see an additional message:
    Domain domain1 started.
    Press any key to continue ...
  10. Press a key to close the message window.

Logging in to the Admin Console

The Admin Console is a browser interface that simplifies a variety of administration and configuration tasks. It is commonly used to:

For further information about using the Admin Console, consult the online help or the Sun Java System Application Server Enterprise Edition 8.1 2005Q1 Administration Guide.

To log in to the Admin Console:

  1. Type this URL in your browser:
  2. https://localhost:4849/asadmin

    Because the Admin Console is a secure web application, you must use https instead of http.

    Replace the localhost variable with the name of the system that the Domain Admin Server is running on.

    4849 is the Admin Console’s default port number. If you changed the port number during the installation, use that number instead.


    Tip

    Windows users can also use the Start menu option: Programs -> Sun Microsystems -> Application Server EE ->Admin Console.



    Note

    If a popup window appears with a message such as Website Certified by an Unknown Authority, click OK.

    This message appears because your browser does not recognize the self-signed certificate that the Domain Administration Server uses to service the Admin Console over the secure transmission protocol.


  3. When the log in window appears, enter the admin user name and password.
  4. Click Log In.
  5. When the Admin Console appears, it looks like this:


    Admin Console has banner pane across the page, left pane with common tasks tree, and right pane with Welcome and links for Common Tasks and docs.

In the left pane, you can select what you want to manage from the tree provided. In the right pane, various administrative tasks are listed under the “Common Tasks” heading.


Tip

Click the Registration tab to register your software if you have not already done do.


Examining the Log File

Application Server instances and the Domain Admin Server produce annotated logs on the file system. By default, all errors, warnings or useful informative messages are logged. To look at the Admin Server Log File:

  1. From the “Common Tasks” list in the right pane, click “Search Log Files” to launch a new browser window for Log Viewer.
  2. In the Log Viewer window, select the “Instance Name” server and click Search. The Domain Administration Server’s recent log file entries are displayed.

  3. Log Viewer provides view, search and filter options.

  4. Scan the messages and look for any WARNING or SEVERE messages indicating that problems were encountered during server start-up.
  5. You can close Log Viewer at any time. After you create clusters and deploy applications, you should examine log files, if any of the operations failed. Log Viewer can be used to view the log files of any running Application Server instance in the domain.

For more information about the log file, see the Sun Java System Application Server Enterprise Edition 8.1 2005Q1 Administration Guide.

In this section you started the Domain Administration Server and confirmed that it is running. You also logged in to the Admin Console and used the Log Viewer. You can stop the Quick Start trail here if you do not wish to continue.


Creating a Cluster

This section, the second of three basic topics, explains how to create a cluster that contains two Application Server instances. For simplicity, the cluster runs completely within one machine. This topic provides the following steps:

Starting the Node Agent

A node agent is a lightweight process running on each machine that participates in Application Server administrative domain. The node agent is responsible for starting and stopping server instances on the host. It also collaborates with the Domain Administration Server to create new Application Server instances.

One node agent is needed on a machine, for each Application Server administrative domain that the machine belongs to. If you chose the Node Agent Component during installation, a default node agent called hostname was created.

To start the default node agent:

  1. In a terminal window, type this command:
  2. asadmin start-node-agent hostname

    Replace the variable hostname with the name of the host where the Application Server is running.

  3. When you are prompted, provide the master password.
  4. The node agent starts and connects with the Domain Administration Server. If the Domain Admin Server is not running, the node agent might fail to start.

Defining the Cluster

A cluster is a group of server instances (typically on multiple hosts) that share the same configurations, resources, and applications. A cluster facilitates load balancing across server instances and high availability through failover. You can create clusters spanning multiple machines and manage them with the help of the Node Agent process on each machine. In this guide, for simplicity, our sample cluster will be on one host, the same one where the Domain Administration Server is running.

You must have already started the Node Agent process on each machine, as described in previous section. When you specify instances during cluster creation, you must associate the instance with a running Node Agent for the machine on which you want the instance to run. Node Agent and Instance names must be unique across clusters that are created in a domain.

To create a cluster:

  1. Log in to the Administration Console at https://localhost:4849 if you have not already done so.
  2. Replace the localhost variable with the name of the system that the Domain Admin Server is running on.

    4849 is the Admin Console’s default port number. If you changed the port number during the installation, use that number instead.

  3. On the right pane, under Common Tasks, click Create New Cluster to display the Create Cluster input page.
  4. Type FirstCluster as the Name of the new cluster.
  5. From the drop-down list of available configuration templates, select the default-config configuration and choose Make a copy of the selected Configuration.
  6. Click the Add button twice, to create two entries to specify two instances for the cluster.
  7. Type i1 and i2 as instance names. The node agent name is automatically populated with the name of the local machine.
  8. You should see a screen like this:


    Create Cluster page showing cluster name, configuration, and server instances to be created.

  9. Click OK. The create process can take a few minutes.

  10. Note

    This exercise requires automatically assigned port numbers for HTTP, HTTPS, IIOP and IIOPS. You can change them later, if desired.


    When the create process is completed, the Cluster Created Successfully page appears, and FirstCluster appears in the tree in the left pane. A copy of the configuration template default-config was made for this cluster, and the name FirstCluster-config was assigned to it.

  11. In the left pane, expand Clusters and click FirstCluster to display the General Information page for clusters.
  12. Click the Instances tab to display i1 and i2, the instances that you created.
    1. Click i1 to examine this instance.
    2. From the tabs above the General Information heading of the right pane, click Properties and see the value for HTTP_LISTENER_PORT.
    3. Repeat these steps for i2.

    4. Note

      By default, the HTTP ports are 38080 for i1 and 38081 for i2. If these ports were busy on your machine when you created these clusters, or if you had already assigned these ports to other instances and clusters, different port numbers were assigned.


In this section you have created a simple cluster on a single machine. You can also create clusters spanning multiple machines using the same basic steps (as long as you have the software installed and the Node Agent running on each machine).

You can stop the Quick Start trail here if you do not wish to continue.


Deploying an Application

This section, the third of three basic topics, presents the following steps:

Deploying the Sample Application

This guide uses the clusterjsp sample application to demonstrate web path load balancing capabilities.

  1. Click the Home button to go to the Common Tasks page, if you are not there already.
  2. On the right pane, under Common Tasks, click Deploy Enterprise Application.
  3. In the File to Upload text box, click Browse, and navigate to install_dir/samples/ee-samples/highavailability/apps/clusterjsp/clusterjsp.ear.
  4. Click Next to display the Deploy Enterprise Application page.
  5. Scroll down to the Targets section of the page.
  6. Select FirstCluster from the Available list, and click Add to move it to the Selected list.
  7. Click OK.
  8. The clusterjsp application is now deployed to FirstCluster.

    This screen confirms that the clusterjsp application is now deployed to FirstCluster.


    List of deployed enterprise applications with clusterjsp included

Verifying the Clustered Application

In this step, you start the cluster and check whether the application is accessible on both the instances.

To start the cluster:

  1. In the tree on the left pane, click the FirstCluster node under Clusters.
  2. In the right pane, click the General tab if it is not already active.
  3. Click the Start Instances button to start the cluster.
  4. Verify that it has started by checking that the Status field changes to indicates that what instances are running.

To access the application on each instance:

  1. Type this URL in your browser:
  2. http://localhost:port/clusterjsp

    Replace the localhost variable with the name of the system that the Domain Admin Server is running on.

    Replace the port variable with the value of HTTP-LISTENER-PORT for i1. This example uses http://localhost:38081/clusterjsp.

  3. Add some session attribute data.
  4. Examine the Session and Host information displayed:
    • Executed From Server: localhost
    • Server Port Number: 38081
    • Executed Server IP Address: 192.18.145.133
    • Session Created: Day Mon 05 14:55:34 PDT 2005
  5. Add some session data and click the Add to Session button.
  6. Repeat this for instance i2 by typing this URL in your browser:
  7. http://localhost:38080/clusterjsp

In this section you deployed an application to a cluster and tested that the application is available on all instances in the cluster.

Congratulations! You have completed the basic steps in this Quick Start Guide. You can stop the Quick Start trail here if you do not wish to proceed to the advanced steps.


Setting up Load Balancing

A load balancer is typically deployed in front of a cluster. It:

Application Server includes load balancing plugins for popular web servers like Apache, Microsoft Windows IIS, and Sun Java™ System Web Server.

This section provides instructions on how to download and set up the Sun Java System Web Server software to act as a load balancer to the cluster of Application Servers. To complete this section, you must have sufficient memory to run a Web Server on your system in addition to the Domain Administration Server and the two Application server instances you have created so far in this guide. A system with 512 Mbytes to 1024 Mbytes of memory is recommended to complete this section.

This topic presents the following steps:

Installing Web Server Software

If you already have Web Server software installed, and if you can identify a Web Server instance to serve as the Load Balancer, note that location of this instance in the file system and skip to Installing the Load Balancer Plugin.

  1. To download the Sun Java™ System Web Server software, go to http://www.sun.com/downloads. Scroll down to the Web & Proxy Servers heading and click Web Servers.
  2. Download Web Server 6.1 Service Pack 2 or higher for the locale and platform of your choice. To download, you must log in with username and password registered with MySunSM, Sun StoreSM, SunSolveSM, or the Online Support Center. If you do not have a login account, you can register online.
  3. Follow the instructions to install the Web Server software. You must extract it from the zip file and run the setup program (setup.exe on Windows). If you need help, see the Web Server installation instructions at http://docs.sun.com/doc/819-0131-10.
  4. You must first extract the installer from the compressed (zip or tar.gz) file and run the setup program (setup.exe on Windows). The Web Server installation process configures the Administration Server for Web Server and also prompts you to define a default Web Server instance that is used in this guide. Remember the port number you have chosen for this default web server instance. This guide assume that port 38000 is used for Web Server.

Installing the Load Balancer Plugin

  1. Run the Application Server installer again.
    1. In the Component Selection screen, select Load Balancing Plugin. Unselect the options for Domain Administration Server and PointBase Database Server.
    2. In the Select the Web Server Instance screen, choose Sun ONE Web Server and enter the path to the Web Server software instance directory https-hostname in the Web Server installation directory.
    3. Click “Install Now” to install the load balancer plugin and other files in the Web Server product.
  2. Copy the install_dir/loadbalancer.xml file that was generated during Creating a Load Balancer Configuration to web_server_install_dir/https-hostname/config.

Creating a Load Balancer Configuration

Now return to interacting with the Application’s Server’s Domain Admin Server. You need a shell execution environment for this section.

  1. Create a load balancer configuration called MyLbConfig targeted to the cluster FirstCluster, and export the configuration to a file loadbalancer.xml:
  2. asadmin create-http-lb-config --target FirstCluster MyLbConfig

  3. Enable the FirstCluster cluster and the clusterjsp application deployed in it for HTTP load balancing,:
  4. asadmin enable-http-lb-server FirstCluster

    asadmin enable-http-lb-application --name clusterjsp FirstCluster

    asadmin export-http-lb-config --config MyLbConfig loadbalancer.xml

    Copy loadbalancer.xml to web_server_install_dir/https-hostname/config/loadbalancer.xml

Starting the Load Balancer

If the Web Server instance serving as Load Balancer is not already running, start the Web Server software by executing this command:

If the Web Server instance serving as Load Balancer is not already running, restart the Web Server software by executing this command

Verifying Load Balancing

  1. To display the first page of the clusterjsp application, type this URL in your browser:
  2. http://localhost:web_server_port/clusterjsp

    Replace the localhost variable with the name of the system that the Web Server is running on.

    Replace the web_server_port variable with the value of the port attribute of the LS element in web_server_install_dir/https-hostname/config/server.xml. For this example, port 38000 is used.

    A page similar to what you saw in the Verifying the Clustered Application. section appears.

  3. Examine the Session and Host information displayed:
    • Executed From Server: localhost
    • Server Port Number: 38000
    • Executed Server IP Address: 192.18.145.133
    • Session Created: Day Mon 05 14:55:34 PDT 2005
  4. Observe that the Server Port Number is 38000 the port at which the Load Balancer is configured. The Load Balancer forwarded the request on the two instances in the cluster.
  5. Press Shift-Reload on the browser to create a few more new sessions.
  6. These sessions should be distributed to the two instances in the cluster. You can verify this by looking at the server access log files located at install_dir/nodeagents/hostname/i1/logs/access/server_access_log and install_dir/nodeagents/hostname/i2/logs/access/server_access_log.

  7. Add a name and value pair (Name=Name Value=Duke) for storing in HttpSession.
  8. Click the “Add to Session Data” button.
  9. Verify that the session data was added

In this section you created an instance to use as a load balancer and set up a load balancing configuration. You also verified load balancing.


Cleaning Up

To clean up, you can uninstall the Application Server installation by completing the steps in Option 1: Uninstalling Your Installation, or you can simply delete the sample cluster you have just created by completing the steps in Option 2: Removing the Sample Cluster.

Option 1: Uninstalling Your Installation

To uninstall completely:

  1. Stop the Application Server processes using these commands:
  2. % asadmin stop-cluster FirstCluster

    % asadmin stop-node-agent hostname

    % asadmin stop-domain domain1

    At this point all processes related to Sun Java System Application Server are stopped.

  3. Run install_dir/unsinstall program and follow the steps in the uninstallation wizard.
  4. If you installed Web Server for this exercise, stop the web server instance acting as Load Balancer and uninstall the Web Server product. You can stop the instance as follows:
  1. If you wish to unsinstall the Web Server product, run the uninstall program from the web_server_install_dir.

Option 2: Removing the Sample Cluster

To remove only the FirstCluster (the sample highly available cluster) and the sample application used during this exercise:

  1. Stop the Application Server processes and clean up configuration:
  2. % asadmin stop-cluster FirstCluster

    % asadmin delete-http-lb-ref --config MyLbConfig FirstCluster

    % asadmin delete-http-lb-config MyLbConfig

    % asadmin delete-instance i1

    % asadmin delete-instance i2

    % asadmin delete-cluster FirstCluster

    % asadmin undeploy clusterjsp

  3. Stop the web server instance acting as Load Balancer:
  1. Rename the loadbalancer.xml file in web_server_install_dir/https-hostname/config to loadbalancer.xml.sav

Congratulations! You have now completed the Quick Start for Application Server.


Where to Go Next

Other resources for learning about and using Application Server are available. They include:


Documentation Conventions

This section describes the types of conventions used throughout this guide.




819-1004-10.   Copyright 2004-2005 Sun Microsystems, Inc. All rights reserved.