不知何故,没有一个搜索引擎可以帮助我进行此搜索。我系统上的 Websphere 7 服务器在 Windows 启动时启动。如何阻止服务器随 Windows 启动而启动。我想在需要时手动启动它。请帮忙。
问问题
4547 次
2 回答
5
去control Panel --> Administrative tools --> Services
。搜索IBM WebSphere Application Server 7.0
服务并更改其Start up Type
.
于 2013-02-11T05:26:59.333 回答
0
您可以使用 WASService 命令将 WebSphere 应用程序服务器作为服务永久删除。语法是WASService.exe -remove service_name
(您需要从控制面板中找出服务的名称)。InfoCenter 中有完整的命令参考。
于 2013-02-11T08:14:29.467 回答