]
Kabir Khan updated WFCORE-745:
------------------------------
Fix Version/s: 2.0.0.CR7
(was: 2.0.0.CR6)
Standalone powershell script does't support --debug and -secmgr
option
----------------------------------------------------------------------
Key: WFCORE-745
URL:
https://issues.jboss.org/browse/WFCORE-745
Project: WildFly Core
Issue Type: Bug
Components: Scripts
Affects Versions: 2.0.0.Alpha3
Reporter: Marek Kopecký
Assignee: Tomaz Cerar
Fix For: 2.0.0.CR7
Standalone powershell script does't support --debug option. Also -secmgr option and
SECMGR=true environment variable settings is missing in posershell script.
*Steps to Reproduce:*
# .\standalone.ps1 --debug
*Actual results:*
Debug mode is not active
*Expected results:*
{noformat}
...
Listening for transport dt_socket at address: 8787
...
{noformat}