I am trying to add clustering to my application which uses Jboss server. For replication session,
I have added <distributable/>
tag in web.xml. But, I get following warning and session replication seems to be not working. Please suggest the best way to handle session replication for Jboss.
Warning:
Failed to setup clustering, clustering disabled. NoClassDefFoundError: org/jboss/cache/pojo/jmx/PojoCacheJmxWrapperMBean
Server : Jboss 5.1 Load balance implemented by mod_jk.