安装和升级 > 安装和配置指南 > 高级配置 > 配置 HTTP Server 和 Embedded Servlet Engine 其他选项 > 以 Windows 服务方式运行 HTTP Server
  
以 Windows 服务方式运行 HTTP Server
要将 Embedded Servlet EngineHTTP Server设置为作为 Windows 服务运行,请完成以下指示。
以 Windows 服务方式运行 HTTP Server
通过使用 HTTP Server Ant 命令和不使用 Ant 命令两种方式提供将 HTTP Server配置为 Windows 服务的说明。
Without Ant
通过 Apache/bin 目录执行此命令:
apache -k install -n <服务名称>
其中 <ServiceName> 是引用该服务的唯一名称。
如果安装了 HTTP Server Ant,则可使用 Ant 命令来实现。
With Ant
通过 HTTP Server 根目录执行 Ant 命令:
ant -f config.xml installService -DserviceName=<服务名称>
其中 <ServiceName> 是引用该服务的唯一名称。
卸载 HTTP Server Windows 服务
通过使用 HTTP Server Ant 命令和不使用 Ant 命令两种方式来提供 HTTP Server Windows 服务的卸载说明。
Uninstall without Ant
通过 <Apache>/bin 目录执行以下命令。
apache -k uninstall -n <ServiceName>
其中 <ServiceName> 是您创建 HTTP Server Windows 服务时为其提供的名称。
Uninstall with Ant
通过 <Apache> 目录执行以下命令。
ant -f config.xml uninstallService -DserviceName <ServiceName>
其中 <ServiceName> 是您创建 HTTP Server Windows 服务时为其提供的名称。