Disabling applications
You might decide to disable an application temporarily for maintenance or if, for example, you are deploying the product and the application is not yet ready for use.
Before you begin
Notes:
- Do not disable applications that are used by all of the other applications, such as the News or Search applications.
- When you disable or remove an application, all references to that application are removed from the user interface.
Procedure
- Open the Integrated Solutions Console of the IBM® WebSphere® Application Server that is hosting the application.
- Expand WebSphere enterprise applications. , and then select
- Click the name of the application that you want to disable.
- Click Target specific application status.
- Select the check box next to the cluster name, and then click Disable Auto Start.
- Click Save to save your changes.
- Click Apply, and then click OK.
- Start the wsadmin client from the
following directory of the system where you installed the deployment
manager:
app_server_root\profiles\dm_profile_root\bin
Note: You must start the client from this directory or subsequent commands that you try to run will not execute properly. For more information, see the Starting the wsadmin client topic. - Remove the link to the application from the navigation
bar by editing the HCL Connections
configuration file.
- To see a list of the properties and their current settings,
use the following command:
LCConfigService.showConfig()
- Enter the following commands:
where application_name is the name of the application that you are disabling.LCConfigService.updateConfig("application_name.enabled", "false") LCConfigService.updateConfig("application_name.ssl.enabled", "false")
- After making changes, you must check the configuration files back in and you must do so during the same wsadmin session in which you checked them out for the changes to take effect. See Applying common configuration property changes for information about how to save and apply your changes.
- Stop and then restart the WebSphere® Application Server clusters.