Rostislav Svoboda created AS7-3467:
--------------------------------------
Summary: CLONE - Inconsistency in --help output between domain and
standalone
Key: AS7-3467
URL:
https://issues.jboss.org/browse/AS7-3467
Project: Application Server 7
Issue Type: Bug
Components: Scripts
Affects Versions: 7.1.0.CR1b
Reporter: Rostislav Svoboda
Assignee: Brian Stansberry
Fix For: 7.1.0.Final
Help for standalone.sh is using logging infrastructure and help for domain.sh is probably
using just stdout.
- I'd prefer to use domain.sh way without '16:42:57,124 INFO [stdout]'
details. Please sync output for both commands.
- There is typo in help for standalone.sh, it says
'\-\-\-\-server-config=<config>', '\-' should be there just twice.
{code}
bin/domain.sh --help
...
--admin-only JBAS012066: Set the host controller's
running type to ADMIN_ONLY causing it
to open administrative interfaces and
accept management requests but not
start servers or, if this host
controller is the master for the
domain, accept incoming connections
from slave host controllers.
...
bin/standalone.sh --help
...
16:42:57,124 INFO [stdout] --admin-only Set the server's
running type to
16:42:57,124 INFO [stdout] ADMIN_ONLY causing it
to open
16:42:57,124 INFO [stdout] administrative
interfaces and accept
16:42:57,124 INFO [stdout] management requests
but not start other
16:42:57,124 INFO [stdout] runtime services or
accept end user
16:42:57,124 INFO [stdout] requests.
...
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira