-
1. Re: can we use pojo cache to do the session replication with
manik Jun 3, 2008 6:06 AM (in response to jasonhu919)What do you mean by "other server"? Non-JBossAS servers? Anything specific in mind, Glassfish, BEA, etc?
-
2. Re: can we use pojo cache to do the session replication with
jasonhu919 Jun 4, 2008 1:43 AM (in response to jasonhu919)other server means 'oracle ias 10g', 'weblogic', 'websphere', and 'glassfish',
I really hope the jboss pojo cache can make the session replication as simple as terracotta if possible.
basically i know how to configure the jboss session replication by using apache mod-jk, but I don't see any document of talking about using pojo cache itself to make session replication work. -
3. Re: can we use pojo cache to do the session replication with
jason.greene Jun 5, 2008 3:11 PM (in response to jasonhu919)JBoss AS Field based replication is the only session impl that I am aware of that uses POJO Cache. We are focusing on the cache implementation ATM, so creating a new session replication implementation for other app servers is low priority. If you or someone else decides to contribute one, feel free to ask any implementation/design questions on the dev form or list.
-
4. Re: can we use pojo cache to do the session replication with
totalz Jun 25, 2008 5:03 AM (in response to jasonhu919)"jason.greene@jboss.com" wrote:
JBoss AS Field based replication is the only session impl that I am aware of that uses POJO Cache. We are focusing on the cache implementation ATM, so creating a new session replication implementation for other app servers is low priority. If you or someone else decides to contribute one, feel free to ask any implementation/design questions on the dev form or list.
What about references on http session replication of JBoss Web Clustering?