哎呀!谷歌浏览器无法连接到 localhost:8085

哎呀!谷歌浏览器无法连接到 localhost:8085

问题描述:

我下载了 Apache Tomcat 7 以与 NetBeans 6.9 一起使用.我尽可能地遵循安装.我想我做的一切都很好.当我试图进入 Tomcat 欢迎屏幕但输入 http://localhost:8085 时,这是我设置的端口当我安装 Tomcat 时,出现错误 哎呀!Google Chrome 无法连接到 localhost:8085.我什至检查了 config 文件夹中的 server.xml 以确认最初不正确的端口(8005),但我对(8085)进行了更正,但仍然出现错误.我在标准 8080 端口上还有其他东西.

I downloaded Apache Tomcat 7 to use with NetBeans 6.9. I followed the installation as best as I could. I think I did everything OK. when I tried to get to the Tomcat welcome screen but typing http://localhost:8085, which is the port i set when I installed Tomcat, I got the error Oops! Google Chrome could not connect to localhost:8085. I even checked server.xml in the config folder to confirm the port which was incorrect at first (8005), but I made the correction to (8085)and I still get the error. I have something else in the standard 8080 port.

任何帮助将不胜感激

杰瑞麦克劳德

你怎么知道 Tomcat 在 8085 端口?netstat -nat 是否显示在端口 8085 上侦听的任何内容?

How do you know Tomcat is on port 8085? Does netstat -nat show anything listening on port 8085?