I'm encountering a probem with my GWT app. Everything is working great in local but I got Error 500 when the application is deployed on Google App Engine.
我正在使用我的GWT应用程序遇到一个探测器。一切都在本地很好用,但是当应用程序部署在Google App Engine上时我得到了错误500。
To understand the problem, I tried to deploy the sample Web Application example with Greetings service and I still got the same error Remote Procedure Call - Failure.
为了解这个问题,我尝试使用Greetings服务部署示例Web应用程序示例,我仍然遇到相同的错误远程过程调用 - 失败。
I think it's coming from my IDE settings but can't figure out what is the problem. Can anyone help ?
我认为它来自我的IDE设置,但无法弄清楚是什么问题。有人可以帮忙吗?
1 个解决方案
#1
0
The problem you are facing is with ONLY
servlet paths .
您面临的问题是仅使用servlet路径。
The environment and the folder structure will be cmpletely different in Dev-Mode and Deployment environment .
在Dev-Mode和Deployment环境中,环境和文件夹结构将完全不同。
In The below link ,explained the problem you are facing.
在下面的链接中,解释了您面临的问题。
Eclipse GWT sample greeting project RPC failure .
Eclipse GWT示例问候项目RPC失败。