How to replicate the Context Attribute for Clustering

I have set up the clustering. For session attributes, the replication works perfect. However, when saving some value to a context attribute in a node, the value can't be obtained from the other node. Is there any specific configuration I have to do to enable this feature?SK
[296 byte] By [skoizumi2133a] at [2007-11-26 18:12:17]
# 1

Context (ServletContext) attributes cannot be failed over. Only the HttpSession objects will be persisted onto HADB. I think J2EE spec discourages (prohibits ?) persisting/failing over the context attributes in a cluster environment (See Servlet Spec 3.4 - Context Attributes).

Hope that helps,

Vasanth

vasanth_foruma at 2007-7-9 5:45:04 > top of Java-index,Application & Integration Servers,Application Servers...
# 2
Thank you very much for the reponse.I am checking the specification.Funny thing is that tomcat allows Context Attribute Replication as you can see from the link or this is something different? http://tomcat.apache.org/tomcat-6.0-doc/config/cluster.htmlSK
skoizumi2133a at 2007-7-9 5:45:04 > top of Java-index,Application & Integration Servers,Application Servers...