How to Start and Stop WildFly Server
Change to the bin directory
How to connect to wildfly server remotely?
$ cd wildfly-[version]/binStart the server in domain mode
$ ./domain.shStart the server in standalone mode
$ ./standalone.shTo stop the server, press Ctrl + C, or use the admin console
$ ./jboss-cli.sh --connect command=:shutdownSee also:
How to connect to wildfly server remotely?
Comments
Post a Comment