IBM Tivoli Composite Application Manager for Application Diagnostics, Version 7.1.0.1
Restart the application server in a non-Network Deployment environment
From the Windows Start menu
(All) Programs | IBM WebSphere | application_server_and_version| Profiles | profile_name | First steps | Stop the server
Wait for the First steps output window to display a message similar to...
Server server_name stop completed
Click...
Start the server
The First steps output window will display a message similar to...
Server server_name open for e-business
From a command line:
cd AppServer_home\profiles\profile_name\bin
stopServer server_name [options]
startServer server_name
The server_name is the name of the configuration directory of the server you want to restart. Depending on the version of application server, the default is one of the following application 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:
Restart the application server