I've seen this solution about sharing session for different applications in this topic: Any way to share session state between different applications in tomcat?
I´ve been able to register a JNDI bean and get it in different applications. But what I really want is to change a value of this bean (add a value to a hashmap) in one application and to retrieve the new value in other applications, but the change only seems to happen locally.
Is there any solution?
Thanks