V
Venugopal
Hi,
I am running a servlet deployed on JBoss running on 8080.
I am able to access the servlet on my local machine using
http://localhost:8080/myapp
But the moment I try to connect to the servlet using http://192.168.157.17:8080/myapp,
i get network error.
Tried adding the IP map to the localhost by modifying the hosts file
at WINDOWS/system32/drivers/etc , but no use.
Can anyone help ?
Thanks in advance,
Venugopal
I am running a servlet deployed on JBoss running on 8080.
I am able to access the servlet on my local machine using
http://localhost:8080/myapp
But the moment I try to connect to the servlet using http://192.168.157.17:8080/myapp,
i get network error.
Tried adding the IP map to the localhost by modifying the hosts file
at WINDOWS/system32/drivers/etc , but no use.
Can anyone help ?
Thanks in advance,
Venugopal