2014/1/20 Jeffrey Janner <jeffrey.jan...@polydyne.com>: >> -----Original Message----- >> From: Ognjen Blagojevic [mailto:ognjen.d.blagoje...@gmail.com] >> Sent: Sunday, January 19, 2014 9:19 AM >> To: Tomcat Users List >> Subject: Re: Cannot connect from outside using Tomcat 7/APR/SSL on AWS >> Windows system >> \> C:\Users\Administrator>netstat -ano > > Active Connections > > Proto Local Address Foreign Address State PID > TCP 0.0.0.0:25 0.0.0.0:0 LISTENING 1244 > TCP 0.0.0.0:135 0.0.0.0:0 LISTENING 792 > TCP 0.0.0.0:445 0.0.0.0:0 LISTENING 4 > TCP 0.0.0.0:3389 0.0.0.0:0 LISTENING 1944 > TCP 0.0.0.0:5985 0.0.0.0:0 LISTENING 4 > TCP 0.0.0.0:8086 0.0.0.0:0 LISTENING 14676 > TCP 0.0.0.0:8087 0.0.0.0:0 LISTENING 1592 > TCP 0.0.0.0:8088 0.0.0.0:0 LISTENING 7596 > TCP 0.0.0.0:8089 0.0.0.0:0 LISTENING 4100 > TCP 0.0.0.0:8090 0.0.0.0:0 LISTENING 19600
1. What is the above line, listening on port "8090" for the same PID? Such port number is not mentioned in server.xml that you cited. > TCP 10.4.1.20:80 0.0.0.0:0 LISTENING 19600 > TCP 10.4.1.20:443 0.0.0.0:0 LISTENING 19600 > Interestingly, even though IPv6 is unchecked in the Windows network > properties, the stack is still available and if the address is unspecified, > you will get some IPv6 connections configured. > TCP [::]:135 [::]:0 LISTENING 792 > TCP [::]:445 [::]:0 LISTENING 4 > TCP [::]:3389 [::]:0 LISTENING 1944 > TCP [::]:5985 [::]:0 LISTENING 4 > TCP [::]:8086 [::]:0 LISTENING 14676 > TCP [::]:8087 [::]:0 LISTENING 1592 > TCP [::]:8088 [::]:0 LISTENING 7596 > TCP [::]:8089 [::]:0 LISTENING 4100 > > I can connect using the server's local IE and the configured "local" IP > address. > I cannot connect from any system, anywhere, using the "external" IP address. 2. If Tomcat listens locally and you can connect locally to its IP, then Tomcat's own job is done. Check our NATs/ routers and your firewalls. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org