【问题标题】:Google AppEngine development server argumentsGoogle AppEngine 开发服务器参数
【发布时间】:2012-12-31 14:25:21
【问题描述】:

在 Google Web 应用程序的 Eclipse 运行配置中,我看到了一个程序参数列表,如下所示:

-remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -startupUrl Test_AppEngine.html -logLevel INFO -codeServerPort 9997 -port 8888 ...

两个问题:1)“gwt_remote_ui_server_port”和“unique_id”在哪里定义,更一般地说,2)我在哪里可以找到所有可能参数的描述?

谢谢。

【问题讨论】:

    标签: eclipse gwt


    【解决方案1】:

    要在托管模式和 GWT 编译器编译模式下传递的参数列表 - https://developers.google.com/web-toolkit/doc/latest/DevGuideCompilingAndDebugging

    参数-remoteUI "${gwt_remote_ui_server_port}:${unique_id}" 与 GAE 无关,而是与在 Eclipse 的开发模式视图中启动的 GWT 托管模式有关,而不是在 eclipse 之外的独立应用程序中启动。

    如果您删除参数-remoteUI "${gwt_remote_ui_server_port}:${unique_id}",GPE 仍将启动。这次作为独立应用程序。

    【讨论】:

      猜你喜欢
      • 2017-12-06
      • 1970-01-01
      • 1970-01-01
      • 2018-02-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-07-14
      相关资源
      最近更新 更多