IBM Tivoli Composite Application Manager for Application Diagnostics, Version 7.1.0.1
Stop the application server in a non-Network Deployment environment
Complete the following steps to stop the application server:
Stopping version 6 or 7 application servers
Windows Complete one of the following options:
- (recommended) From the Windows Start menu:
- From the Windows Start menu, click (All) Programs > IBM WebSphere > application_server_and_version> Profiles > profile_name > First steps.
- Click Stop the server.
Wait for the First steps output window to display a message similar to the following example:
Server server_name stop completed
- From a command line:
cd AppServer_home\profiles\profile_name\bin stopServer server_name [options]
All other operating systems cd AppServer_home/profiles/profile_name/bin stopServer server_name [options]
Stopping version 5 application servers
Windows cd AppServer_home\bin stopServer server_name [options]All other operating systems cd AppServer_home/bin stopServer server_name [options]
The server_name is the name of the configuration directory of the server you want to stop. Default one of the following server names:
Default server names
Version 6 or 7 application servers server1 Version 5 application servers ITCAMfWAS
The profile_name specifies the profile name for version 6 or 7 application servers. Default default.
You can add the following options:
- The -username name option specifies the user name for authentication if security is enabled in the server. Acts the same as the -user option.
- The -user name option specifies the user name for authentication if security is enabled in the server. Acts the same as the -username option.
- The -password password option specifies the password for authentication if security is enabled in the server.
If you are running in a secure environment but have not provided a user ID and password, you will receive an error message.
Parent topic:
Stop the application server