]
Florent Amaridon updated WFLY-10721:
------------------------------------
Attachment: service.bat
service.bat script add support for environment variables
--------------------------------------------------------
Key: WFLY-10721
URL:
https://issues.jboss.org/browse/WFLY-10721
Project: WildFly
Issue Type: Feature Request
Affects Versions: 12.0.0.Final, 13.0.0.Final
Environment: All windows OS
Reporter: Florent Amaridon
Assignee: Jason Greene
Priority: Minor
Fix For: 14.0.0.CR1
Attachments: service.bat
Hello,
I'm using wildly as my application server. To provide customizable configuration I
want to use STANDALONE_CONF environement variable.
This works fine with stanalone.bat but when I try to install wildfly as a service I
can't set this environment variable to service.bat.
I wrote an unpdate to service.bat to handle environment variables.
Can I make a pull request on github?
Best regards