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
Only perform this task when you want to disable an application
temporarily. To remove an application from your deployment permanently,
perform the steps described in the topic, Removing applications.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 , and then select WebSphere
enterprise applications.
- 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.
-
Enter the following command to load the HCL Connections
configuration file: execfile("connectionsConfig.py")
If you are prompted to
specify a service to connect to, type 1 to
select the first node in the list. Most commands can run on any node.
If the command writes or reads information to or from a file by using
a local file path, you must select the node where the file is stored.
This information is not used by the wsadmin client when you are making
configuration changes.
- Enter the following command
to check out HCL Connections
configuration files:
LCConfigService.checkOutConfig("working_directory","cell_name")
- To see a list of the properties and their current settings,
use the following command:
LCConfigService.showConfig()
- Enter the following commands:
LCConfigService.updateConfig("application_name.enabled", "false")
LCConfigService.updateConfig("application_name.ssl.enabled",
"false")
where
application_name is
the name of the application that you are disabling.
- 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.