[jboss-user] [Installation, Configuration & Deployment] - Re: Question about clustering
Trooper80
do-not-reply at jboss.com
Tue Jun 12 05:39:31 EDT 2007
Sorry...here 's the XML
| <?xml version="1.0" encoding="utf-8"?>
| <!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd">
| <jboss>
| <security-domain>nettellerRealm</security-domain>
| <unauthenticated-principal>guest</unauthenticated-principal>
| <enterprise-beans>
| <session>
| <ejb-name>*</ejb-name>
| <jndi-name>*</jndi-name>
| <clustered>true</clustered>
| <cluster-config>
| <partition-name>DefaultPartition</partition-name>
| <bean-load-balance-policy>
| org.jboss.ha.framework.interfaces.RandomRobin
| </bean-load-balance-policy>
| </cluster-config>
| </session>
| </enterprise-beans>
| </jboss>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053413#4053413
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053413
More information about the jboss-user
mailing list