[jboss-jira] [JBoss JIRA] Updated: (AS7-739) En/Disable deployment doesn't work as expected
Heiko Braun (JIRA)
jira-events at lists.jboss.org
Tue May 10 11:53:21 EDT 2011
[ https://issues.jboss.org/browse/AS7-739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Heiko Braun updated AS7-739:
----------------------------
Description:
If I enable a deployment that is only assigned to a single server group, I get this:
[Server:server-one] 17:49:28,770 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) Starting deployment of "test-application.war"
[Server:server-two] 17:49:28,771 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) Starting deployment of "test-application.war"
[Server:server-one] 17:49:29,315 INFO [org.jboss.web] (MSC service thread 1-1) registering web context: /test-application
[Server:server-two] 17:49:29,412 INFO [org.jboss.web] (MSC service thread 1-1) registering web context: /test-application
Likewise, disabling it for a specific group doesn't have no effect.
was:
If I disable a deployment that is only assigned to a single server group, I get this:
[Server:server-one] 17:49:28,770 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) Starting deployment of "test-application.war"
[Server:server-two] 17:49:28,771 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) Starting deployment of "test-application.war"
[Server:server-one] 17:49:29,315 INFO [org.jboss.web] (MSC service thread 1-1) registering web context: /test-application
[Server:server-two] 17:49:29,412 INFO [org.jboss.web] (MSC service thread 1-1) registering web context: /test-application
Likewise, disabling it for a specific group doesn't have no effect.
> En/Disable deployment doesn't work as expected
> ----------------------------------------------
>
> Key: AS7-739
> URL: https://issues.jboss.org/browse/AS7-739
> Project: Application Server 7
> Issue Type: Bug
> Components: Console
> Reporter: Heiko Braun
> Assignee: Stan Silvert
>
> If I enable a deployment that is only assigned to a single server group, I get this:
> [Server:server-one] 17:49:28,770 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) Starting deployment of "test-application.war"
> [Server:server-two] 17:49:28,771 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) Starting deployment of "test-application.war"
> [Server:server-one] 17:49:29,315 INFO [org.jboss.web] (MSC service thread 1-1) registering web context: /test-application
> [Server:server-two] 17:49:29,412 INFO [org.jboss.web] (MSC service thread 1-1) registering web context: /test-application
> Likewise, disabling it for a specific group doesn't have no effect.
--
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