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

r - how do you merge two data frames the best way? -

How to debug "expected android.widget.TextView but found java.lang.string" in Android? -

php - mySQL problems with this code? -