[jboss-user] [Clustering/JBoss] - Re: Tomcat Cluster Error

2007-04-16 Thread baskaran_c
Thanks a lot Brian Stansberry, Its working fine. Baskaran Tokyo, Japan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037833#4037833 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037833 __

[jboss-user] [Clustering/JBoss] - Re: Tomcat Cluster Error

2007-04-16 Thread [EMAIL PROTECTED]
Don't use "deploy/tc5-cluster-service.xml" in 4.0.4 or later. Beginning with 4.0.4 it was replaced with tc5-cluster.sar. The deployment descriptor for the sar is tc5-cluster.sar/META-INF/jboss-service.xml. Make any edits you need to that file. View the original post : http://www.jboss.com/in

[jboss-user] [Clustering/JBoss] - Re: Tomcat Cluster Error

2007-04-16 Thread baskaran_c
I have defined the "deploy/tc5-cluster-service.xml " as below | | | | jboss:service=Naming | jboss:service=TransactionManager | org.jboss.cache.JBossTransactionManagerLookup | REPEATABLE_READ | REPL_ASYNC | Tomcat-Cluster | 15000 | | |

[jboss-user] [Clustering/JBoss] - Re: Tomcat Cluster Error

2007-04-16 Thread [EMAIL PROTECTED]
Look in your deploy/tc5-cluster.sar/META-INF/jboss-service.xml file for the TransactionManagerLookupClass field. Make sure it is: org.jboss.cache.BatchModeTransactionManagerLookup View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037542#4037542 Reply to the po