gpt4 book ai didi

google-app-engine - GWT 部署到 Google App Engine 时出现 404 错误

转载 作者:行者123 更新时间:2023-12-04 05:17:09 25 4
gpt4 key购买 nike

我正在尝试学习如何将 GWT 应用程序部署到 Google App Engine。
我在 Java 7 中使用 GWT 2.4 + eclipse。

我基本上有一个带有按钮的静态页面,它什么也不做。

public class Test1 implements EntryPoint {

public void onModuleLoad() {
final Button sendButton = new Button("Send");
RootPanel.get().add(sendButton);
}
}

我已经创建了我的应用程序 istoeumtestedenome ,并且在 localhost 中它可以工作。我已将它部署到 App Engine,没有任何错误。但是当我尝试访问页面时 http://istoeumtestedenome.appspot.com/ ,显示 404 错误。

我能做什么?

最佳答案

有很多事情可能会出错。首先想到的事情:

  • 您的静态 HTML 文件(主机页面)位于错误的位置(文件夹)。
  • 您没有在 web.xml 文件中指定欢迎页面 - 或者存在一些其他问题。

  • 转到您的 App Engine 管理控制台,然后单击日志以查看出了什么问题。

    关于google-app-engine - GWT 部署到 Google App Engine 时出现 404 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14101692/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com