Skip to content

Wildfly Service

Before installing Wildfly service it is necessary to set environment-varable JAVA_HOME

To install Wildfly service with default ports and default name it is sufficent to execute

bin\service\service.bat install

Wildfly service with different name

to install Wildfly service with non-default name you must pass the name as a parameter

service.bat install /name <name> /display <name>

Wildfly service on non-standard ports

If Wildfly is configured in a way that it does not listen to prot 8080 and the controller is not reachable on port 9990 i.e. jboss.socket.binding.port-offset:100 then it is necessary to define the controller-port explicitly while installing the service. Otherwise Wildfly-service could not be stopped and killing java-task is necessary.

service.bat install /controller localhost:10090