Hello!
We use synchronization on several JSP and classes:
synchronized ( ... ) {
...
}
But what about synchronization in cluster?
Tomcats in cluster will work in different JVM on different computers.
Is there a possibility of such synchronization in cluster?
Thank you,
Igor
