如何使用命令行在Unix / Linux上启动和/或停止Websphere Application Server配置文件?
答案 0 :(得分:2)
启动WAS个人资料
was_install_dir/bin/startServer.sh server1 –profileName profile
OR
profile_dir/bin/startServer.sh server1
停止WAS个人资料
was_install_dir/bin/stopServer.sh server1 –profileName profile_name
OR
profile_dir/bin/stopServer.sh server1