Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-3466

Inconsistency in --help output between domain and standalone

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.0.Final
    • 7.1.0.CR1b
    • Scripts
    • None

    Description

      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.
      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.
      ...
      

      Attachments

        Activity

          People

            jperkins-rhn James Perkins
            rsvoboda@redhat.com Rostislav Svoboda
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: