Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-9440

Documentation: path attributes in CLI on Windows

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Unresolved
    • Major
    • None
    • None
    • CLI, Documentation
    • 2
    • Documentation (Ref Guide, User Guide, etc.)

    Description

      Path attributes in CLI on Windows should be described in documentation in CLI guide.

      See more information in rejected functional jira: JBEAP-4412

      backslash or forward slash can be used as file separator in windows path location. Backslash needs to be typed twice.


      Example:
      This command doesn't work:

      /core-service=management/security-realm=JBossTestClient/authentication=truststore:add(keystore-path="C:\qa\hudson_workspace\noe-tests\resources\ssl\proper\ca-cert.jks", keystore-password="tomcat")
      

      These commands work correctly:

      /core-service=management/security-realm=JBossTestClient/authentication=truststore:add(keystore-path="C:/qa/hudson_workspace/noe-tests/resources/ssl/proper/ca-cert.jks", keystore-password="tomcat")
      /core-service=management/security-realm=JBossTestClient/authentication=truststore:add(keystore-path="C:\\qa\\hudson_workspace\\noe-tests\\resources\\ssl\\proper\\ca-cert.jks", keystore-password="tomcat")
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mkopecky@redhat.com Marek Kopecky
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: