[jboss-jira] [JBoss JIRA] Resolved: (JBAS-6622) Dynamic creation of vhost managed objects
Scott M Stark (JIRA)
jira-events at lists.jboss.org
Tue May 12 21:53:46 EDT 2009
[ https://jira.jboss.org/jira/browse/JBAS-6622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Scott M Stark resolved JBAS-6622.
---------------------------------
Resolution: Done
The Host mbeans are handled by this profileservice-jboss-beans.xml fragment:
<!-- jboss.web:host=*,type=Host -->
<bean name="WebHostsManagedDeploymentFactory"
class="org.jboss.profileservice.management.ProxyManagedDeploymentFactory">
<property name="factoryName">WebHost</property>
<property name="defaultViewUse">STATISTIC</property>
<property name="rootMOPatterns">
<set elementClass="org.jboss.profileservice.management.ProxyDeploymentInfo">
<!-- Manager -->
<bean class="org.jboss.profileservice.management.ProxyDeploymentInfo">
<property name="compType">MBean</property>
<property name="compSubtype">WebHost</property>
<property name="pattern">jboss.web:type=Host,*</property>
<property name="nameBuilder">
<inject bean="HostMBeanDeploymentNameBuilder"/>
</property>
</bean>
</set>
</property>
</bean>
> Dynamic creation of vhost managed objects
> -----------------------------------------
>
> Key: JBAS-6622
> URL: https://jira.jboss.org/jira/browse/JBAS-6622
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: Management services, Web (Tomcat) service
> Affects Versions: JBossAS-5.1.0.Beta1
> Reporter: Scott M Stark
> Assignee: Scott M Stark
> Fix For: JBossAS-5.1.0.GA
>
> Original Estimate: 3 days
> Remaining Estimate: 3 days
>
> The vhost management object done for beta1 requires a bean entry in the tomcat jboss-beans.xml. These should be created dynamically by the war deployer.
> JBossWeb vhost metrics (in addition to availability)
> <metric property="jboss.web:type=Host,host=%name%:aliases"
> displayName="Aliases"
> defaultOn="true" dataType="trait" />
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list