Start / stop Websphere Application Server (WAS) profile - Unix/Linux -
how can start and/or stop websphere application server profile on unix/linux using command line?
starting profile
was_install_dir/bin/startserver.sh server1 –profilename profile
or
profile_dir/bin/startserver.sh server1
stopping profile
was_install_dir/bin/stopserver.sh server1 –profilename profile_name
or
profile_dir/bin/stopserver.sh server1
Comments
Post a Comment