0
我有使用eclipse在本地主機上運行的web apllication,我試圖從 訪問其他計算機使用URL ...但瀏覽器拋出錯誤。訪問應用程序在其他計算機中使用url
連接超時
The server at xyz.xyz.1.2 is taking too long to respond.
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer's network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the We
的URL看起來像這樣:xyz.xyz.1.2:8080/MyProject的/ GetUserSMSAction和服務器 在xyz.xyz.1.2運行.. :(
我是管理員:P和我在8080運行tomcat服務器...端口我想要更改網址http://192.168.1.2:8081/AroundYou/GetUserSMSAction – goodyzain
將它更改爲8081將無濟於事。您需要打開端口。 我建議使用80,因爲它(幾乎)總是打開。 – abdoulcool
它的工作..... :) – goodyzain