You can update application files deployed on a server or cluster in several ways.
Option | Method | Comments | Starting after update |
Administrative console update wizard | Briefly, do the following:
| On the Preparing for application update page:
| On the Enterprise Applications page, select the updated application and click Start . |
wsadmin scripts | Invoke AdminApp object install commands with the -update option in a script or at a command prompt. | Getting started with scripting provides an overview of wsadmin. | Invoke the wsadmin startApplication command. |
Java application programming interfaces | Update deployed applications by completing the steps in Managing applications through programming. | Update an application in the following ways:
| Start the application by either of the following methods:
|
WebSphere rapid deployment
Refer to articles under Rapid deployment of J2EE applications in this information center. | Briefly, do the following:
| WebSphere rapid deployment offers the following advantages:
| Use any of the above options to start the application. Clicking Start on the Enterprise Applications page is the easiest option. |
Hot deployment and dynamic reloading | Briefly, do the following:
| If you are new to WebSphere Application Server,
use the administrative console to update applications. That option is easier.
Hot deployment and dynamic reloading is more difficult to complete. You must directly manipulate the application or module file on the server where the application is deployed. | Use any of the above options to start the application. Clicking Start on the Enterprise Applications page is the easiest option. |
You can update .ear, enterprise bean .jar, Web module .war, connector .rar, application client .jar, and any other files used by an installed application.
If the application is updated while it is running, WebSphere Application Server automatically stops the application, updates the application logic and restarts the application. If the application does not start automatically,
start it manually using one of the Starting options.
Related concepts
Updating applications
Related tasks
Managing applications through programming