문제

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?

도움이 되었습니까?

해결책

Open the port 11188 in the firewall.

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top