Access to applications from another machine
I have configured the Jazz team server successfully, and can log into it from the host machine. Now I cannot access the tomcat server from any other machine, and it is not a firewall or any other network issue that I am aware of. Are there any tips on how to enable direct access from another computer to the Tomcat server (via any port, currently I am using the default ports).
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Never had a problem like this between two machines on the same network.
This sounds like a network issue (e.g. localhost used as host name, host name not resolvable etc). I'd suggest to follow Sam's advice and try the basic network stuff first. Ping the server, Traceroute. Look into the client and server logs.
I was very suspicious, because I had no trouble accessing IIS when it was running, and I couldn't think of any other reason. So, I double-checked, and Windows firewall had turned itself back on. Not sure how this happened, but now that it's disabled again, it works. Thanks guys.