使用 Eclipse TPTP 分析 Google App Engine 项目?
如何使用 Eclipse Test & 在本地分析 Google 应用程序引擎项目性能工具平台?
我已经安装了该插件,但是当我选择对其进行分析时,没有选项可以将其分析为 Web 应用程序,而只能作为无法工作的 java 应用程序。
更新:它要求一个主类,我选择 com.google.appengine.tools.development.DevAppServerMain
,它与我的运行配置使用的主类相同,但“监视器”选项卡下出现错误上面写着“IWAT0435E 连接到主机时发生错误。”
更新 2:我通过重新安装 eclipse 摆脱了更新 1 中的错误。现在它不会抛出任何错误,但它似乎根本没有启动服务器,因为控制台上没有显示任何日志消息,并且我无法连接到本地主机上的 Web 应用程序。
How can I profile a google app engine project locally with the Eclipse Test & Performance Tools Platform?
I already installed the plugin, but when I choose to profile it, there is no option to profile it as a web application, only as a java application which doesn't work.
Update: It asks for a main class and I choose com.google.appengine.tools.development.DevAppServerMain
which is the same Main class my run configuration uses, but then there is an error under the Monitor tab that says "IWAT0435E An error occured when connecting to the host."
UPDATE 2: I got rid of the error from update 1 by reinstalling eclipse. Now it doesn't throw any errors, but it doesn't seem like it's starting the server at all because no log messages show up on the console, and I can't connect to the web app on localhost.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议不要再使用 TPTP 插件,因为它已经死了(->
看一下最近为 eclipse 平台贡献的 CodePro 插件(由谷歌)。
I suggest not to use the TPTP plugin anymore as it is kind of dead (-> project plan).
Take a look at the CodePro Plugin contributed to the eclipse platform recently (by google).