Monday, August 2, 2010

GWT applications in clustered environment

We have a GWT application that needs to be deployed on a clustered
environment with 2 nodes with session persistence. We are seeing an
issue: when node 1 sets something in the session, and node 2 tries to
access, it gets a null. The session variable is of java.lang.Long type
which is Serializable.

Anyone has deployed a GWT app in a clustered env. ?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment