WildFly提供了一个service.bat在%WILDFLY_HOME%\bin\service.使用install参数调用批处理文件会在Windows上将WildFly安装为服务.
service.bat
%WILDFLY_HOME%\bin\service
install
我已经对其进行了更改standalone.conf,需要standalone-full.xml在我的设置中使用.因此,我想在Windows上使用这些参数启动WildFly服务.可能吗?我该怎么做?
standalone.conf
standalone-full.xml
windows service wildfly-8
service ×1
wildfly-8 ×1
windows ×1