Quick reference for managing profiles , IBM WebSphere Application Server , and IBM HTTP Server
This topic summarizes common procedures for managing profiles and stopping and starting IBM® WebSphere Application Server profiles and the IBM HTTP Server .
- WebSphere® Application Server - Profile management tasks
- WebSphere Application Server - Start and stop procedures
- IBM HTTP Server - Start and stop procedures
Administering profiles
WebSphere Application Server - Profile management tasks includes procedures for finding profile information such as profile name, root directory, and port number where the profile is deployed. It also provides instructions for removing profiles. For additional information about managing profiles, see the WebSphere Application Server documentation, V8.5.
- On Windows™: was_install_dir \bin\manageprofiles.bat -listProfiles
- On UNIX/ Linux: was_install_dir /bin/manageprofiles.sh -listProfiles
To identify the root directory of a WebSphere Application Server profile:
To identify the port for a profile:
- Locate the root directory for the profile.
- Open the profile information file was_profiles_dir/profile_name /logs/AboutThisProfile.txt .
- Read the value of the HTTP TRANSPORT PORT parameter.
To locate an application in a WebSphere Application Server profile:
- Using a browser, connect to the WebSphere Application Server Administrative Console for the profile containing the application ( http://server: port / hcl /console .
- Navigate to Applications > Application Types > WebSphere enterprise applications, which lists the applications.
- Connect to the WebSphere Application Server Administrative Console for the profile containing the application, from a browser using the following URL: http://server: port /ibm/console .
- Navigate to Applications -> Application Types -> WebSphere enterprise applications .
- Check the box to the left of the application that is to be removed.
- Click on Uninstall and confirm your action.
- Save the change to the Master Configuration.
- Stop and then start the profile to apply the change.
- Delete the profile using one of these commands:
- On Windows: was_install_dir \bin\manageprofiles.bat -delete -profileName profile
- On UNIX/Linux: On Linux: was_install_dir /bin/manageprofiles.sh -delete -profileName profile
- Ensure that references to the deleted profile are removed from the profile registry by running the following command:
- On Windows: was_install_dir \bin\manageprofiles.bat -validateAndUpdateRegistry
- On UNIX/Linux: On Linux: was_install_dir /bin/manageprofiles.sh -validateAndUpdateRegistry
- Delete the profile directory tree (if it was not deleted by the previous action) starting at profile_dir .
Starting and stopping WebSphere Application Server profiles and IBM HTTP Server
- WebSphere Application Server - Start and stop procedures
- IBM HTTP Server - Start and stop procedures
For information about starting and stopping other WebSphere Application Server and IBM HTTP Server features, search for the Starting and stopping quick reference topics in the WebSphere Application Server documentation, V8.5.
Note: If you want to start the default WebSphere Application Server profile, do not specify or select a profile name when performing this task.
On Windows
To start a WebSphere Application Server profile, use any of these methods:
- Go to Start > Programs > IBM WebSphere > Application Server V x.x > Profiles > profile_name > Start the server .
- Start the Windows service associated with the IBM WebSphere Application Server profile .
- Run this command: was_install_dir \bin\startServer.bat server1 -profileName profile .
- Run this command: profile_dir \bin\startServer.bat server1 .
- was_install_dir /bin/startServer.sh server1 -profileName profile
- profile_dir /bin/startServer.sh server1
- Go to Start > Programs > IBM WebSphere > Application Server V x.x > Profiles > profile > Stop the server .
- Stop the Windows service associated with IBM WebSphere V x.x profile .
- Run this command: was_install_dir \bin\stopServer.bat server1 -profileName profile .
- Run this command: profile_dir \bin\stopServer.bat server1 .
On UNIX/ Linux
To stop a WebSphere Application Server profile,
- was_install_dir /bin/stopServer.sh server1 -profileName profile_name
- profile_dir /bin/stopServer.sh server1
On Windows
- From the Start menu, start the Control Panel , then go to Administrative Tools > Services.
- On the Services page, right-click IBM HTTP Administration x.x . Then, select Start .
- Right-click on IBM HTTP Server x.x . Select Start .
On UNIX/ Linux
To start the HTTP server, run this command: ihs_install_dir /bin/apachectl -k start .
To stop the IBM HTTP Server
- From the Start menu, start the Control Panel , then go to Administrative Tools > Services.
- On the Services page, right-click IBM HTTP Administration x.x . Then, select Stop .
- Right-click on IBM HTTP Server . Select Stop .