Domanda

I have developed a servlet and deployed it on my server -windows server 2008- the server have an ip and the port of the glassfish 3.1.2 server is 11188, when i call the servlet from the local host it works fine, but when i call the server via the ip address this error shown could not connect to NN.NN.NNN.NNN:11188 ;N: is a number.

How do i solve this issue?

È stato utile?

Soluzione

Open the port 11188 in the firewall.

Altri suggerimenti

I was forget to define the port 11188 on the approved ports on the hoster control panel

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top