how to run my java project using ip address instead of localhost(tomcat server 5.5)
hi,
i need some help…
i have a project… its working fine…
its at the location, http://localhost:8080/pro/index.jsp
when i try my ip address instead of localhost,
http://192.XXX.X.X/pro/index.php
i am getting permission denied error… how to solve this problem?
What does your web server say?
Is there a router in between your viewing and your ip?
my java project is well runned when it placed on the web server tomcat5.5 but when i try my ip address (http://192.XXX.X.X/pro/index.jsp)insead of localhost (http://localhsot:8080/pro/index.jsp). it shows an error that
The webpage at http://182.156.77.242/pro/index.jsp might be temporarily down or it may have moved permanently to a new web address.
it is possible that another system can acess my project through internet?
what is the error for suggestion? i am puzzling what you said.
What does this have to do with PHP?