[jboss-jira] [JBoss JIRA] (AS7-5403) CLONE - Adding modcluster via the CLI fails.
Joe Wertz (JIRA)
jira-events at lists.jboss.org
Thu Sep 20 07:38:35 EDT 2012
[ https://issues.jboss.org/browse/AS7-5403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12720262#comment-12720262 ]
Joe Wertz commented on AS7-5403:
--------------------------------
A more elegant solution as requested.
Adding a ListAttributeDefinition to the ModClusterDefinition. ModClusterConfigAttributeDefinition. The new attribute definition essentially replicates the ModClusterConfigResourceDefinition as an attribute so that it can be used during the ./subsystem=modcluster:add(__) command. This way the user can input configuration values before the modcluster subsystem attempts to start up.
CLI Usage Example:
{noformat}
./subsystem=modcluster:add(configuration=[{advertise-socket=ajp,connector=ajp}])
{noformat}
Depending on how many of the configuration attributes the user wanted to define at the time. Only the connector would be required, like the ModClusterConfigResourceDefinition.
> 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
> Affects Versions: 7.1.2.Final (EAP)
> Reporter: Tom Fonteyne
> Assignee: Joe Wertz
>
> 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