Operating Systems: i5/OS
             Personalize the table of contents and search results

 

Deploying and administering J2EE applications

 

Deploying a J2EE application file consists of installing the application file on a server configured to hold installable J2EE modules. Before installing an enterprise application or other installable module on an application server, develop the module, assemble the module, and configure the target server or cluster. Before choosing a deployment target for the module, ensure that the target version is compatible with your module.

 

Overview

During installation, you can configure the module enough to enable it to run on the server. After installation, you can configure the module further, start or stop the application, and otherwise manage its activity.

The topics in this section describe how to deploy and administer applications or modules using the administrative console. You can also use scripting or administrative programs (JMX).

 

Procedure

 

What to do next

If a changed application or module is deployed on a cluster, click Rollout Update on the Enterprise Applications page to propagate the changed configuration on all cluster members of the cluster on which the application or module is deployed. Rollout Update sequentially updates the configuration on the nodes that contain cluster members.

Use Rollout Update if the application is deployed on one or more clusters spread across multiple nodes. This action reduces the amount of time that any single cluster member is unavailable to serve requests to the smallest interval possible. Pending IIOP transactions will complete before a cluster member stops; in-flight HTTP and JMS transactions might be lost while the cluster member is stopping. If the administrative console session times out during a rollout updating, ensure that the changed configuration was propagated to each node. For an application server without clusters, use Update and then save and synchronize the node instead. For a standalone application server, simply update and save.

After making changes to administrative configurations of your applications in the administrative console, ensure that you save the changes.


}
Enterprise (J2EE) applications

Installing J2EE application files

Enterprise application collection

Configuring J2EE applications

Viewing deployment descriptors

Starting or stopping J2EE applications

Exporting J2EE applications

Exporting DDL files

Updating J2EE applications

Uninstalling J2EE applications

Removing a J2EE file

Deploying and administering applications: Resources for learning

 

Related information


How do I develop and deploy applications?