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

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -