我有 由网络管理员设置的物理 ip和虚拟 ip的服务器。在服务器内部,我安装Apache tomcat 7.0.29并创建了一个 Web 应用程序。当我运行 wgethttp://<physical ip>:8080/xxx或时http://<localhost>:8080/xxx,我可以获取页面但不能使用 wgethttp://<virtual ip>:8080/xxx并且它会引发如下错误
Connecting to <virtual ip>:8080... connected.
HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
Retrying.
服务器的操作系统是redhat.
如何获得http://<virtual ip>:8080/xxx works?
提前致谢。