[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [jakarta.ee-community] WildFly Domain Mode in Containers
|
Hi Ruslan,
I have read your blog post but I disagree with two aspects that you described.
First of all it seems that you associate the cluster and high availability features with the use of the domain mode. This is not true. Wildfly has got the same features whether it is used in standalone mode or in domain mode. So you don't need to configure a domain to obtain cluster in container environment.
The second one is related to the management web console: the purpose is to have a unique entry point to configure and manage a group of servers, simplifing the management of the configurations.
In a container enviroments you don't need it and you don't change configurations: changing a container is wrong, you should change its image. When you say "The old question at the official developers portal is still not answered with any adequate instruction that just proves the presence of the issue." you have posted a screenshot of a conversation of 2014. The absence of the domain is not an issue but it's a choice: you can obtain cluster and HA in standalone mode, you don't set static IP in order to enable communication between domain and host controller, and you don't change the image settings, never. You can migrate a JEE monolith application, distributable and stateful, using a wildfly standalone mode, without touch the code.
By the way, the console looks great and the other aspects of the product seems very interesting.
my2cents
Mauro Vocale