2 Replies Latest reply on May 8, 2006 3:09 PM by gianc64

    how to integrate JBossCache into weblogic using JMX and Spri

    luozn

      Since JBossCache is the most popular distributed cache supporting cluster env, how to make full use of it in weblogic cluster env?
      I checked the Wiki page, it recommends using startup/shutdown class to register TreeCache into local JNDI and start service when server startup. It works fine.
      But since JBossCache run as JMX MBean in JBoss container, is it possible to do the same thing in weblogic server? It's well known spring 1.2 support JMX very well, will spring helps to this?