不知何故搜索引擎都没有帮助我进行搜索。我的系统上的Websphere 7服务器在Windows启动时启动。如何阻止服务器启动Windows启动。我想在我需要时手动启动它。请帮忙。
答案 0 :(得分:5)
转到control Panel --> Administrative tools --> Services
。
搜索IBM WebSphere Application Server 7.0
服务并更改其Start up Type
。
答案 1 :(得分:0)
您可以使用WASService命令将WebSphere Application Server永久删除为服务。语法为WASService.exe -remove service_name
(您需要从控制面板中找出服务的名称)。有一个完整的command reference in the InfoCenter。