当前位置:编程学习 > JAVA >>

tomcat 正常启动,localhost:8080显示Network Error (tcp_error)

我的环境变量全部都配好了,上周跑J2EE的项目还非常的正常,这周突然跑不起来了,我就去检查tomcat有没有问题。
我跑到tomcat的目录的bin下面,启动了startup.bat,一切正常,显示tomcat已经正常启动。
然后我想打开localhost:8080,结果出现了这个:

Network Error (tcp_error) 

A communication error occurred: "Operation timed out"
The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.

For assistance, please contact GSD .

我去检查了8080端口有没有被占用,我关掉tomcat后,在cmd中输入

netstat -an |findstr 8080 

显示没有被占用,当我打开之后再输入上面一句话,显示在LISTENING。那应该是说明8080端口没有被占用。

我也直接去尝试了XAMPP当中的Tomcat,依然不能打开localhost:8080,显示的还是上面提到的Network Error (tcp_error)。

我也检查了log,所有的log都是现实tomcat正常启动了,没有任何的报错信息。

我想问一下究竟是为什么,会出现这种奇怪的错误! Tomcat J2EE --------------------编程问答-------------------- tcp.. --------------------编程问答--------------------
引用 1 楼 fatg1988 的回复:
tcp..

能具体一点吗。。。
补充:Java ,  Java相关
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,