Change or add application files

 

+

Search Tips   |   Advanced Search

 

Overview

You can change or add application files on appservers without having to stop the server and start it again.

There are several changes that you can make to deployed application files without stopping the server and starting it again.

See Ways to update application files and determine whether hot deployment is the appropriate way for you to update your application files. Other ways are easier and hot deployment is appropriate only for experienced users. You can use the update wizard of the console to make the changes without having to stop and restart the server.

The following table lists the changes that you can make by manipulating an application file on the server where the application is deployed. The table also states whether you use hot deployment or dynamic reloading to make the changes.

Change Hot deployment Dynamic reloading
Update an existing application on a running server by providing a new EAR file. Yes Yes
Add a new application to a running server. Yes No
Remove an existing application from a running server. Yes No
Change or add files to existing EJB or Web modules. Yes No
Change the application.xml file for an application. Not applicable Yes
Change the ibm-app-ext.xmi file for an application. Not applicable Yes
Change the ibm-app-bnd.xmi file for an application. Not applicable Yes
Change a non-module Jar file contained in the EAR file. Yes Yes

 

Procedure



Hot deployment and dynamic reloading
Installing applications with the wsadmin tool
Start applications with scripting
Stopping applications with scripting
Uninstall applications with the wsadmin tool