We have moved to www.dataGenX.net, Keep Learning with us.

Thursday, September 06, 2012

Starting and stopping WebSphere Application Server profiles


Starting a WebSphere Application Server profile


On Windows

To start a WebSphere Application Server profile, use any of these methods:
·         Go to Start > Programs > IBM WebSphere > Application Server V7.0 > Profiles > profile_name > Start the server.
·         Start the Windows service associated with the IBM WebSphere Application Server V7.0 profile.
·         Run this command: was_install_dir\bin\startServer.bat server1 –profileName profile
·         Run this command: profile_dir\bin\startServer.bat server1



On UNIX/Linux

To start a WebSphere Application Server profile on UNIX or Linux, use either of the following commands:
·         was_install_dir/bin/startServer.sh server1 –profileName profile
·         profile_dir/bin/startServer.sh server1



Stopping a WebSphere Application Server profile


On Windows

To stop a WebSphere Application Server profile, use any of these methods:
·         Go to Start > Programs > IBM WebSphere > Application Server V7.0 > Profiles > profile > Stop the server.
·         Stop the Windows service associated with IBM WebSphere V7.0 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,
use either of the following commands:
·         was_install_dir/bin/stopServer.sh server1 –profileName profile_name
·         profile_dir/bin/stopServer.sh server1


** Note: If you want to start the default WebSphere Application Server profile, do not specify or select a profile name when performing this task.


njoy the simplicity.......
Atul Singh

No comments :

Post a Comment