问题
I have a GWT GXT application running on Tomcat. this application has multiple instances running on the same server and if a user running 2 of them in the same time in the same browser the one which is running on the background start refreshing immediately when he/she try to work with them(at the first RPC call) if the applications running different browsers e.g. IE and Firefox there is no problem. Or the two application are running on different server.
Do you think this a possible tomcat problem or a GWT problem.
来源:https://stackoverflow.com/questions/19566072/multiple-instance-of-a-gwt-application-runing-on-the-same-server-on-different-to