You can change the configuration of an application or module deployed on a server.
You can change the contents of and deployment descriptors for an application or module before deployment, such as in an assembly tool. However, this article assumes that the module is already deployed on a server.
Changing an application or module configuration consists of one or more of the following:
This article describes how to change the settings of an application or module using the administrative console.
(dependent on configuration)
Enable class reloading and Reloading interval | These settings control whether classes are reloaded when application files are updated. For enterprise bean (EJB) modules or any non-Web modules, enabling class reloading causes the application server run time to stop and start the application to reload application classes. For Web modules such as servlets and JavaServer page (JSP) files, a Web container reloads a Web module only when the IBM extension reloadingEnabled in the ibm-web-ext.xmi file is set to true. Refer to the settings page help for detailed information on enabling or disabling class reloading. |
Starting weight | If your application starts automatically when its server starts, this value controls how quickly the application starts. Starting weight specifies the order in which applications are started when the server starts. The application with the lowest starting weight is started first. |
Background application | If your application starts automatically when its server starts, Background application specifies whether the application must initialize fully before its server is considered started. Background applications can be initialized on an independent thread, thus allowing the server startup to complete without waiting for the application. This setting applies only if the application is run on a Version 6 (or later) application server. |
ResultThe application or module configuration is changed. The application or standalone Web module is restarted so the changes take effect.
If the application or module is deployed on a cluster and you have no more configuration changes to make, 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.
Save changes to your administrative configuration.
In the Network Deployment product, the application binaries are transferred to nodes when the configuration changes on the deployment manager synchronize with configurations for individual
nodes on which the application will run.
Related tasks
Deploying and administering applications
Related reference
Enterprise application settings