You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if there was a way to specify the user and password to use during shutdown. I was using Eclipse previously and in my Wildfly configuration there was a Management Login Credentials section where I could specify them to be used during shutdown.
I kinda need to do this because if I don't I have an error sending the shutdown command and my server never stops.
Unfortunately, I have been going through the readme and the code and haven't found if it were possible or not :/
Can someone help me with this please ?
Thanks in advance !
Luc
The text was updated successfully, but these errors were encountered:
Unfortunately I've been looking over the code and don't see a spot where we allow customizing the shutdown arguments or including the management credentials in the shutdown process.
I'll... see if there's anything that can be done here.
Is it not possible to have something similar for Wildfly ? I could manage with that.
I am truly oblivious to the way the extension works so this may be a bad suggestion.
Yes, this feature was added to the community servers / generic server framework, but was not added to the wildfly / eap ones. I will see when I can allocate time to get this added in, because it is a missing piece that really should belong here.
Hello,
I was wondering if there was a way to specify the user and password to use during shutdown. I was using Eclipse previously and in my Wildfly configuration there was a Management Login Credentials section where I could specify them to be used during shutdown.
I kinda need to do this because if I don't I have an error sending the shutdown command and my server never stops.
Unfortunately, I have been going through the readme and the code and haven't found if it were possible or not :/
Can someone help me with this please ?
Thanks in advance !
Luc
The text was updated successfully, but these errors were encountered: