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

Incorrect handing of name and runtime-name in deployers

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • 7.0.0.CR1
    • 7.0.0.Beta3
    • Domain Management
    • None

    Description

      Various problems happen at deploy time if you deploy a file and change the name or runtime-name arguments. (Note: in the CLI, the argument to change the runtime-name is "runtime-name" rather than "runtime_name" as described in the help. See AS7-785)

      If I deploy foo.war and I only change the runtime-name=bar.war, it will deploy normally, but the context will be set to /foo instead of /bar.

      If I deploy stuff.war and change both names with name=hello and runtime-name=hello.war, the context is set to /h and I will get a 404 when I try to hit my page:

      [standalone@localhost:9999 /] deploy /projects/foo.war/stuff.war --name=hello --runtime-name=hello.war
      'hello' deployed successfully.

      16:46:15,916 INFO [org.jboss.as.server.deployment] (ManagementCommunication-threads - 10) Content added at location C:\as7trunk\jboss-as\build\target\jboss-7.0.0.Beta4-S
      NAPSHOT\standalone\data\content\91\b040bbc10337f5150474ee417f8aaeb005896d\content
      16:46:26,096 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) Starting deployment of "hello"
      16:46:26,133 INFO [org.jboss.web] (MSC service thread 1-5) registering web context: /h

      Attachments

        Activity

          People

            bstansbe@redhat.com Brian Stansberry
            ssilvert@redhat.com Stan Silvert
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: