Does the xmbean configuration defined in the xml-attribute xmbean-dd of the element mbean overwrite an xml-element xmbean that is included in the mbean-xml-element?
| <mbean [....] xmbean-dd="configuration file">
|
| <xmbean>
| <description>Local configuration</description>
| [..]
| <xmbean>
|
| [..]
| </mbean>
|
-> does the xmbean-dd "configuration file" overwrite the "Local configuration" xmbean?
Is there documentation for this?
Thanks, Tobias.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006461#4006461
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006461
I am not an RHCS expert, but JBoss clustering is shared-nothing architecture, based on in-memory replication. So it makes no sense to use GFS with it.
Actually it shouldn't work at all as two JBoss instances can't share the same configuration directories (deploy, work, ...). But RHCS should be nice to balance / failover front-end apache_md_jk servers for your HTTP clients.
Why do you think you need a shared global filesystem for your jboss cluster?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006457#4006457
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006457