[jboss-jira] [JBoss JIRA] Commented: (AS7-845) Incorrect handing of name and runtime-name in deployers
Stan Silvert (JIRA)
jira-events at lists.jboss.org
Tue May 24 17:21:01 EDT 2011
[ https://issues.jboss.org/browse/AS7-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12604077#comment-12604077 ]
Stan Silvert commented on AS7-845:
----------------------------------
Works great now. Thanks Brian.
> Incorrect handing of name and runtime-name in deployers
> -------------------------------------------------------
>
> Key: AS7-845
> URL: https://issues.jboss.org/browse/AS7-845
> Project: Application Server 7
> Issue Type: Bug
> Components: Domain Management
> Affects Versions: 7.0.0.Beta3
> Reporter: Stan Silvert
> Assignee: Brian Stansberry
> Priority: Blocker
> Fix For: 7.0.0.CR1
>
>
> 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 at 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
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list