Question

Recently we bought dedicated server with windows server 2012 standard,we deployed Java Application using Apache Tomcat. using this link ***.**.*.**:8080/Application I open that Application through browser in dedicated server,it's working fine.

That same link we triggered from another systems,it's not showing anything.

I don't know,Why it was not working in another systems,for this I tried in the following ways.

For my conformation,I ping my server from my localsystem in the following way,It's working fine.

 ping ***.**.*.**

Also I turned of firewall from control panel,still it's not working.

For this, Am I need to open ports in my dedicated server.

How can I fix this.

Thanks

Was it helpful?

Solution

Sounds like you need to open up ports in the firewall protecting the server, for external connections. Or it could be that you're accessing the server using its loopback address locally, which obviously won't work from an external source (you need to use a public IP address). It would help if you supplied more information though: Address of the computer, address you used to access the service, location of your other systems etc.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top