在 2 台 PC 上以开发模式测试 GWT 系统

发布于 2024-10-08 18:33:52 字数 847 浏览 0 评论 0原文

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

我正在开发系统的 PC 的 IP 是 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

I am using GWT and I need to test a page in development on 2 pc. On 1 pc, I am developing the system and I need to test something on another pc connected to the one I am developing the system.

The PC on which I am developing the system IP is 192.168.1.5

The PC on which I want to test the has IP 192.168.1.10

The network is OK because when I am pinging each one from both sides, I am getting 0 % packet loss

Currently, the adddress generated by GWT for the current page is
http://127.0.0.1:8888/BiddingSystem.html?gwt.codesvr=127.0.0.1:9997
This URL is running on 192.168.1.5

I am not that good in network. From 192.168.1.10, I am trying to access this
by typing the following but all has failed:

  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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文