Re: GWT applications in clustered environment

2010-08-03 Thread Ameya Kulkarni
We are using tomcat container and validating the setup. Is GWT RPC session implementation different from the servlet HTTP session. We saw the following article on a similar issue. http://old.nabble.com/GWT-Sessions-with-Tomcat-Session-Replication--td21544585.html On Aug 2, 8:54 pm, jocke

GWT applications in clustered environment

2010-08-02 Thread Ameya Kulkarni
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.

Re: GWT applications in clustered environment

2010-08-02 Thread jocke eriksson
Well it has nothing to do with GWT, look on the faq for your container. 2010/8/2 Ameya Kulkarni amey...@gmail.com 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