ネットワーク管理者が設定した物理IPと仮想IPを持つサーバーがあります 。サーバー内にApache tomcat 7.0.29
Web アプリケーションをインストールして作成します。wgethttp://<physical ip>:8080/xxx
またはを実行http://<localhost>:8080/xxx
すると、ページを取得できますが、wget では取得できず、以下のようなエラーhttp://<virtual ip>:8080/xxx
がスローされます
Connecting to <virtual ip>:8080... connected.
HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
Retrying.
サーバーのOSはredhat
.
入手方法はhttp://<virtual ip>:8080/xxx works
?
前もって感謝します。