我已经安装了 WildFly 8.x 作为服务。现在我需要在同一台 Windows 服务器上安装 WildFly 9.0 作为另一个服务。但是我收到错误消息,说该服务已经存在。
我已更改 service.bat 中的名称并使用“service.bat install”命令。
谢谢你的帮助。
麦
您需要编辑 wildfly9 文件夹(脚本/服务)上的 service.bat 文件,并且按照文件的建议(如果您打开它) - 您需要编辑名称。
REM Author: Tom Fonteyne
REM
REM ==================================================================
REM If more then one service is needed, copy this file to another name
REM and use unique names for SHORTNAME, DISPLAYNAME, DESCRIPTION
REM ==================================================================
set SHORTNAME=Wildfly
set DISPLAYNAME="Wildfly"
set DESCRIPTION="Wildfly Application Server"
REM =======================================================
希望有帮助:)