【问题标题】:Testing GWT System in developmenet mode on 2 PC在 2 台 PC 上以开发模式测试 GET 系统
【发布时间】:2011-05-29 18:45:33
【问题描述】:

我正在使用 GWT,我需要在 2 台电脑上测试一个正在开发的页面。在一台电脑上,我正在开发系统,我需要在另一台连接到我正在开发系统的电脑上测试一些东西。

我开发系统IP的PC是192.168.1.5

我要测试的 PC 的 IP 为 192.168.1.10

网络没问题,因为当我从两侧 ping 一个时,我得到 0 % 的丢包率

目前,GWT为当前页面生成的地址是 http://127.0.0.1:8888/BiddingSystem.html?gwt.codesvr=127.0.0.1:9997 此 URL 在 192.168.1.5 上运行

我的网络不太好。从 192.168.1.10,我试图访问这个 通过键入以下内容,但都失败了:

  1. http://192.168.1.5:8888/BiddingSystem.html?gwt.codesvr=127.0.0.1:9997
  2. http://192.168.1.5:8888/BiddingSystem.html?gwt.codesvr=192.168.1.5:9997

【问题讨论】:

标签: networking gwt ip p2p


【解决方案1】:

【讨论】:

  • 非常感谢这两个有用的链接
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2011-09-13
  • 2023-03-16
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多