On Tue, Sep 17, 2013 at 11:25 AM, Daniel Mikusa <dmik...@gopivotal.com>wrote:
> > Please don't top post. Either reply at the bottom or reply inline. That > is the convention we try to follow on this list. > Sorry & thanks. Can your run netstat and see if anything is listening on those ports? > "netstat -tln" should work on Linux or "netstat -an | grep LISTEN" on Mac. > Sorry I'm not sure about the command on Windows. > Yep, I see them: tcp4 0 0 192.168.1.243.4000 *.* LISTEN tcp4 0 0 192.168.1.243.4001 *.* LISTEN If it matters, the apache and tomcat ports are running with a wildcard IP: tcp46 0 0 *.8082 *.* LISTEN tcp46 0 0 *.8080 *.* LISTEN tcp46 0 0 *.8081 *.* LISTEN tcp46 0 0 *.8083 *.* LISTEN Thanks, Nick