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

runtime-name is used when logging deploy and undeploy

    XMLWordPrintable

Details

    Description

      deploy a war and specify its runtime-name, and undeploy it:

      deploy --runtime-name=nnn.war /Users/cfang/tmp/hello.war
      
      undeploy hello.war
      

      In the server log it used the runtime-name to refer to the deployed and undeployed war, whereas I think the name (hello.war) should be used for this purpose.

      10:21:45,598 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015876: Starting deployment of "nnn"
      10:21:45,853 INFO  [org.jboss.as.server] (management-handler-thread - 1) JBAS018559: Deployed "nnn"
      10:22:19,016 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015877: Stopped deployment nnn in 25ms
      10:22:19,021 INFO  [org.jboss.as.repository] (management-handler-thread - 1) JBAS014901: Content removed from location /Users/cfang/as/standalone/data/content/33/6fe6448f88e335b46336d8509869c990c700fc/content
      10:22:19,021 INFO  [org.jboss.as.server] (management-handler-thread - 1) JBAS018558: Undeployed "nnn"
      

      Attachments

        Activity

          People

            chaowan@redhat.com Chao Wang
            cfang@redhat.com Cheng Fang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: