Java Reference
In-Depth Information
and password, as shown in the following code snippet (see the next chapter to learn more
about user creation):
[disconnected /] connect 192.168.1.10
Authenticating against security realm: ManagementRealm
Username: admin1234
Password:
Connected to 192.168.1.10:9990
[standalone@192.168.1.10:9990 / ] :shutdown
However, you have to remember that you need access to a given port because often, it
may be blocked by a firewall.
Restarting WildFly
The command-line interface contains many useful commands. One of the most interesting
options is the ability to reload the AS configuration or parts of it using the reload com-
mand.
When issued on the root node path of the AS server, the reload command can reload the
services' configuration:
[disconnected /] connect
Connected to localhost:9990
[standalone@localhost:9990 /] :reload
Search WWH ::




Custom Search