cancel
Showing results for 
Search instead for 
Did you mean: 

Clustered Server - Jboss-Problem with cache and Transaction

ps
Champ in-the-making
Champ in-the-making
Can someone address the issue noted in: http://forums.alfresco.com/viewtopic.php?p=17303

We already have JBoss portal running on multiple server nodes connecting to a single Oracle database. I have Alfresco 1.3 setup and installed on both the nodes following instructions from http://wiki.alfresco.com/wiki/High_Availability_Configuration.  I have cluster setup and is working except for one issue. 

The problem is with the below bean configuration:
   <bean id="transactionManager" class="org.springframework.transaction.jta.JtaTransactionManager" >
       <property name="userTransactionName">
           <null/>
       </property>
       <property name="transactionManager">
           <ref bean="jndiTransactionManagerFactory" />
       </property>
   </bean>

—————-

Any help or input on this is greately appreciated!

Thanks!

PS
3 REPLIES 3

derek
Star Contributor
Star Contributor
Hi,

Like I said, use 1.4 or 2.0 if you want to cluster.  The Wiki is still for the 1.3 config.  But there is plenty of documentation on clustering the EHCache on their website.  Otherwise the principles with the content and indexes remain the same.

hamptont
Champ in-the-making
Champ in-the-making
Derek, there is no documentation on how to do this for 1.4 or 2.0.

Can you please provide some guidance about how to configure for multiple servers.

Thanks.

derek
Star Contributor
Star Contributor
Hi,

Mark Manes has been updating the Wiki's 1.4 clustering documentation

Regards