Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Vaadin Push in cluster enviroment
Hello eveybody,
I have a problem with vaadin push in cluster enviroment.
I depend on the Broadcasting to Other Users of this link https://vaadin.com/docs/-/part/framework/advanced/advanced-push.html therefore i can broadcast a message to every body deploy on a tomcat.
But with more than 2 tomcat, i can't broadcast message to user logon in other tomcat.
who can help me?
Many thanks,
Hi, please see the answer posted to this thread: https://vaadin.com/forum/thread/11626102/vaadin-push-in-clustered-environment-usecase
The short answer is that you'll need a common messaging system that will notify all of your tomcat nodes, which can then in turn use Vaadin push to notify the browsers.