Skip to content
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

Specify credentials for server shutdown #631

Open
Billuc opened this issue Dec 3, 2024 · 3 comments
Open

Specify credentials for server shutdown #631

Billuc opened this issue Dec 3, 2024 · 3 comments

Comments

@Billuc
Copy link

Billuc commented Dec 3, 2024

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

@robstryker
Copy link
Contributor

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.

@Billuc
Copy link
Author

Billuc commented Dec 9, 2024

I am working on a Tomcat server in parallel and there are configuration options like those :

  "args.shutdown.program.override.string": "stop",
  "args.shutdown.vm.override.string": "...",

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.

Thx

@robstryker
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants