Skip to main content

All Questions

Tagged with
1 vote
1 answer
70 views

should I use server cluster when my application does not work with session

I read about payara(glassfish) server cluster and find out that clustering with payara only replicate session in multiple servers. but I use jwt for my project so I don't use session at all. I ...
mohsenJsh's user avatar
  • 1,355
1 vote
0 answers
358 views

handling external events in a cluster environment

I have an app written with JSF and Spring using JPA+Hibernate which is running on a Glassfish4 server. Right now I have an Observer pattern which is listening for some Postgresql events. Let`s say ...
Videanu Adrian's user avatar