-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not clear Documentation or Commands #28
Comments
What version of WildFly are you using? |
Hi
It’s the latest version 23.0
…On Tue, 16 Mar 2021 at 00:33, James R. Perkins ***@***.***> wrote:
What version of WildFly are you using?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK35EKUDJLD4U7EN3LXDANLTD2RONANCNFSM4ZHJPHNA>
.
|
https://docs.wildfly.org/23/Admin_Guide.html#domain-controller-configuration talks about this being used for domain mode. What is your end goal? |
My end goal was to learn how to administer/manage the server and learn about it from the ground up. |
Really that is the spot for documentation. We're working on improving it for sure. This could be useful as well https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.3/html/configuration_guide/index |
Apologies if this is already understood, but the code in this repo is published in html form at https://docs.wildfly.org. There's a subdirectory for each release, so the landing page for the latest release is https://github.com/wildfly/wildfly.github.io/23/ which describes the various documents. https://docs.wildfly.org/23/Getting_Started_Guide.html is a possible starting point If the add-user.sh script has output the 'To represent the user add the following to the server-identities definition ' line this means you previously answered 'yes' to this question:
Unless you are currently setting up a multi-host WildFly managed domain and the user you are creating is how one host is going to identify itself to the Domain Controller, the answer to that should be 'no'. If it really should be 'yes' the 'secret-identities' configuration it refers to is documented at https://docs.wildfly.org/23/Admin_Guide.html#server-identities. I filed https://issues.redhat.com/browse/WFLY-14645 to get the Getting Started Guide updated to note the answer to this question should be 'no' for the kind of user it is describing adding. |
I'm sorry you're having difficulty. The best way to try to get help from the WildFly community is to post questions on the WildFly forum at https://groups.google.com/g/wildfly. It's community software so there's no guarantees you'll get what you need, but the forum is the best place to ask. |
Hi
I am just getting started with Jakarta EE & Wildfly.
The documentation with Jakarta EE is hard enough, Wildly looks good but its not properly clear.
It is taking me over 3 hours just to add a new user.
I have followed the commands, gone to ./add-user.sh put user name and password,
Now it's asking me to do this:
To represent the user add the following to the server-identities definition
Now, where on earth am I supposed to put this? No information on google, no information on what file?
Is there a tag somewhere? I checked on one article, but no information about the file.
Any advice would be appreciated
The text was updated successfully, but these errors were encountered: