I have deployed tomcat 7 on unix server. Application is working properly in its internal text mode browser which is elinks.
My server ip is 190.0.0.1 and hostname is test123. In elink i entered the URL http://localhost:9999/Test
, then the application is working properly.
But whenever i tried to access the application hitting URL http://190.0.0.1:9999/Test
, than it is not working. I checked the logs there is no error message in it.
May be some configuration issue i have to change but dont know which?