Hello,
How do I create a windows service to automatically start standalone.bat?
Hello,
How do I create a windows service to automatically start standalone.bat?
$HOME_JBOSS/bin/service install
In Wildfly 10 the
bin\service
directory has been moved todocs\contrib\scripts\service
; Although it has been moved it still continues to function according to the documentation. In this case just move / copy to bin folder and runservice install
.