1
What my application (JSF + Primefaces) needs to work with in a cluster?
I am doing a test in a cluster 3 Tomcat environment (with session replication) and my test application does not work.
At first I only included the tag <distributable/>
in the web.xml.
The app is very simple, just one @ManagedBean
@SessionScope
and a xhtml with a button to increment a variable.
When the request jumps from one server to the other the session is lost.
Obs:
The environment seems to be set up right and working as there is a JSP page that works.