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

 

Manage applications through programming

 

Through Java MBean programming, you can install, update, and delete a J2EE application on WebSphere Application Server. This task assumes a basic familiarity with MBean programming. For information on MBean programming, see MBean Java application programming interface (API) documentation.

For information on the restarting of updated applications, refer to Fine-grained recycle behavior in IBM WebSphere Developer Technical Journal: System management for WebSphere Application Server V6 -- Part 5 Flexible options for updating deployed applications.

Before you can install or change an application on WebSphere Application Server, first create or update your application and assemble it using an assembly tool.

 

Overview

Besides installing, uninstalling, and updating applications through programming, you can additionally install, uninstall, and update J2EE applications through the administrative console or the wsadmin tool. All three ways provide identical updating capabilities.

 

Procedure

  1. Perform any or all of the following tasks to manage your J2EE applications through programming.

  2. Save your changes to the master configuration repository.

  3. Synchronize changes to the master configuration across the nodes for the changes to take effect.

 

What to do next

If you have further application updates, you can do the updates through programming, the administrative console, or the wsadmin tool.


}
Application management

Accessing the application management function

Installing an application through programming

Uninstalling an application through programming

Manipulating additional attributes for a deployed application

Sharing sessions for application management

Updating an application through programming

Adding to, updating, or deleting part of an application through programming

Editing applications

Preparing a module and adding it to an existing application through programming

Preparing and updating a module through programming

Deleting a module through programming

Adding a file through programming

Updating a file through programming

Deleting a file through programming

 

Related concepts


Ways to update application files

 

Related tasks


Hot deployment and dynamic reloading
Deploying and administering J2EE applications
Getting started with scripting

 

Related information


Assembling applications