【发布时间】:2015-10-27 15:14:28
【问题描述】:
如何使用命令行在 Unix/Linux 上启动和/或停止 Websphere Application Server 配置文件?
【问题讨论】:
标签: linux unix server websphere-8 ibm-was
如何使用命令行在 Unix/Linux 上启动和/或停止 Websphere Application Server 配置文件?
【问题讨论】:
标签: linux unix server websphere-8 ibm-was
启动 WAS 配置文件
was_install_dir/bin/startServer.sh server1 –profileName profile
或
profile_dir/bin/startServer.sh server1
停止 WAS 配置文件
was_install_dir/bin/stopServer.sh server1 –profileName profile_name
或
profile_dir/bin/stopServer.sh server1
【讨论】: