將 HTTP Server 作為 Windows 服務執行
欲將 Embedded Servlet Engine 或 HTTP Server 設定為作為 Windows 服務來執行,請完成下列指示。
將 HTTP Server 作為 Windows 服務執行
將 HTTP Server 配置為 Windows 服務的相關指示已經使用 HTTP Server Ant 指令且不帶 Ant 指令而提供。
Without Ant
從 Apache/bin 目錄執行此指令:
apache -k install -n <ServiceName>
其中 <ServiceName> 是參照此服務的具唯一性名稱。
如果您有安裝 HTTP Server Ant,則可以使用 Ant 指令來實行。
With Ant
從 HTTP Server 根目錄執行 Ant 指令:
ant -f config.xml installService -DserviceName=<ServiceName>
其中 <ServiceName> 是參照此服務的具唯一性名稱。
解除安裝 HTTP Server Windows 服務
解除安裝 HTTP Server Windows 服務的相關指示已經使用 HTTP Server Ant 指令且不帶 Ant 指令而提供。
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 服務時為其指定的名稱。