]
Brian Stansberry reassigned WFCORE-1386:
----------------------------------------
Fix Version/s: 9.0.0.Final
Assignee: James Perkins
Resolution: Done
Accept properties file in scripts for starting as a service
-----------------------------------------------------------
Key: WFCORE-1386
URL:
https://issues.jboss.org/browse/WFCORE-1386
Project: WildFly Core
Issue Type: Feature Request
Components: Scripts
Affects Versions: 2.0.0.Beta1
Environment: Microsoft Windows
Reporter: Roman Syroeshko
Assignee: James Perkins
Priority: Major
Fix For: 9.0.0.Final
Currently $JBOSS_HOME\bin\service\service.bat does not allow passing properties file. We
run WildFly in domain mode using the followed command.
{code}
domain.bat --properties=jboss.properties
{code}
Now, it's impossible to install WildFly as a service like that without hacking
out-of-the-box files.