[jboss-jira] [JBoss JIRA] (AS7-5403) CLONE - Adding modcluster via the CLI fails.

RH Bugzilla Integration (JIRA) jira-events at lists.jboss.org
Tue Apr 16 08:25:53 EDT 2013


    [ https://issues.jboss.org/browse/AS7-5403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767529#comment-12767529 ] 

RH Bugzilla Integration commented on AS7-5403:
----------------------------------------------

Michal Babacek <mbabacek at redhat.com> made a comment on [bug 900801|https://bugzilla.redhat.com/show_bug.cgi?id=900801]

(In reply to comment #10)
> There seems to be a regression. The composite command as given as workaround
> works fine in EAP 6.0.1
> 
> So I agree with Michal. The "normal" way of adding the subsystem still does
> not work (just like in 6.0.x) and the "composite" way that used to work is
> broken now.

COMPOSITE OPERATION
Hmm, no, I was too quick in my judgement. The undermentioned composite operation actually _works_ both in 6.0.1 and 6.1.0. Obviously, the composite operation from my previous comment [1] is wrong as you might have noticed. Sorry for confusion.

Add extension
/extension=org.jboss.as.modcluster:add()

Add ajp connector
/subsystem=web/connector=ajp:add(name=ajp,protocol=ajp,scheme=ajp,socket-binding=ajp)

Composite operation for mod_cluster
/:composite(steps=[ {"operation" => "add", "address" => [ ("subsystem" => "modcluster") ] },{ "operation" => "add", "address" => [ ("subsystem" => "modcluster"), ("mod-cluster-config" => "configuration") ], "connector" => "ajp", "balancer" => "my", "advertise" => "false", "proxy-list" => "127.0.0.1:6666" } ])

[1] https://bugzilla.redhat.com/show_bug.cgi?id=900801#c9
                
> CLONE - Adding modcluster via the CLI fails.
> --------------------------------------------
>
>                 Key: AS7-5403
>                 URL: https://issues.jboss.org/browse/AS7-5403
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: CLI, Clustering
>    Affects Versions: 7.1.2.Final (EAP)
>            Reporter: Tom Fonteyne
>            Assignee: Radoslav Husar
>             Fix For: 8.0.0.Alpha1
>
>
> Adding modcluster via the CLI fails.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list