0

I am trying to run a jsp app on my machine ip: 192.168.1.165 and want to get it in system with ip 192.168.1.163

but giving the url

http://192.168.1.165:port/app

is not working

( we are working in intranet. )

Pls, help me...

how to make this possible.

Sumit M Asok
  • 2,950
  • 7
  • 29
  • 38

1 Answers1

0

Try

http://192.168.1.165:8000/app

http://192.168.1.165:8080/app

http://192.168.1.165:6747/app

If not working, double check firewall on server and your computer

YOU
  • 120,166
  • 34
  • 186
  • 219