0
votes

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
1
What is the browser result for 192.168.1.5:8888 - Yusuf K.
hi, the result is simply page not found - Noor

1 Answers