aiguy
aiguy

Reputation: 691

Wildfly domain configuration - multiple servers on one host?

Exactly what is the significance of server-one, server-two, and server-three in domain configuration? Why is there more then one in the first place?

Upvotes: 2

Views: 1048

Answers (1)

James R. Perkins
James R. Perkins

Reputation: 17760

The purpose of a managed domain is to have a central management point for all WildFly servers in your domain. This means if you need to make a configuration change across all servers in your domain you only need make the change once instead of having to connect to multiple servers to make a change.

See the operating modes documentation to see more details about it.

Upvotes: 3

Related Questions