i**e 发帖数: 6810 | 1 默认的8080口怎么也打不开,就好像没有开似的。但
netstat -noa 列出来java在8005和8080上听着呢。
8005的口是开着的,8080跟没开一样。没有其它process
listen在8080了。
同样的tomcat在XP上工作正常 |
i**e 发帖数: 6810 | 2 继续困惑中。netstat -ano|grep 4528,口都是开着的,为啥子
连不上呢?Windows firewall关掉了也不行。换成8081口也不行。
TCP 127.0.0.1:8005 0.0.0.0:0 LISTENING 4528
TCP [::]:8009 [::]:0 LISTENING 4528
TCP [::]:8080 [::]:0 LISTENING 4528 |
i**e 发帖数: 6810 | 3 Update一下,我要specifically 加上 address="127.0.0.1" 或者
address="0.0.0.0" 才能连接,默认的在Win7不行,-.-!! |
z****e 发帖数: 54598 | 4 你自己看看你的win7的8080端口是不是被占用了
你换几个端口试试 |
a***n 发帖数: 584 | 5 Some other java software might use the port.
I know skype uses port 80 without informing you.
If port 8080 is being listen, check the PID. It might not be tomcat.
Or kill that process, then run tomcat as service, and restart. However, find
out which process is using port 8080 first. You might be surprise. |
g*****g 发帖数: 34805 | 6 Search 8080 in server.xml and change it to another port like
8081, 8082
【在 i**e 的大作中提到】 : 默认的8080口怎么也打不开,就好像没有开似的。但 : netstat -noa 列出来java在8005和8080上听着呢。 : 8005的口是开着的,8080跟没开一样。没有其它process : listen在8080了。 : 同样的tomcat在XP上工作正常
|