安装和升级 > Windchill 安装和配置 > 高级配置 > 配置 PTC HTTP Server 和 Embedded Servlet Engine 其他选项 > 以 Windows 服务方式运行 PTC HTTP Server > 卸载 PTC HTTP Server Windows 服务
  
卸载 PTC HTTP Server Windows 服务
通过使用 PTC HTTP Server Ant 命令和不使用 Ant 命令两种方式来提供 PTC HTTP Server Windows 服务的卸载说明。
Uninstall without Ant
通过 <Apache>/bin 目录执行以下命令。
apache -k uninstall -n <服务名称>
其中 <ServiceName> 是您创建 PTC HTTP Server Windows 服务时为其提供的名称。
Uninstall with Ant
通过 <Apache> 目录执行以下命令。
ant -f config.xml uninstallService -DserviceName <服务名称>
其中 <ServiceName> 是您创建 PTC HTTP Server Windows 服务时为其提供的名称。