Is there a way by which different managed beans in different faces-config.xml placed in multiple WARs.
|
|
No, they reside in different contexts. Depending on the servlet container, there are ways to share / synchronize the two contexts. Using But this is too much hassle for something that should be achieved in other ways. If you want your two applications to communicate with each other, make them a channel - via web services, JMS, etc. Update: Tomcat's Signle-Sign-On Valve might be helpful (if using tomcat)
|
|||||
|