multiple instance of a gwt application runing on the same server on different tomcat can't work

大憨熊 提交于 2019-12-08 12:04:27

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!