Digital Marketing

How to Start and Stop WildFly Server

Change to the bin directory
$ cd wildfly-[version]/bin
Start the server in domain mode
$ ./domain.sh
Start the server in standalone mode
$ ./standalone.sh
To stop the server, press Ctrl + C, or use the admin console
$ ./jboss-cli.sh --connect command=:shutdown
See also:
 How to connect to wildfly server remotely?

Comments

Popular posts from this blog

How to delete / clear queue of PowerMTA